chore: declare 26.04 support#104
Merged
Merged
Conversation
737f1f6 to
442c3c5
Compare
442c3c5 to
e53f0bf
Compare
jujubot
added a commit
to juju/juju
that referenced
this pull request
Mar 5, 2026
#21875 It was reported that juju didn't work with a 26.04 snapshot release. It now works so there would have been upstream fixes. This PR adds support for 26.04 so that workloads / controller can be deployed without needing to use force. Also needs a controller charm update juju/juju-controller#104 ## QA steps ``` juju bootstrap lxd test --config image-stream=daily --bootstrap-base ubuntu@26.04 --controller-charm-channel=latest/edge/racoon-support-dde783b2b3b3148f835d6c4afa1ba26f756b2a65 ``` Edit the ubuntu charm to add 26.04 support ``` - architectures: - amd64 channel: '26.04' name: ubuntu ``` `juju deploy /path/to/ubuntu/charm --base ubuntu@26.04` Default is still noble `juju deploy /path/to/ubuntu/charm u2` ## Documentation changes We'll mention what 26.04 is now supported, but the default remains as 24.04. ## Links **Issue:** Fixes #21647. **Jira card:** [JUJU-9098](https://warthogs.atlassian.net/browse/JUJU-9098) [JUJU-9098]: https://warthogs.atlassian.net/browse/JUJU-9098?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Needs chaermcraft 4.x to work with 26.04.
d293156 to
b8ed698
Compare
b8ed698 to
2665b8b
Compare
2665b8b to
76649a4
Compare
manadart
approved these changes
Jun 5, 2026
| ubuntu@26.04:amd64: | ||
| ubuntu@26.04:arm64: | ||
| ubuntu@26.04:s390x: | ||
| ubuntu@26.04:ppc64el: |
Member
There was a problem hiding this comment.
Whom ever merges forward, we should see if we need to ask riscv64.
SimonRichardson
approved these changes
Jun 5, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 26.04 support in charmcraft.yaml
The post bootstrap tests have also been expanded on lxd to specifically test 20.04, 22.04, 24.04, 26.04.