Add lifecycle metadata to product/solution and core release manifests#457
Open
jtomasek wants to merge 1 commit into
Open
Add lifecycle metadata to product/solution and core release manifests#457jtomasek wants to merge 1 commit into
jtomasek wants to merge 1 commit into
Conversation
b970f32 to
f55eee0
Compare
Author
|
There are a few things I'd like to get feedback on: We probably want to make the lifecycle section optional and document it's purpose. The design document also defines I am quite inclined towards using the Kubernetes Object Model for the release manifest format as it clearly defines
This approach would also make the product/solution definition close to the EIB based Edge release manifest definition, making the transition more straightforward. |
fdegir
reviewed
May 25, 2026
1e2c126 to
a31b536
Compare
- Adds an optional lifecycle section to product/solution and core release manifests - Bumps release manifest schema version to v1, defaults to v0 if not provided - Removed metadata.creationDate from release manifests, replaced by 'lifecycle.availabilityDate' - Updated tests - Updated example manifests - Updated docs
a31b536 to
83eab7f
Compare
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.
Adds additional metadata to solution and core release manifests
lifecyclesection to solution and core release manifestslifecycle.availabilityDatemust be setschemaversion tov1, defaults tov0if not providedmetadata.creationDatefrom release manifests, replaced bylifecycle.availabilityDate