Add script to generate versions.adoc#1008
Draft
hardys wants to merge 2 commits intosuse-edge:mainfrom
Draft
Conversation
diconico07
reviewed
Jan 9, 2026
Contributor
diconico07
left a comment
There was a problem hiding this comment.
Mostly usability comments. This will be a really nice addition 👍
asciidoc/edge-book/versions.adoc.j2
Outdated
| :version-elemental-operator-chart: {{ release_manifest_elemental_version }} | ||
| :version-elemental-operator-crds-chart: {{ release_manifest_elemental_crd_version }} | ||
| :version-endpoint-copier-operator-chart: {{ release_manifest_eco_version }} | ||
| :version-fleet-chart: 108.0.1+up0.14.1 |
Contributor
There was a problem hiding this comment.
I'd group all the "manually handled ones" to make them more visible
Contributor
Author
|
Converting to draft until I have time to rewrite the script |
hardys
added a commit
to hardys/suse-edge.github.io
that referenced
this pull request
Jan 13, 2026
First pass of updates for 3.5.0 - note the versions are derived from suse-edge#1008 but I will follow up with the script changes in another PR The release notes will require further work but this is hopefully a reasonable first pass we can iterate on
hardys
added a commit
that referenced
this pull request
Jan 14, 2026
First pass of updates for 3.5.0 - note the versions are derived from #1008 but I will follow up with the script changes in another PR The release notes will require further work but this is hopefully a reasonable first pass we can iterate on
Several files are commented in the edge.adoc, so lets remove them to clean up and simplify the versions.adoc
Contributor
Author
|
@diconico07 ready for another review when you get time - note this depends on #1088 |
Adds a script/template which allows us to generate the versions derived from the release manifest, hopefully this will be less effort and less error-prone than manual updates
hardys
commented
Mar 23, 2026
| :version-longhorn: 1.10.2 | ||
| :version-neuvector: 5.4.8 | ||
| :version-kubevirt: 1.5.2 | ||
| :version-kubevirt: 0.6.0 |
Contributor
Author
There was a problem hiding this comment.
I think this attribute is unused so can be removed, but the version-kubevirt-release above is wrong, we need to reference the upstream version which isn't actually the +up in this case
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 a script/template which allows us to generate the versions derived from the release manifest, hopefully this will be less effort and less error-prone than manual updates
Note this is a first step which requires running the script manually - in future we can add a check job to enforce its use, and potentially look at ways to automate the updates via a renovate type flow.