-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduced version attributes to the documentation - Part 1 (#495)
* initial framework for attribute-based versions * migrated metal3 quickstart to use version attributes * simplified attributes file until we find a better reason to split them * migrated the elemental quickstart to use version attributes * explicitly mark chart versions as compared to component * migrated the eib quickstart to use version attributes * migrated the rancher extensions component guide to use version attributes * changed eib link handling to use the explicit links instead of deriving * renamed version-edge-chart-repo to version-edge-registry * migrated the sl micro component guide to use version attributes * minor reformatting to metal3 guide * migrated EIB component guide to use version attributes * migrated the networking component guide to user version attributes
- Loading branch information
Showing
12 changed files
with
159 additions
and
104 deletions.
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.