chore: add resolute to releases#494
Merged
blackboxsw merged 1 commit intocanonical:mainfrom Dec 3, 2025
Merged
Conversation
8 tasks
holmanb
approved these changes
Dec 3, 2025
Member
holmanb
left a comment
There was a problem hiding this comment.
Thanks @blackboxsw. I have one comment / request but looks good to me.
| "oracular": "Canonical:ubuntu-24_10-daily:server:latest", | ||
| "plucky": "Canonical:ubuntu-25_04-daily:server:latest", | ||
| "questing": "Canonical:ubuntu-25_10-daily:server:latest", | ||
| "resolute": "Canonical:ubuntu-26_04-lts-daily:server:latest", |
Member
There was a problem hiding this comment.
Do we have an external reference (URI) that we could add as a comment above these lists? I'm unsure how to validate this, but I assume you checked it.
Collaborator
Author
There was a problem hiding this comment.
I've added the comment:
# Use Azure CLI for valid images: az vm image list -p Canonical --all -o table and the publish image list is what I validated against. I also added back a missing questing release to this PR and I'm following up with drops for unsupported interim release images which are no longer offered on Azure.
1192f75 to
90166bb
Compare
holmanb
approved these changes
Dec 3, 2025
90166bb to
fee520a
Compare
Collaborator
Author
|
Followup PR: #495 |
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.
PR Checklist
To ease the process of reviewing your PR, do make sure to complete the following checklist before submitting a pull
request.
tox -e formatlocally to automatically format my code before submittingtoxlocally ensuring that it passes before submittingOtherwise, please leave the PR as a draft to indicate that it is still a work in progress.
-->
Description
Add support to drive integration tests of Ubuntu Resolute release
Additional Context and Relevant Issues
cloud-init upstream integration tests would like to provide resolute release to various platforms.
Test Steps