Skip to content

Commit 6d5ef51

Browse files
authored
[3.3.3] - update release notes (#899)
* [3.3.3] - update release notes * Update availability date for release 3.3.3 * Update release tags in versions.adoc * Fix formatting in release notes for SUSE Storage and Rancher Turtles
1 parent 597745f commit 6d5ef51

File tree

2 files changed

+167
-12
lines changed

2 files changed

+167
-12
lines changed

asciidoc/edge-book/releasenotes.adoc

Lines changed: 156 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[#release-notes]
22

33
= Abstract
4-
:revdate: 2025-08-25
4+
:revdate: 2025-10-15
55
:page-revdate: {revdate}
66
ifdef::env-github[]
77
:imagesdir: ../images/
@@ -32,6 +32,161 @@ For more information on product support lifecycle updates for SUSE Edge, see lin
3232

3333
NOTE: SUSE Edge z-stream releases are tightly integrated and thoroughly tested as a versioned stack. Upgrade of any individual components to a different versions to those listed above is likely to result in system downtime. While it's possible to run Edge clusters in untested configurations, it is not recommended, and it may take longer to provide resolution through the support channels.
3434

35+
[#release-notes-3-3-3]
36+
= Release 3.3.3
37+
38+
Availability Date: 22nd October 2025
39+
40+
Full Support End Date: 20th November 2025
41+
42+
Maintenance Support End Date: 20th November 2026
43+
44+
EOL: 21st November 2026
45+
46+
Summary: SUSE Edge 3.3.3 is the third z-stream release in the SUSE Edge 3.3 release stream.
47+
48+
== New Features
49+
50+
* Updated to Kubernetes 1.32.9 and Rancher Prime 2.11.6 https://github.com/rancher/rancher/releases/tag/v2.11.6[Release Notes]
51+
* Updated to SUSE Security (Neuvector) 5.4.6 https://open-docs.neuvector.com/releasenotes/5x/#546-august-2025[Release Notes]
52+
53+
== Bug & Security Fixes
54+
55+
* SUSE Security (Neuvector) 5.4.6 contains several bugfixes https://open-docs.neuvector.com/releasenotes/5x/#bugs-fixed[Upstream Neuvector Bug Fixes]
56+
* https://github.com/rancher/rke2/releases/tag/v1.32.9%2Brke2r1[RKE2 1.32.9] contains several updates and fixes, including resolution of an issue in certain deployments related to CPU affinity https://github.com/opencontainers/runc/pull/4858[Upstream runc issue]
57+
58+
== Known Issues
59+
60+
[WARNING]
61+
====
62+
If deploying new clusters, please follow <<guides-kiwi-builder-images>> to build fresh images first as this is now the first step required to create clusters for both {x86-64} and {aarch64} architectures as well as management and downstream clusters.
63+
====
64+
65+
* When deploying via Edge Image Builder, `HelmChartConfigs` manifests may fail if they are put in the `kubernetes/manifests` configuration directory. Instead it is reccomended to place any `HelmChartConfigs` in `/var/lib/rancher/{rke2/k3s}/server/manifests/` using the EIB os-files interface, see <<mgmt-cluster-directory-structure>> for example. Failure to do this may cause nodes to stay in `NotReady` state on initial startup, as discussed in https://github.com/rancher/rke2/issues/8357[#8357 RKE2 issue]
66+
67+
* On RKE2/K3s 1.31 and 1.32 versions, the directory `/etc/cni` being used to store CNI configurations may not trigger a notification of the files being written there to `containerd` due to certain conditions related to `overlayfs` (see the https://github.com/rancher/rke2/issues/8356[#8356 RKE2 issue]). This in turn results in the deployment of RKE2/K3s to get stuck waiting for the CNI to start, and the RKE2/K3s nodes to stay in `NotReady` state. This can be seen at node level with `kubectl describe node <affected_node>`:
68+
69+
[,bash]
70+
----
71+
Conditions:
72+
Type Status LastHeartbeatTime LastTransitionTime Reason Message
73+
---- ------ ----------------- ------------------ ------ -------
74+
Ready False Thu, 05 Jun 2025 17:41:28 +0000 Thu, 05 Jun 2025 14:38:16 +0000 KubeletNotReady container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
75+
----
76+
77+
As a workaround, a tmpfs volume can be mounted at the `/etc/cni` directory before RKE2 starts. It avoids the usage of overlayfs which results in containerd missing notifications and the configs should get rewritten every time the node is restarted and the pods initcontainers run again. If using EIB, this can be a `04-tmpfs-cni.sh` script in the `custom/scripts` directory (as explained here[https://github.com/suse-edge/edge-image-builder/blob/release-1.2/docs/building-images.md#custom]) that looks like:
78+
79+
[,bash]
80+
----
81+
#!/bin/bash
82+
mkdir -p /etc/cni
83+
mount -t tmpfs -o mode=0700,size=5M tmpfs /etc/cni
84+
echo "tmpfs /etc/cni tmpfs defaults,size=5M,mode=0700 0 0" >> /etc/fstab
85+
----
86+
87+
== Component Versions
88+
89+
The following table describes the individual components that make up the 3.3.3 release, including the version, the Helm chart version (if applicable), and from where the released artifact can be pulled in the binary format. Please follow the associated documentation for usage and deployment examples.
90+
91+
|======
92+
| Name | Version | Helm Chart Version | Artifact Location (URL/Image)
93+
| SUSE Linux Micro | 6.1 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
94+
SL-Micro.x86_64-6.1-Base-SelfInstall-GM.install.iso (sha256 70b9be28f2d92bc3b228412e4fc2b1d5026e691874b728e530b8063522158854) +
95+
SL-Micro.x86_64-6.1-Base-RT-SelfInstall-GM.install.iso (sha256 9ce83e4545d4b36c7c6a44f7841dc3d9c6926fe32dbff694832e0fbd7c496e9d) +
96+
SL-Micro.x86_64-6.1-Base-GM.raw.xz (sha256 36e3efa55822113840dd76fdf6914e933a7b7e88a1dce5cb20c424ccf2fb4430) +
97+
SL-Micro.x86_64-6.1-Base-RT-GM.raw.xz (sha256 2ee66735da3e1da107b4878e73ae68f5fb7309f5ec02b5dfdb94e254fda8415e) +
98+
| SUSE Multi-Linux Manager | 5.0.3 | N/A | https://www.suse.com/download/suse-manager/[SUSE Multi-Linux Manager Download Page]
99+
s| K3s s| 1.32.9 | N/A | https://github.com/k3s-io/k3s/releases/tag/v1.32.9%2Bk3s1[Upstream K3s Release]
100+
s| RKE2 s| 1.32.9 | N/A | https://github.com/rancher/rke2/releases/tag/v1.32.9%2Brke2r1[Upstream RKE2 Release]
101+
s| SUSE Rancher Prime s| 2.11.6 | 2.11.6 | https://charts.rancher.com/server-charts/prime/index.yaml[Rancher Prime Helm Repository] +
102+
https://github.com/rancher/rancher/releases/download/v2.11.6/rancher-images.txt[Rancher 2.11.6 Container Images]
103+
| SUSE Storage | 1.8.2 | 106.2.1+up1.8.2 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
104+
*registry.suse.com/rancher/mirrored-longhornio-csi-attacher:v4.9.0* +
105+
*registry.suse.com/rancher/mirrored-longhornio-csi-provisioner:v5.3.0* +
106+
registry.suse.com/rancher/mirrored-longhornio-csi-resizer:v1.13.2 +
107+
registry.suse.com/rancher/mirrored-longhornio-csi-snapshotter:v8.2.0 +
108+
*registry.suse.com/rancher/mirrored-longhornio-csi-node-driver-registrar:v2.14.0* +
109+
*registry.suse.com/rancher/mirrored-longhornio-livenessprobe:v2.16.0* +
110+
*registry.suse.com/rancher/mirrored-longhornio-backing-image-manager:v1.8.2* +
111+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-engine:v1.8.2* +
112+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-instance-manager:v1.8.2* +
113+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-manager:v1.8.2* +
114+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-share-manager:v1.8.2* +
115+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-ui:v1.8.2* +
116+
registry.suse.com/rancher/mirrored-longhornio-support-bundle-kit:v0.0.52 +
117+
*registry.suse.com/rancher/mirrored-longhornio-longhorn-cli:v1.8.2* +
118+
s| SUSE Security s| 5.4.6 s| 106.0.3+up2.8.8 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
119+
*registry.suse.com/rancher/neuvector-controller:5.4.6* +
120+
*registry.suse.com/rancher/neuvector-enforcer:5.4.6* +
121+
*registry.suse.com/rancher/neuvector-manager:5.4.6* +
122+
*registry.suse.com/rancher/neuvector-compliance-config:1.0.7* +
123+
registry.suse.com/rancher/neuvector-registry-adapter:0.1.7 +
124+
registry.suse.com/rancher/neuvector-scanner:6 +
125+
registry.suse.com/rancher/neuvector-updater:0.0.5
126+
| Rancher Turtles (CAPI) | 0.21.0 | 303.0.5+up0.21.0 | *registry.suse.com/edge/charts/rancher-turtles:303.0.5_up0.21.0* +
127+
*registry.rancher.com/rancher/rancher/turtles:v0.21.0* +
128+
*registry.rancher.com/rancher/cluster-api-operator:v0.18.1* +
129+
*registry.rancher.com/rancher/cluster-api-metal3-controller:v1.9.4* +
130+
registry.rancher.com/rancher/cluster-api-metal3-ipam-controller:v1.9.4 +
131+
registry.suse.com/rancher/cluster-api-controller:v1.9.5 +
132+
*registry.suse.com/rancher/cluster-api-provider-rke2-bootstrap:v0.18.0* +
133+
*registry.suse.com/rancher/cluster-api-provider-rke2-controlplane:v0.18.0*
134+
| Rancher Turtles Airgap Resources | 0.21.0 | 303.0.5+up0.21.0 s| registry.suse.com/edge/charts/rancher-turtles-airgap-resources:303.0.5_up0.21.0
135+
| Metal^3^ | 0.11.5 | 303.0.7+up0.11.5 | registry.suse.com/edge/charts/metal3:303.0.7_up0.11.5 +
136+
registry.suse.com/edge/3.3/baremetal-operator:0.9.1.1 +
137+
registry.suse.com/edge/3.3/ironic:26.1.2.4 +
138+
registry.suse.com/edge/3.3/ironic-ipa-downloader:3.0.7 +
139+
registry.suse.com/edge/mariadb:10.6.15.1
140+
| MetalLB | 0.14.9 | 303.0.0+up0.14.9 | registry.suse.com/edge/charts/metallb:303.0.0_up0.14.9 +
141+
registry.suse.com/edge/3.3/metallb-controller:v0.14.8 +
142+
registry.suse.com/edge/3.3/metallb-speaker:v0.14.8 +
143+
registry.suse.com/edge/3.3/frr:8.4 +
144+
registry.suse.com/edge/3.3/frr-k8s:v0.0.14
145+
| Elemental | 1.6.8 | 1.6.8 | registry.suse.com/rancher/elemental-operator-chart:1.6.8 +
146+
registry.suse.com/rancher/elemental-operator-crds-chart:1.6.8 +
147+
registry.suse.com/rancher/elemental-operator:1.6.8
148+
| Elemental Dashboard Extension | 3.0.1 | 3.0.1 | link:https://github.com/rancher/ui-plugin-charts/tree/4.0.0/charts/elemental/3.0.1[Elemental Extension Helm Chart]
149+
| Edge Image Builder | 1.2.1 | N/A | registry.suse.com/edge/3.3/edge-image-builder:1.2.1
150+
| NM Configurator | 0.3.3 | N/A | https://github.com/suse-edge/nm-configurator/releases/tag/v0.3.3[NMConfigurator Upstream Release]
151+
| KubeVirt | 1.4.0 | 303.0.0+up0.5.0 | registry.suse.com/edge/charts/kubevirt:303.0.0_up0.5.0 +
152+
registry.suse.com/suse/sles/15.6/virt-operator:1.4.0 +
153+
registry.suse.com/suse/sles/15.6/virt-api:1.4.0 +
154+
registry.suse.com/suse/sles/15.6/virt-controller:1.4.0 +
155+
registry.suse.com/suse/sles/15.6/virt-exportproxy:1.4.0 +
156+
registry.suse.com/suse/sles/15.6/virt-exportserver:1.4.0 +
157+
registry.suse.com/suse/sles/15.6/virt-handler:1.4.0 +
158+
registry.suse.com/suse/sles/15.6/virt-launcher:1.4.0
159+
| KubeVirt Dashboard Extension | 1.3.2 | 303.0.2+up1.3.2 | registry.suse.com/edge/charts/kubevirt-dashboard-extension:303.0.2_up1.3.2
160+
| Containerized Data Importer | 1.61.0 | 303.0.0+up0.5.0 | registry.suse.com/edge/charts/cdi:303.0.0_up0.5.0 +
161+
registry.suse.com/suse/sles/15.6/cdi-operator:1.61.0 +
162+
registry.suse.com/suse/sles/15.6/cdi-controller:1.61.0 +
163+
registry.suse.com/suse/sles/15.6/cdi-importer:1.61.0 +
164+
registry.suse.com/suse/sles/15.6/cdi-cloner:1.61.0 +
165+
registry.suse.com/suse/sles/15.6/cdi-apiserver:1.61.0 +
166+
registry.suse.com/suse/sles/15.6/cdi-uploadserver:1.61.0 +
167+
registry.suse.com/suse/sles/15.6/cdi-uploadproxy:1.61.0
168+
| Endpoint Copier Operator | 0.2.0 | 303.0.0+up0.2.1 | registry.suse.com/edge/charts/endpoint-copier-operator:303.0.0_up0.2.1 +
169+
registry.suse.com/edge/3.3/endpoint-copier-operator:0.2.0
170+
| Akri (Tech Preview) | 0.12.20 | 303.0.0+up0.12.20 | registry.suse.com/edge/charts/akri:303.0.0_up0.12.20 +
171+
registry.suse.com/edge/charts/akri-dashboard-extension:303.0.0_up1.3.1 +
172+
registry.suse.com/edge/3.3/akri-agent:v0.12.20 +
173+
registry.suse.com/edge/3.3/akri-controller:v0.12.20 +
174+
registry.suse.com/edge/3.3/akri-debug-echo-discovery-handler:v0.12.20 +
175+
registry.suse.com/edge/3.3/akri-onvif-discovery-handler:v0.12.20 +
176+
registry.suse.com/edge/3.3/akri-opcua-discovery-handler:v0.12.20 +
177+
registry.suse.com/edge/3.3/akri-udev-discovery-handler:v0.12.20 +
178+
registry.suse.com/edge/3.3/akri-webhook-configuration:v0.12.20
179+
| SR-IOV Network Operator | 1.5.0 | 303.0.2+up1.5.0 | registry.suse.com/edge/charts/sriov-network-operator:303.0.2_up1.5.0 +
180+
registry.suse.com/edge/charts/sriov-crd:303.0.2_up1.5.0
181+
| System Upgrade Controller | 0.15.2 | 106.0.0 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
182+
registry.suse.com/rancher/system-upgrade-controller:v0.15.2
183+
| Upgrade Controller | 0.1.1 | 303.0.1+up0.1.1 | registry.suse.com/edge/charts/upgrade-controller:303.0.1_up0.1.1 +
184+
registry.suse.com/edge/3.3/upgrade-controller:0.1.1 +
185+
registry.suse.com/edge/3.3/kubectl:1.32.4 +
186+
*registry.suse.com/edge/3.3/release-manifest:3.3.3*
187+
| Kiwi Builder | 10.2.12.0 | N/A | registry.suse.com/edge/3.3/kiwi-builder:10.2.12.0
188+
|======
189+
35190
[#release-notes-3-3-2]
36191
= Release 3.3.2
37192

asciidoc/edge-book/versions.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ============================================================================
2-
:revdate: 2025-06-17
2+
:revdate: 2025-10-15
33
:page-revdate: {revdate}
44
// Automatic Version Substitutions
55
//
@@ -10,7 +10,7 @@
1010
// ============================================================================
1111

1212
// == General Edge ==
13-
:version-edge: 3.3.2
13+
:version-edge: 3.3.3
1414
:version-edge-registry: 3.3
1515

1616
// == SUSE Linux Micro ==
@@ -32,11 +32,11 @@
3232
:version-kubevirt-release: v1.4.0
3333

3434
// == Component Versions ==
35-
:version-rancher-prime: 2.11.3
35+
:version-rancher-prime: 2.11.6
3636
:version-cert-manager: 1.15.3
3737
:version-elemental-operator: 1.6.8
3838
:version-longhorn: 1.8.2
39-
:version-neuvector: 5.4.5
39+
:version-neuvector: 5.4.6
4040
:version-kubevirt: 1.4.0
4141
:version-endpoint-copier-operator: 0.2.0
4242
:version-suc: 0.15.2
@@ -55,8 +55,8 @@
5555
:release-tag-eib: release-1.2
5656
:release-tag-edge-charts: release-3.3
5757
:release-tag-telco-cloud: release-3.3
58-
:release-tag-fleet-examples: release-3.3.0
59-
:release-tag-rancher: v2.11.3
58+
:release-tag-fleet-examples: release-3.3.3
59+
:release-tag-rancher: v2.11.6
6060

6161

6262
// ============================================================================
@@ -66,8 +66,8 @@
6666
// and should not be renamed without thinking through the implications.
6767
// ============================================================================
6868

69-
:version-kubernetes-k3s: v1.32.5+k3s1
70-
:version-kubernetes-rke2: v1.32.5+rke2r1
69+
:version-kubernetes-k3s: v1.32.9+k3s1
70+
:version-kubernetes-rke2: v1.32.9+rke2r1
7171

7272
:version-operatingsystem: 6.1
7373

@@ -85,10 +85,10 @@
8585
:version-longhorn-docs: 1.8.2
8686
:version-metal3-chart: 303.0.7+up0.11.5
8787
:version-metallb-chart: 303.0.0+up0.14.9
88-
:version-neuvector-chart: 106.0.2+up2.8.7
89-
:version-neuvector-crd-chart: 106.0.2+up2.8.7
88+
:version-neuvector-chart: 106.0.3+up2.8.8
89+
:version-neuvector-crd-chart: 106.0.3+up2.8.8
9090
:version-neuvector-dashboard-extension-chart: 2.1.3
91-
:version-rancher-chart: 2.11.3
91+
:version-rancher-chart: 2.11.6
9292
:version-rancher-turtles-chart: 303.0.5+up0.21.0
9393
:version-sriov-crd-chart: 303.0.2+up1.5.0
9494
:version-sriov-network-operator-chart: 303.0.2+up1.5.0

0 commit comments

Comments
 (0)