Skip to content

feat(ubuntu): Add Ubuntu 26.04#1676

Open
brandon-welsch wants to merge 1 commit intochef:mainfrom
brandon-welsch:feat/add-ubuntu-26.04
Open

feat(ubuntu): Add Ubuntu 26.04#1676
brandon-welsch wants to merge 1 commit intochef:mainfrom
brandon-welsch:feat/add-ubuntu-26.04

Conversation

@brandon-welsch
Copy link
Copy Markdown

Description

This PR adds support for Ubuntu 26.04 LTS (Resolute Raccoon)

Related Issue

Fix #1675

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (non-breaking change that does not add functionality or fix an issue)

Checklist:

  • I have read the CONTRIBUTING document.
  • I have run the pre-merge tests locally and they pass.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • If Gemfile.lock has changed, I have used --conservative to do it and included the full output in the Description above.
  • All new and existing tests passed.
  • All commits have been signed-off for the Developer Certificate of Origin.

Signed-off-by: Brandon WELSCH <dev@brandon-welsch.eu>
@brandon-welsch brandon-welsch requested review from a team and Stromweld as code owners April 25, 2026 14:50
@sonarqubecloud
Copy link
Copy Markdown

iso_url = "https://cdimage.ubuntu.com/releases/resolute/release/ubuntu-26.04-live-server-arm64.iso"
iso_checksum = "file:https://cdimage.ubuntu.com/releases/resolute/release/SHA256SUMS"
parallels_guest_os_type = "ubuntu"
vbox_guest_os_type = "Ubuntu24_LTS_arm64"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OS Type for Ubuntu 26.04 does not exist yet in VirtualBox, so I fall back to Ubuntu24_LTS_arm64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Ubuntu 26.04 Bento Boxes

1 participant