Skip to content

v1.4.2

Compare
Choose a tag to compare
@davidcassany davidcassany released this 01 Feb 08:14
· 196 commits to main since this release
d4e65ce

Release v1.4.2

Features and Enhancements

Elemental Teal rename to SLE Micro

Elemental Teal used to be default OS image provided with Elemental project. In this current release there is a rename from Elemental Teal to SLE Micro. The OS remains equivalent without further changes than a rename.
In this Elemental Operator v1.4.2 release the default Managed OS versions channel includes a new SLE Micro OS version.

Device selector

In MachineRegistration resource a new device-selector field has been included. device-selector allows to define a criteria to choose the target device to install to. Check MachineRegistration reference docs for all details and options.

Support for air-gapped installations

Air-gap support is now included in the current release and documented in the How to section of the official documentation.

Elemental installation from the Rancher Marketplace

Elemental also released into the Rancher Marketplace and it can be installed from there as documented in the quickstart guide.

Support for custom hostnames and dhcp provided hostnames

Custom and default hostnames setup has been improved and included in the in the How to section of the official documentation.

Relevant fixes

  • Wrong mapping on reset options when custom reset parameters are in use #604
  • Prevent reinstallation of the elemental-operator if there are CRDs pending to be remove by a previous uninstall 5ff509b
  • Resync ManagedOSVersions channel on upgrades 64b15a6

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

New Contributors

Full Changelog: v1.3.5...v1.4.2