Open
Conversation
9c72a8a to
604468d
Compare
Needs chaermcraft 4.x to work with 26.04.
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
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
Includes adding the model config for
agent-stream=proposedon k8s for the pre-merge smoke tests because we are installing juju from the candidate channel, and if we do that and there is a candidate release there, we need to ensure k8s is able to get the candidate oci image as well.We also need to use charmcraft 4.1 from edge to get the 26.04 support. This can be changed when charmcraft 4.1 is fully released.