-
Notifications
You must be signed in to change notification settings - Fork 30
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
Introduced version attributes to the documentation - Part 1 #495
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7ba4428
initial framework for attribute-based versions
jdob c82c745
migrated metal3 quickstart to use version attributes
jdob f78d26c
simplified attributes file until we find a better reason to split them
jdob 8e9c257
migrated the elemental quickstart to use version attributes
jdob bff06f3
explicitly mark chart versions as compared to component
jdob 9a2a140
migrated the eib quickstart to use version attributes
jdob 5404ab7
migrated the rancher extensions component guide to use version attrib…
jdob 4455552
changed eib link handling to use the explicit links instead of deriving
jdob fc02a46
renamed version-edge-chart-repo to version-edge-registry
jdob 8b50d90
migrated the sl micro component guide to use version attributes
jdob 7c04540
minor reformatting to metal3 guide
jdob a5950fe
migrated EIB component guide to use version attributes
jdob 697a884
migrated the networking component guide to user version attributes
jdob File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// The following are links tied to a particular version of a component (i.e. EIB, Rancher) | ||
// Rather than derive them based on the version number, these are kept separate so they | ||
// can be verified to not have broken in the new version documentation. | ||
|
||
:link-rancher-extensions: https://ranchermanager.docs.rancher.com/v2.9/integrations-in-rancher/rancher-extensions | ||
|
||
:eib-release-tag: release-1.1 | ||
:link-eib-docs: https://github.com/suse-edge/edge-image-builder/tree/{eib-release-tag}/docs | ||
:link-eib-full-example: https://github.com/suse-edge/edge-image-builder/blob/{eib-release-tag}/pkg/image/testdata/full-valid-example.yaml | ||
:link-eib-building-images: https://github.com/suse-edge/edge-image-builder/blob/{eib-release-tag}/docs/building-images.md | ||
:link-eib-installing-packages: https://github.com/suse-edge/edge-image-builder/blob/{eib-release-tag}/docs/installing-packages.md | ||
:link-eib-debugging: https://github.com/suse-edge/edge-image-builder/blob/{eib-release-tag}/docs/debugging.md | ||
:link-eib-testing: https://github.com/suse-edge/edge-image-builder/blob/{eib-release-tag}/docs/testing-guide.md | ||
|
||
:link-micro-official-docs: https://documentation.suse.com/sle-micro/6.0/ | ||
:link-micro-networkmanager: https://documentation.suse.com/sle-micro/6.0/html/Micro-network-configuration/index.html |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
:version-edge: 3.1.0 | ||
:version-edge-registry: 3.1 | ||
|
||
:version-eib: 1.1.0 | ||
:version-eib-api-latest: 1.1 | ||
|
||
:version-rancher-chart-prime: 2.9.3 | ||
|
||
:micro-base-image: SL-Micro.x86_64-6.0-Base-GM2.raw | ||
|
||
// Release Manifest Versions | ||
// The following are derived from the `releaseName` field of the release manifest | ||
|
||
:version-kubernetes-k3s: v1.30.5+k3s1 | ||
:version-kubernetes-rke2: v1.30.5+rke2r1 | ||
|
||
:version-operatingsystem: 6.0 | ||
|
||
:version-rancher-chart: v2.9.3 | ||
:version-longhorn-chart: 104.2.0+up1.7.1 | ||
:version-longhorn-crd-chart: 104.2.0+up1.7.1 | ||
:version-metallb-chart: 0.14.9 | ||
:version-cdi-chart: 0.4.0 | ||
:version-kubevirt-chart: 0.4.0 | ||
:version-kubevirt-dashboard-extension-chart: 1.1.0 | ||
:version-neuvector-chart: 104.0.2+up2.8.0 | ||
:version-neuvector-crd-chart: 104.0.2+up2.8.0 | ||
:version-neuvector-dashboard-extension-chart: 2.0.0 | ||
:version-endpoint-copier-operator-chart: 0.2.1 | ||
:version-elemental-operator-chart: 1.6.4 | ||
:version-elemental-operator-crds-chart: 1.6.4 | ||
:version-sriov-network-operator-chart: 1.3.0 | ||
:version-sriov-crd-chart: 1.3.0 | ||
:version-akri-chart: 0.12.20 | ||
:version-akri-dashboard-extension-chart: 1.1.0 | ||
:version-metal3-chart: 0.8.3 | ||
:version-rancher-turtles: 0.3.3 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
= SUSE Edge Documentation | ||
= SUSE Edge {version-edge} Documentation | ||
|
||
ifdef::env-github[] | ||
:imagesdir: ../images/ | ||
|
Oops, something went wrong.
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.
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.
The names of the components below (i.e. everything between
version-
and-chart
) come directly from the release manifest, which is why some of them are on the longer side. This enables us to write a tool that generates the attributes below by simply inspecting a release manifest.