Introduce new oldgeneric os_purpose. Stabilize 0102-v2.#1172
Open
garloff wants to merge 3 commits into
Open
Conversation
As discussed on SIG Std/Cert on 2026-05-07. This PR does three things: - Introduce a new os_purpose oldgeneric. As only the generic images have the uniqueness requirements, we don't need a catch-all "old" nor do we need oldXXXX at this point. - By consequence, change the standard to v2.1. - Stabilize it. Signed-off-by: Kurt Garloff <kurt@garloff.de>
Member
Author
|
Obviously, every single aspect can be debated. If we need a significant amount of discussion, it will probably be better to split this into several PRs. Let me know ... |
Contributor
|
Not sure we need to bump minor version as long as the standard is in Draft. |
Contributor
depressiveRobot
left a comment
There was a problem hiding this comment.
According to SCS-0001 Draft phase I would say a new version number is not necessary.
Co-authored-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> Signed-off-by: Kurt Garloff <kurt@garloff.de>
Co-authored-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com>
Contributor
depressiveRobot
left a comment
There was a problem hiding this comment.
Still some open issues for me:
- field
stabilized_atmust be added - Are adjustments to the conformance tests needed?
- Do we also want to deprecate v1 with this PR?
| title: SCS Image Metadata | ||
| type: Standard | ||
| status: Draft | ||
| status: Stable |
Contributor
There was a problem hiding this comment.
Suggested change
| status: Stable | |
| status: Stable | |
| stabilized_at: 2026-06-01 |
When we stabilize, stabilized_at must be added.
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.
As discussed on SIG Std/Cert on 2026-05-07.
This PR does three things: