Release v1.9.1
New features
This release bumps Cluster API libraries to match and support Rancher v2.14 release series. Elemental operator versions lower than v1.9.x are not supported in Rancher v2.14 and above. On the other side Elemental Operator v1.9.x and above are not supported in any Rancher version lower than v2.1.4.
Fixes
- Ensure MachineInventorySelectors attempt to match the cluster pool and the machine inventory even when no selection criteria is defined #972
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
- Update questions to include SL Micro 6.2 by @davidcassany in #953
- Updated libraries new capi by @davidcassany in #962
- Remove labeler workflow by @davidcassany in #970
- Fix missed adoption by @davidcassany in #973
Full Changelog: v1.8.1...v1.9.1