-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: change extended-image-info
version to 24.12.0
#2811
fix: change extended-image-info
version to 24.12.0
#2811
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
98cf964
to
ff5bf42
Compare
198cd02
to
59f7dcd
Compare
Merge activity
|
ff5bf42
to
b379009
Compare
59f7dcd
to
331c0fe
Compare
Updates version references from 24.09.1 to 24.12.0 for extended image information features This PR updates version references for extended image information features (namespace, base_image_name, tags, version) from 24.09.1 to 24.12.0 across GraphQL schema and React components. This change ensures proper version compatibility checks and deprecation notices. **Checklist:** - [ ] Minimum required manager version: 24.12.0 - [ ] Minimum requirements to check: - Verify extended image information features work correctly with manager version 24.12.0 - Confirm deprecation notices display properly for the `name` field - Validate version compatibility checks in backend client The changes affect: - GraphQL schema deprecation notices and version tags - React component queries and version checks - Backend client version compatibility detection
b379009
to
088c949
Compare
331c0fe
to
53a8fe2
Compare
Updates version references from 24.09.1 to 24.12.0 for extended image information features
This PR updates version references for extended image information features (namespace, base_image_name, tags, version) from 24.09.1 to 24.12.0 across GraphQL schema and React components. This change ensures proper version compatibility checks and deprecation notices.
Checklist:
name
fieldThe changes affect: