Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 156 additions & 1 deletion asciidoc/edge-book/releasenotes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[#release-notes]

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

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.

[#release-notes-3-3-3]
= Release 3.3.3

Availability Date: 22nd October 2025

Full Support End Date: 20th November 2025

Maintenance Support End Date: 20th November 2026

EOL: 21st November 2026

Summary: SUSE Edge 3.3.3 is the third z-stream release in the SUSE Edge 3.3 release stream.

== New Features

* Updated to Kubernetes 1.32.9 and Rancher Prime 2.11.6 https://github.com/rancher/rancher/releases/tag/v2.11.6[Release Notes]
* Updated to SUSE Security (Neuvector) 5.4.6 https://open-docs.neuvector.com/releasenotes/5x/#546-august-2025[Release Notes]

== Bug & Security Fixes

* SUSE Security (Neuvector) 5.4.6 contains several bugfixes https://open-docs.neuvector.com/releasenotes/5x/#bugs-fixed[Upstream Neuvector Bug Fixes]
* 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]

== Known Issues

[WARNING]
====
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.
====

* 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]

* 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>`:

[,bash]
----
Conditions:
Type Status LastHeartbeatTime LastTransitionTime Reason Message
---- ------ ----------------- ------------------ ------ -------
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
----

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:

[,bash]
----
#!/bin/bash
mkdir -p /etc/cni
mount -t tmpfs -o mode=0700,size=5M tmpfs /etc/cni
echo "tmpfs /etc/cni tmpfs defaults,size=5M,mode=0700 0 0" >> /etc/fstab
----

== Component Versions

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.

|======
| Name | Version | Helm Chart Version | Artifact Location (URL/Image)
| SUSE Linux Micro | 6.1 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
SL-Micro.x86_64-6.1-Base-SelfInstall-GM.install.iso (sha256 70b9be28f2d92bc3b228412e4fc2b1d5026e691874b728e530b8063522158854) +
SL-Micro.x86_64-6.1-Base-RT-SelfInstall-GM.install.iso (sha256 9ce83e4545d4b36c7c6a44f7841dc3d9c6926fe32dbff694832e0fbd7c496e9d) +
SL-Micro.x86_64-6.1-Base-GM.raw.xz (sha256 36e3efa55822113840dd76fdf6914e933a7b7e88a1dce5cb20c424ccf2fb4430) +
SL-Micro.x86_64-6.1-Base-RT-GM.raw.xz (sha256 2ee66735da3e1da107b4878e73ae68f5fb7309f5ec02b5dfdb94e254fda8415e) +
| SUSE Multi-Linux Manager | 5.0.3 | N/A | https://www.suse.com/download/suse-manager/[SUSE Multi-Linux Manager Download Page]
s| K3s s| 1.32.9 | N/A | https://github.com/k3s-io/k3s/releases/tag/v1.32.9%2Bk3s1[Upstream K3s Release]
s| RKE2 s| 1.32.9 | N/A | https://github.com/rancher/rke2/releases/tag/v1.32.9%2Brke2r1[Upstream RKE2 Release]
s| SUSE Rancher Prime s| 2.11.6 | 2.11.6 | https://charts.rancher.com/server-charts/prime/index.yaml[Rancher Prime Helm Repository] +
https://github.com/rancher/rancher/releases/download/v2.11.6/rancher-images.txt[Rancher 2.11.6 Container Images]
| SUSE Storage | 1.8.2 | 106.2.1+up1.8.2 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
*registry.suse.com/rancher/mirrored-longhornio-csi-attacher:v4.9.0* +
*registry.suse.com/rancher/mirrored-longhornio-csi-provisioner:v5.3.0* +
registry.suse.com/rancher/mirrored-longhornio-csi-resizer:v1.13.2 +
registry.suse.com/rancher/mirrored-longhornio-csi-snapshotter:v8.2.0 +
*registry.suse.com/rancher/mirrored-longhornio-csi-node-driver-registrar:v2.14.0* +
*registry.suse.com/rancher/mirrored-longhornio-livenessprobe:v2.16.0* +
*registry.suse.com/rancher/mirrored-longhornio-backing-image-manager:v1.8.2* +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-engine:v1.8.2* +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-instance-manager:v1.8.2* +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-manager:v1.8.2* +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-share-manager:v1.8.2* +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-ui:v1.8.2* +
registry.suse.com/rancher/mirrored-longhornio-support-bundle-kit:v0.0.52 +
*registry.suse.com/rancher/mirrored-longhornio-longhorn-cli:v1.8.2* +
s| SUSE Security s| 5.4.6 s| 106.0.3+up2.8.8 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
*registry.suse.com/rancher/neuvector-controller:5.4.6* +
*registry.suse.com/rancher/neuvector-enforcer:5.4.6* +
*registry.suse.com/rancher/neuvector-manager:5.4.6* +
*registry.suse.com/rancher/neuvector-compliance-config:1.0.7* +
registry.suse.com/rancher/neuvector-registry-adapter:0.1.7 +
registry.suse.com/rancher/neuvector-scanner:6 +
registry.suse.com/rancher/neuvector-updater:0.0.5
| 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* +
*registry.rancher.com/rancher/rancher/turtles:v0.21.0* +
*registry.rancher.com/rancher/cluster-api-operator:v0.18.1* +
*registry.rancher.com/rancher/cluster-api-metal3-controller:v1.9.4* +
registry.rancher.com/rancher/cluster-api-metal3-ipam-controller:v1.9.4 +
registry.suse.com/rancher/cluster-api-controller:v1.9.5 +
*registry.suse.com/rancher/cluster-api-provider-rke2-bootstrap:v0.18.0* +
*registry.suse.com/rancher/cluster-api-provider-rke2-controlplane:v0.18.0*
| 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
| Metal^3^ | 0.11.5 | 303.0.7+up0.11.5 | registry.suse.com/edge/charts/metal3:303.0.7_up0.11.5 +
registry.suse.com/edge/3.3/baremetal-operator:0.9.1.1 +
registry.suse.com/edge/3.3/ironic:26.1.2.4 +
registry.suse.com/edge/3.3/ironic-ipa-downloader:3.0.7 +
registry.suse.com/edge/mariadb:10.6.15.1
| MetalLB | 0.14.9 | 303.0.0+up0.14.9 | registry.suse.com/edge/charts/metallb:303.0.0_up0.14.9 +
registry.suse.com/edge/3.3/metallb-controller:v0.14.8 +
registry.suse.com/edge/3.3/metallb-speaker:v0.14.8 +
registry.suse.com/edge/3.3/frr:8.4 +
registry.suse.com/edge/3.3/frr-k8s:v0.0.14
| Elemental | 1.6.8 | 1.6.8 | registry.suse.com/rancher/elemental-operator-chart:1.6.8 +
registry.suse.com/rancher/elemental-operator-crds-chart:1.6.8 +
registry.suse.com/rancher/elemental-operator:1.6.8
| 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]
| Edge Image Builder | 1.2.1 | N/A | registry.suse.com/edge/3.3/edge-image-builder:1.2.1
| NM Configurator | 0.3.3 | N/A | https://github.com/suse-edge/nm-configurator/releases/tag/v0.3.3[NMConfigurator Upstream Release]
| KubeVirt | 1.4.0 | 303.0.0+up0.5.0 | registry.suse.com/edge/charts/kubevirt:303.0.0_up0.5.0 +
registry.suse.com/suse/sles/15.6/virt-operator:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-api:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-controller:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-exportproxy:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-exportserver:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-handler:1.4.0 +
registry.suse.com/suse/sles/15.6/virt-launcher:1.4.0
| 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
| Containerized Data Importer | 1.61.0 | 303.0.0+up0.5.0 | registry.suse.com/edge/charts/cdi:303.0.0_up0.5.0 +
registry.suse.com/suse/sles/15.6/cdi-operator:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-controller:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-importer:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-cloner:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-apiserver:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-uploadserver:1.61.0 +
registry.suse.com/suse/sles/15.6/cdi-uploadproxy:1.61.0
| 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 +
registry.suse.com/edge/3.3/endpoint-copier-operator:0.2.0
| Akri (Tech Preview) | 0.12.20 | 303.0.0+up0.12.20 | registry.suse.com/edge/charts/akri:303.0.0_up0.12.20 +
registry.suse.com/edge/charts/akri-dashboard-extension:303.0.0_up1.3.1 +
registry.suse.com/edge/3.3/akri-agent:v0.12.20 +
registry.suse.com/edge/3.3/akri-controller:v0.12.20 +
registry.suse.com/edge/3.3/akri-debug-echo-discovery-handler:v0.12.20 +
registry.suse.com/edge/3.3/akri-onvif-discovery-handler:v0.12.20 +
registry.suse.com/edge/3.3/akri-opcua-discovery-handler:v0.12.20 +
registry.suse.com/edge/3.3/akri-udev-discovery-handler:v0.12.20 +
registry.suse.com/edge/3.3/akri-webhook-configuration:v0.12.20
| 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 +
registry.suse.com/edge/charts/sriov-crd:303.0.2_up1.5.0
| System Upgrade Controller | 0.15.2 | 106.0.0 | https://charts.rancher.io/index.yaml[Rancher Charts Helm Repository] +
registry.suse.com/rancher/system-upgrade-controller:v0.15.2
| Upgrade Controller | 0.1.1 | 303.0.1+up0.1.1 | registry.suse.com/edge/charts/upgrade-controller:303.0.1_up0.1.1 +
registry.suse.com/edge/3.3/upgrade-controller:0.1.1 +
registry.suse.com/edge/3.3/kubectl:1.32.4 +
*registry.suse.com/edge/3.3/release-manifest:3.3.3*
| Kiwi Builder | 10.2.12.0 | N/A | registry.suse.com/edge/3.3/kiwi-builder:10.2.12.0
|======

[#release-notes-3-3-2]
= Release 3.3.2

Expand Down
22 changes: 11 additions & 11 deletions asciidoc/edge-book/versions.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ============================================================================
:revdate: 2025-06-17
:revdate: 2025-10-15
:page-revdate: {revdate}
// Automatic Version Substitutions
//
Expand All @@ -10,7 +10,7 @@
// ============================================================================

// == General Edge ==
:version-edge: 3.3.2
:version-edge: 3.3.3
:version-edge-registry: 3.3

// == SUSE Linux Micro ==
Expand All @@ -32,11 +32,11 @@
:version-kubevirt-release: v1.4.0

// == Component Versions ==
:version-rancher-prime: 2.11.3
:version-rancher-prime: 2.11.6
:version-cert-manager: 1.15.3
:version-elemental-operator: 1.6.8
:version-longhorn: 1.8.2
:version-neuvector: 5.4.5
:version-neuvector: 5.4.6
:version-kubevirt: 1.4.0
:version-endpoint-copier-operator: 0.2.0
:version-suc: 0.15.2
Expand All @@ -55,8 +55,8 @@
:release-tag-eib: release-1.2
:release-tag-edge-charts: release-3.3
:release-tag-telco-cloud: release-3.3
:release-tag-fleet-examples: release-3.3.0
:release-tag-rancher: v2.11.3
:release-tag-fleet-examples: release-3.3.3
:release-tag-rancher: v2.11.6


// ============================================================================
Expand All @@ -66,8 +66,8 @@
// and should not be renamed without thinking through the implications.
// ============================================================================

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

:version-operatingsystem: 6.1

Expand All @@ -85,10 +85,10 @@
:version-longhorn-docs: 1.8.2
:version-metal3-chart: 303.0.7+up0.11.5
:version-metallb-chart: 303.0.0+up0.14.9
:version-neuvector-chart: 106.0.2+up2.8.7
:version-neuvector-crd-chart: 106.0.2+up2.8.7
:version-neuvector-chart: 106.0.3+up2.8.8
:version-neuvector-crd-chart: 106.0.3+up2.8.8
:version-neuvector-dashboard-extension-chart: 2.1.3
:version-rancher-chart: 2.11.3
:version-rancher-chart: 2.11.6
:version-rancher-turtles-chart: 303.0.5+up0.21.0
:version-sriov-crd-chart: 303.0.2+up1.5.0
:version-sriov-network-operator-chart: 303.0.2+up1.5.0
Expand Down