Release v1.9.2
New features
This release bump includes some new features:
- Deterministic endpoints for MachineRegistrations (#975)
- Locally defined labels for the MachineInventory (#984)
- Customizable label prefixes for MachineRegistration (#984)
Install or Upgrade
In order to install this release of the Elemental Operator check the project documentation.
For already existing deployments use the following Helm commands to upgrade:
# Install/upgrade the CRDS chart
helm upgrade \
--install -n cattle-elemental-system --create-namespace elemental-operator-crds \
oci://registry.suse.com/rancher/elemental-operator-crds-chart
# Install/upgrade the operator chart
helm upgrade \
--install -n cattle-elemental-system --create-namespace elemental-operator \
oci://registry.suse.com/rancher/elemental-operator-chart
To install or upgrade from the helm chart repository use:
helm repo add elemental-stable https://rancher.github.io/elemental-operator/stable/
and installed or upgraded with
# Install/upgrade the CRDS chart
helm upgrade --install -n cattle-elemental-system --create-namespace \
elemental-operator-crds elemental-stable/elemental-operator-crds
# Install/upgrade the operator chart
helm upgrade --install -n cattle-elemental-system --create-namespace \
elemental-operator elemental-stable/elemental-operator
What's Changed
- cherry-pick deterministic endpoint by @frelon in #977
- Bump grpc library for 1.9 series by @davidcassany in #987
- [Backport to v1.9.x] Bump golang.org/x/net to v0.55.0 (bsc#1266789 CVE-2026-39821) by @davidcassany in #993
- Local node labels (#984) by @frelon in #996
Full Changelog: v1.9.1...v1.9.2