You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asciidoc/edge-book/releasenotes.adoc
+144-5Lines changed: 144 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,145 @@ However, repeated entries are provided as a courtesy only. Therefore, if you are
28
28
29
29
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.
30
30
31
+
[#release-notes-3-2-1]
32
+
= Release 3.2.1
33
+
34
+
Availability Date: 2nd May 2025
35
+
36
+
Summary: SUSE Edge 3.2.1 is the first z-stream release in the SUSE Edge 3.2 release stream.
37
+
38
+
== New Features
39
+
40
+
* Updated to Kubernetes 1.31.7, and Rancher Prime 2.10.3
41
+
* Updated to SUSE Security (Neuvector) 2.8.4
42
+
* Updated to SUSE Storage (Longhorn) 1.7.3
43
+
44
+
== Bug & Security Fixes
45
+
46
+
* Addresses https://nvd.nist.gov/vuln/detail/CVE-2025-1974[CVE-2025-1974] with patches for ingress-nginx in RKE2. More information available https://kubernetes.io/blog/2025/03/24/ingress-nginx-cve-2025-1974/[here].
47
+
* SUSE Storage (Longhorn) 1.7.3 contains several bugfixes, including
48
+
** Fix volume FailedMount issue which can cause volume attachment to fail https://github.com/longhorn/longhorn/issues/9939[Upstream Longhorn Issue]
49
+
** Fix engine stuck in stopped state issue which can prevent volume attachment https://github.com/longhorn/longhorn/issues/9938[Upstream Longhorn Issue]
50
+
* The Metal^3^ chart update contains several bugfixes, including
51
+
** Fix issue causing an unexpected pod restart https://github.com/suse-edge/charts/issues/172[Upstream Chart Issue]
52
+
** Fix issue which can cause inspection to fail for UEFI systems in some environments https://github.com/suse-edge/charts/pull/189[Upstream Chart Issue]
53
+
* The MetalLB chart contains a fix to ensure downstream images are used when frr-k8s is enabled
54
+
* The Kiwi Builder has been updated to 10.2.12 to match recent security changes in Kiwi, shifting from https://github.com/OSInside/kiwi/commit/d4d39e481aaff8be28337a9c76c3913a8a482628[md5 to sha256 checksum methods] for image verification.
55
+
* The Edge Image Builder image has been rebuilt to include the updated MetalLB release and address the Kiwi changes, both mentioned above.
56
+
* The `kubevirt-dashboard-extension-chart` and `akri-dashboard-extension-chart` have been re-published to correct a version issue causing Rancher to indicate an incorrect upgrade available message
57
+
58
+
== Known Issues
59
+
60
+
* When deploying via the directed network provisioning flow, a bug affects clusters with static IPs in networks with DHCP servers and/or RAs: static network configurations only apply to the provisioned host and will not be in effect during the host discovery and enrollment. Please refer to the https://github.com/suse-edge/atip/tree/main/telco-examples/edge-clusters/dhcp-less/dual-stack/single-node#readme[SUSE Edge for Telco examples repository] for more details and updates.
61
+
* When using `toolbox` in SUSE Linux Micro 6.0, the default container image does not contain some tools which were included in the previous 5.5 version. The workaround is to configure toolbox to use the previous `suse/sle-micro/5.5/toolbox` container image, see `toolbox --help` for options to configure the image.
62
+
* When updating to RKE2 1.31.7, which resolves https://nvd.nist.gov/vuln/detail/CVE-2025-1974[CVE-2025-1974], SUSE Linux Micro 6.0 *must* be updated to include kernel `>=6.4.0-26-default` or `>=6.4.0-30-rt` (real-time kernel) due to required SELinux kernel patches. If not applied, the ingress-nginx pod will remain in a `CrashLoopBackOff` state. To apply the kernel update run `transactional-update` on the host itself (to update all packages), or `transactional-update pkg update kernel-default` (or kernel-rt) to update just the kernel, then reboot the host. If deploying new clusters, please follow <<guides-kiwi-builder-images>> to build fresh images containing the latest kernel.
63
+
64
+
== Component Versions
65
+
66
+
The following table describes the individual components that make up the 3.2 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.
67
+
68
+
Items which have changed from the previous 3.2.0 release are highlighted in *bold*.
69
+
70
+
|======
71
+
| Name | Version | Helm Chart Version | Artifact Location (URL/Image)
72
+
| SUSE Linux Micro | 6.0 (latest) | N/A | https://www.suse.com/download/sle-micro/[SUSE Linux Micro Download Page] +
@@ -47,12 +186,12 @@ Summary: SUSE Edge 3.2.0 is the first release in the SUSE Edge 3.2 release strea
47
186
48
187
* With the included RKE2 CAPI provider version, it is now possible to define dual-stack CAPI clusters. Previously, only single-stack deployments were possible due to a https://github.com/rancher/cluster-api-provider-rke2/pull/452[bug that filtered additional CIDRs] for both Pods and Services. For examples on configuring IPv4, IPv6 and dual-stack downstream clusters (currently limited to single-host deployments), refer to https://github.com/suse-edge/atip[https://github.com/suse-edge/atip].
49
188
50
-
== Known issues
189
+
== Known Issues
51
190
52
191
* When deploying via the directed network provisioning flow, a bug affects clusters with static IPs in networks with DHCP servers and/or RAs: static network configurations only apply to the provisioned host and will not be in effect during the host discovery and enrollment. Please refer to the https://github.com/suse-edge/atip/tree/main/telco-examples/edge-clusters/dhcp-less/dual-stack/single-node#readme[SUSE Edge for Telco examples repository] for more details and updates.
53
192
* When using `toolbox` in SUSE Linux Micro 6.0, the default container image does not contain some tools which were included in the previous 5.5 version. The workaround is to configure toolbox to use the previous `suse/sle-micro/5.5/toolbox` container image, see `toolbox --help` for options to configure the image.
54
193
55
-
== Components Versions
194
+
== Component Versions
56
195
57
196
The following table describes the individual components that make up the 3.2 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.
0 commit comments