Release 1.8.0
New features
Starting from Elemental Operator v1.8.0 the default channels include SL Micro 6.2 OS images.
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
- Use privateCA for Rancher on dev environment by @anmazzotti in #857
- Add support for agent-tls-mode Rancher setting by @anmazzotti in #863
- Split elemental-operator and elemental-register at OBS level by @davidcassany in #862
- Do not include Config to MachineRegistration as pointer by @anmazzotti in #870
- Only reset network if a network configurator is used by @anmazzotti in #874
- No need to make any GH release by @davidcassany in #880
- Update default channels to 6.1 images by @davidcassany in #883
- Label Templates: add IP addresses to the Network variables by @fgiudici in #885
- Add created date to the ManagedOSVersion common metadata fields by @anmazzotti in #886
- golanci-lint: change output format by @fgiudici in #887
- minor: fix SeedImage description by @fgiudici in #889
- Fix generation of already present resources by @davidcassany in #892
- make linter happy - update copyright dates by @fgiudici in #899
- [Airgap] extend yq support in the airgap script by @fgiudici in #898
- operator: update RBAC for upgrade plans by @fgiudici in #908
- Label Templates: improve Random family processing by @fgiudici in #914
- Bump libraries to incorporate CVE fixes by @fgiudici in #913
- OS channel: enable baremetal channel by default by @fgiudici in #916
- [ports from 1.7.x] Update default channel data by @fgiudici in #919
- Stop using toolbox image in favor of bci-base image by @davidcassany in #924
- Add maintenance case to elemental-airgap.sh by @juadk in #927
- 1.8 release preparation by @davidcassany in #930
Full Changelog: v1.7.3...v1.8.0