Skip to content

v1.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 12:07
· 239 commits to main since this release

Release v1.3.4

Features and Enhancements

Node reset

Elemental Operator v1.3.4 introduces the machine reset feature. Admins may now delete clusters and allow nodes to be reset and re-registered again within the machine inventory. Resetting a node includes wiping all persistent data and re-deploying the OS of the initial installation, which is kept in recovery partition. For more information on how to use Elemental Operator machine reset, please see the docs.

Added registry template in charts

Elemental Operator v1.3.4 charts allows templating the registry of the referred images. A new registryUrl value has been added in charts (--set registryUrl=$MY_CUSTOM_REGISTRY:$PORT) to configure a public or local custom registry.

New Elemental Teal version

Elemental Operator v1.3.4 default channel includes a new Elemental Teal OS version which is new build based on SLE Micro 5.4.

Relevant fixes

  • Fixed backup and restore MachineRegistration resources. See #477 and #486
  • Fixed deployments with no cacert defined in Rancher, add default trusted certificates. See #485

Install or Upgrade

In order to install or upgrade to this release of the Elemental Operator use the following Helm commands:

# 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

What's Changed

Full Changelog: v1.2.5...v1.3.4

New Contributors