Skip to content

Commit 1b5aa1d

Browse files
committed
Update SLM versions
These were missed previously in suse-edge#1009
1 parent f4c081b commit 1b5aa1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

asciidoc/day2/fleet-os-upgrade.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ The OS upgrade on a specific node is handled by a link:https://www.freedesktop.o
3535

3636
A different service is created depending on what type of upgrade the OS requires from one Edge version to another:
3737

38-
* For Edge versions that require the same OS version (e.g. `6.0`), the `os-pkg-update.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform a link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade].
38+
* For Edge versions that require the same OS version (e.g. `6.1`), the `os-pkg-update.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform a link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade].
3939
40-
* For Edge versions that require an OS version migration (e.g `6.0` -> `6.1`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:
40+
* For Edge versions that require an OS version migration (e.g `6.1` -> `6.2`), the `os-migration.service` will be created. It uses link:https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.html[transactional-update] to perform:
4141
4242
.. A link:https://en.opensuse.org/SDB:Zypper_usage#Updating_packages[normal package upgrade] which ensures that all packages are at up-to-date in order to mitigate any failures in the migration related to old package versions.
4343

@@ -98,7 +98,7 @@ _General:_
9898
+
9999
[IMPORTANT]
100100
====
101-
For Edge releases that require an OS version migration (e.g. `6.0` -> `6.1`), make sure that your SCC key supports the migration to the new version.
101+
For Edge releases that require an OS version migration (e.g. `6.1` -> `6.2`), make sure that your SCC key supports the migration to the new version.
102102
====
103103

104104
. *Make sure that SUC Plan tolerations match node tolerations* - If your Kubernetes cluster nodes have custom *taints*, make sure to add link:https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/[tolerations] for those taints in the *SUC Plans*. By default, *SUC Plans* have tolerations only for *control-plane* nodes. Default tolerations include:

asciidoc/edge-book/releasenotes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following table describes the individual components that make up the 3.5.0 r
127127

128128
|======
129129
| Name | Version | Helm Chart Version | Artifact Location (URL/Image)
130-
| SUSE Linux Micro | 6.1 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
130+
| SUSE Linux Micro | 6.2 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
131131
SL-Micro.x86_64-6.2-Base-SelfInstall-GM.install.iso (sha256 76390cec4537821d90975d924bf9d7575c9912da89fa460383eff0c623fd403e) +
132132
SL-Micro.x86_64-6.2-Base-RT-SelfInstall-GM.install.iso (sha256 8f4d03c6953966174efb4c4b176cbe6dd5cab6e2a406033fc5c2bf6884da8b5d) +
133133
SL-Micro.x86_64-6.2-Base-GM.raw.xz (sha256 bea3ac202b54ee29fabc28568f50c86d34939cf861679f21a91dfbae9c54c92e) +

0 commit comments

Comments
 (0)