v1.6.7
Release 1.6.7
Enhancements and new features
Default channel is updated to include SL Micro 6.1 based images.
Fixes:
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
- [v1.6] No need to install yq neither to create a GH release by @davidcassany in #878
- [v1.6.x][BACKPORT] seedimage: clean-up service on image download deadline (#719) by @davidcassany in #901
- [v1.6.x] Bump default operator channel to Micro 6.1 images by @davidcassany in #902
Full Changelog: v1.6.6...v1.6.7