Skip to content

Conversation

@blackboxsw
Copy link
Collaborator

@blackboxsw blackboxsw commented Dec 3, 2025

  • chore(azure): drop unsupported interim release image streams

PR Checklist

To ease the process of reviewing your PR, do make sure to complete the following checklist before submitting a pull
request.

  • I have added unit tests to cover the new behavior under ``tests/unit_tests/```
  • I have run tox -e format locally to automatically format my code before submitting
  • I have run tox locally ensuring that it passes before submitting
  • (if applicable) I have added a reference to issues that this PR relates to in the PR message (Refs GH-1234, Fixes GH-1234)
  • My commits are atomic and follow the convetional commit message format (https://www.conventionalcommits.org/en/v1.0.0/)

Description

Update Canonical no longer published images on Azure for unsupported interim Ubuntu releases. Drop interim image stream references which are now absent.

Additional Context and Relevant Issues

Validated Image stream offering absence against the current published image list from Canonical using:
az vm image list -p Canonical --all -o table

Test Steps

# with an authorized azure cli client, verify all Canonical images published assert no dropped  image exists
root@publishing-n:~# az vm image list -p Canonical --all -o table| egrep '21_|22_10|23_|24_10' 
root@publishing-n:~# 

@blackboxsw blackboxsw requested a review from holmanb December 3, 2025 18:54
@blackboxsw blackboxsw mentioned this pull request Dec 3, 2025
5 tasks
@blackboxsw blackboxsw changed the title chore(azure): drop unsupported interim release image streams, add resolute to LTS_RELEASES chore(azure): drop unsupported interim release image streams Dec 3, 2025
Copy link
Member

@holmanb holmanb left a comment

Choose a reason for hiding this comment

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

Thanks @blackboxsw!

@blackboxsw blackboxsw merged commit d241e3d into canonical:main Dec 3, 2025
7 checks passed
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.

2 participants