Jump to contentJump to page navigation: previous page [access key p]/next page [access key n]
SUSE Edge Documentation / Appendix / Release Notes

53 Release Notes

53.1 Abstract

SUSE Edge 3.5 is a tightly integrated and comprehensively validated end-to-end solution for addressing the unique challenges of the deployment of infrastructure and cloud-native applications at the edge. Its driving focus is to provide an opinionated, yet highly flexible, highly scalable, and secure platform that spans initial deployment image building, node provisioning and onboarding, application deployment, observability, and lifecycle management.

The solution is designed with the notion that there is no "one-size-fits-all" edge platform due to our customers’ widely varying requirements and expectations. Edge deployments push us to solve, and continually evolve, some of the most challenging problems, including massive scalability, restricted network availability, physical space constraints, new security threats and attack vectors, variations in hardware architecture and system resources, the requirement to deploy and interface with legacy infrastructure and applications, and customer solutions that have extended lifespans.

SUSE Edge is built on best-of-breed open source software from the ground up, consistent with both our 30-year history in delivering secure, stable, and certified SUSE Linux platforms and our experience in providing highly scalable and feature-rich Kubernetes management with our Rancher portfolio. SUSE Edge builds on-top of these capabilities to deliver functionality that can address a wide number of market segments, including retail, medical, transportation, logistics, telecommunications, smart manufacturing, and Industrial IoT.

For more information on product support lifecycle updates for SUSE Edge, see Product Support Lifecycle.

Note
Note

SUSE Telco Cloud (formerly known as SUSE Edge for Telco) is a derivative of SUSE Edge, with additional optimizations and components that enable the platform to address the requirements found in telecommunications use-cases. Unless explicitly stated, all the release notes are applicable for both SUSE Edge 3.5, and SUSE Telco Cloud 3.5.

53.2 About

These Release Notes are, unless explicitly specified and explained, identical across all architectures, and the most recent version, along with the release notes of all other SUSE products are always available online at https://www.suse.com/releasenotes.

Entries are only listed once, but they can be referenced in several places if they are important and belong to more than one section. Release notes usually only list changes that happened between two subsequent releases. Certain important entries from the release notes of previous product versions may be repeated. To make these entries easier to identify, they contain a note to that effect.

However, repeated entries are provided as a courtesy only. Therefore, if you are skipping one or more releases, check the release notes of the skipped releases also. If you are only reading the release notes of the current release, you could miss important changes that may affect system behavior. SUSE Edge versions are defined as x.y.z, where 'x' denotes the major version, 'y' denotes the minor, and 'z' denotes the patch version, also known as the "z-stream". SUSE Edge product lifecycles are defined based around a given minor release, e.g. "3.5", but ship with subsequent patch updates through its lifecycle, e.g. "3.5.1".

Note
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.

53.3 Release 3.5.0

Availability Date: 21st January 2026

Full Support End Date: 21st July 2026

Maintenance Support End Date: 21st July 2027

EOL: 22nd July 2027

Summary: SUSE Edge 3.5.0 is the first release in the SUSE Edge 3.5 release stream.

53.3.1 New Features

53.3.2 Bug & Security Fixes

  • Rancher Prime 2.13 contains several bugfixes Upstream Rancher Release Notes

  • SUSE Storage (Longhorn) 1.10.1 contains several bugfixes Upstream Longhorn Bug Fixes

  • SUSE Linux Micro 6.2 contains new features, several bugfixes and some changes (for example the switch to predictable network names). Check the SUSE Linux Micro 6.2 Release Notes

  • SR-IOV network operator 1.6.0 contains new features, several bugfixes and some changes. Check the SRIOV upstream Release Notes

  • MetalLB 0.15.2 contains new features, several bugfixes and some changes. Check the MetalLB upstream Release Notes

  • Metal3 Ironic Python Agent (IPA) is aligned with the same codebase as SUSE Linux Micro 6.2 (including the Kernel), this resolves issues in some environments where network interface names do not match between inspection data and the deployed OS.

53.3.3 Known Issues

  • The SUSE Multi-Linux Manager version included with SUSE Edge 3.5 (5.0.6) doesn’t support SUSE Linux Micro 6.2 yet. It will be updated and supported in future SUSE Edge 3.5 releases.

  • Running PTP feature in default configuration requires additional steps: The following needs to be added to overrides in the ptp4l service for it to work correctly in the Edge 3.5 release:

[Service]
PrivateDevices=
DevicePolicy=closed
DeviceAllow=/dev/rtc rwm
DeviceAllow=char-ptp rwm
DeviceAllow=/dev/ptp0 rwm

This can be achieved either by editing /etc/systemd/system/ptp4l.service.d/override.conf or by executing systemctl edit ptp4l.service Proper fix for this would be included once linuxptp package bug is fixed.

Warning
Warning

If deploying new clusters, please follow Chapter 28, Building Updated SUSE Linux Micro Images with Kiwi to build fresh images first as this is now the first step required to create clusters for both AMD64/Intel 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 recommended to place any HelmChartConfigs in /var/lib/rancher/{rke2/k3s}/server/manifests/ using the EIB os-files interface, see Section 41.3.1, “Directory structure” for example. Failure to do this may cause nodes to stay in NotReady state on initial startup, as discussed in #8357 RKE2 issue

  • On RKE2/K3s 1.31, 1.32, 1.33 and 1.34 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 #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>:

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:

#!/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
  • When onboarding remote hosts using Elemental, a race condition between dbus.service and elemental-system-agent.service might occur, resulting in rancher-system-agent.service on remote host to fail starting with errors similar to the one below. (see the #784 Edge Image Builder issue for details.)

Sep 19 19:38:07 elementalvm elemental-system-agent[3671]: time="2025-09-19T19:38:07Z" level=info msg="[6b20fe64c854da2639804884b34129bb8f718eb59578111da58d9de1509c24db_1:stderr]: Failed to restart rancher-system-agent.service: Message recipient disconnected from message bus without replying"

As a workaround, a systemd override file can be created as below

[Unit]
Wants=dbus.service network-online.target
After=dbus.service network-online.target time-sync.target

[Service]
ExecStartPre=/bin/bash -c 'echo "Waiting for dbus to become active..." | systemd-cat -p info -t elemental-system-agent; sleep 15; timeout 300 bash -c "while ! systemctl is-active --quiet dbus.service; do sleep 15; done"'

and a custom script named 30a-copy-elemental-system-agent-override.sh can be used to place the override to /etc/systemd/system/elemental-system-agent.service.d prior to EIB’s 31-elemental-register.sh script runs during the combustion phase.

#!/bin/bash

/bin/mkdir -p /etc/systemd/system/elemental-system-agent.service.d
/bin/cp -f elemental-system-agent-override.conf /etc/systemd/system/elemental-system-agent.service.d/override.conf

53.3.4 Component Versions

The following table describes the individual components that make up the 3.5.0 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.2 (latest)

N/A

SUSE Linux Micro Download Page
SL-Micro.x86_64-6.2-Base-SelfInstall-GM.install.iso (sha256 76390cec4537821d90975d924bf9d7575c9912da89fa460383eff0c623fd403e)
SL-Micro.x86_64-6.2-Base-RT-SelfInstall-GM.install.iso (sha256 8f4d03c6953966174efb4c4b176cbe6dd5cab6e2a406033fc5c2bf6884da8b5d)
SL-Micro.x86_64-6.2-Base-GM.raw.xz (sha256 bea3ac202b54ee29fabc28568f50c86d34939cf861679f21a91dfbae9c54c92e)
SL-Micro.x86_64-6.2-Base-RT-GM.raw.xz (sha256 b9af7763c8d63143e31e5f80eb8d06fcc9477a576de8e358ab2e9835ab39d305)

SUSE Multi-Linux Manager

5.0.6

N/A

SUSE Multi-Linux Manager Download Page

K3s

1.34.2

N/A

Upstream K3s Release

RKE2

1.34.2

N/A

Upstream RKE2 Release

SUSE Rancher Prime

2.13.1

2.13.1

Rancher Prime Helm Repository
Rancher 2.13.1 Container Images

SUSE Storage (Longhorn)

1.10.1

1.10.1

SUSE Storage Helm Repository
SUSE Storage Container Images

SUSE Security

5.4.8

108.0.1+up2.8.10

Rancher Charts Helm Repository
registry.suse.com/rancher/neuvector-controller:5.4.8
registry.suse.com/rancher/neuvector-enforcer:5.4.8
registry.suse.com/rancher/neuvector-manager:5.4.8
registry.suse.com/rancher/neuvector-compliance-config:1.0.9
registry.suse.com/rancher/neuvector-registry-adapter:0.2.2
registry.suse.com/rancher/neuvector-scanner:6
registry.suse.com/rancher/neuvector-updater:0.0.7

Rancher Turtles Providers (CAPI)

0.25.1

305.0.4+up0.25.1

registry.suse.com/edge/charts/rancher-turtles-providers:305.0.4+up0.25.1
registry.rancher.com/rancher/cluster-api-metal3-controller:v1.10.4
registry.rancher.com/rancher/cluster-api-metal3-ipam-controller:v1.10.4
registry.suse.com/rancher/cluster-api-provider-rke2-bootstrap:v0.21.1
registry.suse.com/rancher/cluster-api-provider-rke2-controlplane:v0.21.1

Metal3

0.13.0

305.0.21+up0.13.0

registry.suse.com/edge/charts/metal3:305.0.21_up0.13.0
registry.suse.com/edge/3.5/baremetal-operator:0.11.2.0
registry.suse.com/edge/3.5/ironic:32.0.0.1
registry.suse.com/edge/3.5/ironic-ipa-downloader:3.0.10
registry.suse.com/edge/mariadb:10.11

MetalLB

0.15.2

305.0.1+up0.15.2

registry.suse.com/edge/charts/metallb:305.0.1_up0.15.2
registry.suse.com/edge/3.5/metallb-controller:v0.15.2
registry.suse.com/edge/3.5/metallb-speaker:v0.15.2
registry.suse.com/edge/3.5/frr:10.2.1
registry.suse.com/edge/3.5/frr-k8s:v0.0.20
registry.suse.com/edge/3.5/kube-rbac-proxy:0.19.1

Elemental

1.8.0

1.8.0

registry.suse.com/rancher/elemental-operator-chart:1.8.0
registry.suse.com/rancher/elemental-operator-crds-chart:1.8.0
registry.suse.com/rancher/elemental-operator:1.8.0

Elemental Dashboard Extension

3.0.1

3.0.1

Elemental Extension Helm Chart

Edge Image Builder

1.3.2

N/A

registry.suse.com/edge/3.4/edge-image-builder:1.3.2

NM Configurator

0.3.5

N/A

NMConfigurator Upstream Release

KubeVirt

1.5.2

305.0.1+up0.6.0

registry.suse.com/edge/charts/kubevirt:305.0.1_up0.6.0
registry.suse.com/suse/sles/15.7/virt-operator:1.5.2
registry.suse.com/suse/sles/15.7/virt-api:1.5.2
registry.suse.com/suse/sles/15.7/virt-controller:1.5.2
registry.suse.com/suse/sles/15.7/virt-exportproxy:1.5.2
registry.suse.com/suse/sles/15.7/virt-exportserver:1.5.2
registry.suse.com/suse/sles/15.7/virt-handler:1.5.2
registry.suse.com/suse/sles/15.7/virt-launcher:1.5.2

KubeVirt Dashboard Extension

1.3.3

305.0.4+up1.3.3

registry.suse.com/edge/charts/kubevirt-dashboard-extension:305.0.4_up1.3.3

Containerized Data Importer

1.62.0

305.0.1+up0.6.0

registry.suse.com/edge/charts/cdi:305.0.1_up0.6.0
registry.suse.com/suse/sles/15.7/cdi-operator:1.62.0
registry.suse.com/suse/sles/15.7/cdi-controller:1.62.0
registry.suse.com/suse/sles/15.7/cdi-importer:1.62.0
registry.suse.com/suse/sles/15.7/cdi-cloner:1.62.0
registry.suse.com/suse/sles/15.7/cdi-apiserver:1.62.0
registry.suse.com/suse/sles/15.7/cdi-uploadserver:1.62.0
registry.suse.com/suse/sles/15.7/cdi-uploadproxy:1.62.0

Endpoint Copier Operator

0.3.0

305.0.1+up0.3.0

registry.suse.com/edge/charts/endpoint-copier-operator:305.0.1_up0.3.0
registry.suse.com/edge/3.5/endpoint-copier-operator:0.3.0

Akri (Deprecated)

0.12.20

305.0.0+up0.12.20

registry.suse.com/edge/charts/akri:305.0.0_up0.12.20
registry.suse.com/edge/charts/akri-dashboard-extension:305.0.0_up1.3.1
registry.suse.com/edge/3.5/akri-agent:v0.12.20
registry.suse.com/edge/3.5/akri-controller:v0.12.20
registry.suse.com/edge/3.5/akri-debug-echo-discovery-handler:v0.12.20
registry.suse.com/edge/3.5/akri-onvif-discovery-handler:v0.12.20
registry.suse.com/edge/3.5/akri-opcua-discovery-handler:v0.12.20
registry.suse.com/edge/3.5/akri-udev-discovery-handler:v0.12.20
registry.suse.com/edge/3.5/akri-webhook-configuration:v0.12.20

SR-IOV Network Operator

1.6.0

305.0.4+up1.6.0

registry.suse.com/edge/charts/sriov-network-operator:305.0.4_up1.6.0
registry.suse.com/edge/charts/sriov-crd:305.0.4_up1.6.0

System Upgrade Controller

0.17.0

108.0.0

Rancher Charts Helm Repository
registry.suse.com/rancher/system-upgrade-controller:v0.17.0

Upgrade Controller

0.1.3

305.0.2+up0.1.3

registry.suse.com/edge/charts/upgrade-controller:305.0.3_up0.1.3
registry.suse.com/edge/3.5/upgrade-controller:0.1.3
registry.suse.com/edge/3.5/kubectl:1.34.2
registry.suse.com/edge/3.5/release-manifest:3.5.0

Kiwi Builder

10.2.29.1

N/A

registry.suse.com/edge/3.5/kiwi-builder:10.2.29.1

53.4 Deprecated features

Unless otherwise stated, these apply to the 3.4.0 release and all subsequent z-stream versions.

  • Akri was a Technology Preview offering in previous Edge releases and is now deprecated. Removal is planned for a future release.

53.5 Technology Previews

Unless otherwise stated, these apply to the 3.4.0 release and all subsequent z-stream versions.

  • Single-stack IPv6 deployments are a Technology Preview offering and are not subject to the standard scope of support.

  • Precision Time Protocol (PTP) on downstream deployments is a Technology Preview offering and is not subject to standard scope of support.

  • BGP mode for MetalLB is a Technology Preview offering and is not subject to standard scope of support.

53.6 Component Verification

The components mentioned above may be verified using the Software Bill Of Materials (SBOM) data - for example, using cosign as outlined below:

Download the SUSE Edge Container public key from the SUSE Signing Keys source:

> cat key.pem
-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA7N0S2d8LFKW4WU43bq7Z
IZT537xlKe17OQEpYjNrdtqnSwA0/jLtK83m7bTzfYRK4wty/so0g3BGo+x6yDFt
SVXTPBqnYvabU/j7UKaybJtX3jc4SjaezeBqdi96h6yEslvg4VTZDpy6TFP5ZHxZ
A0fX6m5kU2/RYhGXItoeUmL5hZ+APYgYG4/455NBaZT2yOywJ6+1zRgpR0cRAekI
OZXl51k0ebsGV6ui/NGECO6MB5e3arAhszf8eHDE02FeNJw5cimXkgDh/1Lg3KpO
dvUNm0EPWvnkNYeMCKR+687QG0bXqSVyCbY6+HG/HLkeBWkv6Hn41oeTSLrjYVGa
T3zxPVQM726sami6pgZ5vULyOleQuKBZrlFhFLbFyXqv1/DokUqEppm2Y3xZQv77
fMNogapp0qYz+nE3wSK4UHPd9z+2bq5WEkQSalYxadyuqOzxqZgSoCNoX5iIuWte
Zf1RmHjiEndg/2UgxKUysVnyCpiWoGbalM4dnWE24102050Gj6M4B5fe73hbaRlf
NBqP+97uznnRlSl8FizhXzdzJiVPcRav1tDdRUyDE2XkNRXmGfD3aCmILhB27SOA
Lppkouw849PWBt9kDMvzelUYLpINYpHRi2+/eyhHNlufeyJ7e7d6N9VcvjR/6qWG
64iSkcF2DTW61CN5TrCe0k0CAwEAAQ==
-----END PUBLIC KEY-----

Verify the container image hash, for example using crane:

> crane digest registry.suse.com/edge/3.4/baremetal-operator:0.10.2.1 --platform linux/amd64
sha256:310d939f8ae4b547710195b9671a4e9ff417420c0856103dd728b051788b5374
Note
Note

For multi-arch images it is also necessary to specify a platform when obtaining the digest, e.g --platform linux/amd64 or --platform linux/arm64. Failure to do this will result in an error in the following step (Error: no matching attestations).

Verify with cosign:

> cosign verify-attestation --type spdxjson --key key.pem registry.suse.com/edge/3.4/baremetal-operator@sha256:310d939f8ae4b547710195b9671a4e9ff417420c0856103dd728b051788b5374 > /dev/null
#
Verification for registry.suse.com/edge/3.4/baremetal-operator@sha256:310d939f8ae4b547710195b9671a4e9ff417420c0856103dd728b051788b5374 --
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - Existence of the claims in the transparency log was verified offline
  - The signatures were verified against the specified public key

Extract SBOM data as described at the SUSE SBOM documentation:

> cosign verify-attestation --type spdxjson --key key.pem registry.suse.com/edge/3.4/baremetal-operator@sha256:310d939f8ae4b547710195b9671a4e9ff417420c0856103dd728b051788b5374 | jq '.payload | @base64d | fromjson | .predicate'

53.7 Upgrade Steps

Refer to the Part VI, “Day 2 Operations” for details around how to upgrade to a new release.

53.8 Product Support Lifecycle

SUSE Edge is backed by award-winning support from SUSE, an established technology leader with a proven history of delivering enterprise-quality support services. For more information, see https://www.suse.com/lifecycle and the Support Policy page at https://www.suse.com/support/policy.html. If you have any questions about raising a support case, how SUSE classifies severity levels, or the scope of support, please see the Technical Support Handbook at https://www.suse.com/support/handbook/.

SUSE Edge "3.5" is supported for 18-months of production support, with an initial 6-months of "full support", followed by 12-months of "maintenance support". After these support phases the product reaches "end of life" (EOL) and is no longer supported. More info about the lifecycle phases can be found in the table below:

Full Support (6 months)

Urgent and selected high-priority bug fixes will be released during the full support window, and all other patches (non-urgent, enhancements, new capabilities) will be released via the regular release schedule.

Maintenance Support (12 months)

During this period, only critical fixes will be released via patches. Other bug fixes may be released at SUSE’s discretion but should not be expected.

End of Life (EOL)

Once a product release reaches its End of Life date, the customer may continue to use the product within the terms of product licensing agreement. Support Plans from SUSE do not apply to product releases past their EOL date.

Unless explicitly stated, all components listed are considered Generally Available (GA), and are covered by SUSE’s standard scope of support. Some components may be listed as "Technology Preview", where SUSE is providing customers with access to early pre-GA features and functionality for evaluation, but are not subject to the standard support policies and are not recommended for production use-cases. SUSE very much welcomes feedback and suggestions on the improvements that can be made to Technology Preview components, but SUSE reserves the right to deprecate a Technology Preview feature before it becomes Generally Available if it doesn’t meet the needs of our customers or doesn’t reach a state of maturity that we require.

Please note that SUSE must occasionally deprecate features or change API specifications. Reasons for feature deprecation or API change could include a feature being updated or replaced by a new implementation, a new feature set, upstream technology is no longer available, or the upstream community has introduced incompatible changes. It is not intended that this will ever happen within a given minor release (x.z), and so all z-stream releases will maintain API compatibility and feature functionality. SUSE will endeavor to provide deprecation warnings with plenty of notice within the release notes, along with workarounds, suggestions, and mitigations to minimize service disruption.

The SUSE Edge team also welcomes community feedback, where issues can be raised within the respective code repository within https://www.github.com/suse-edge.

53.9 Obtaining source code

This SUSE product includes materials licensed to SUSE under the GNU General Public License (GPL) and various other open source licenses. The GPL requires SUSE to provide the source code that corresponds to the GPL-licensed material, and SUSE conforms to all other open-source license requirements. As such, SUSE makes all source code available, and can generally be found in the SUSE Edge GitHub repository (https://www.github.com/suse-edge), the SUSE Rancher GitHub repository (https://www.github.com/rancher) for dependent components, and specifically for SUSE Linux Micro, the source code is available for download at https://www.suse.com/download/sle-micro on "Medium 2".