Skip to content

Releases: rancher/elemental-operator

v1.7.3

17 Jun 10:12
1ab38de

Choose a tag to compare

Release 1.7.3

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

Read more

v1.6.9

08 May 13:09
838b071

Choose a tag to compare

Release 1.6.9

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.x] operator: update RBAC for upgrade plans by @fgiudici in #910
  • [v1.6.x] Fix questions.yaml default tag by @fgiudici in #907

Full Changelog: v1.6.8...v1.6.9

v1.6.8

23 Apr 12:16

Choose a tag to compare

Release 1.6.8

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

Full Changelog: v1.6.7...v1.6.8

v1.6.7

23 Apr 12:12
abbd2e7

Choose a tag to compare

Release 1.6.7

Enhancements and new features

Default channel is updated to include SL Micro 6.1 based images.

Fixes:

  • Clean-up services associated to seedimages once the download deadline is reached (#719) by #901

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

v1.6.6

23 Apr 12:11

Choose a tag to compare

What's Changed

Full Changelog: v1.6.5...v1.6.6

v1.6.5

25 Oct 12:45
61d6518

Choose a tag to compare

Release 1.6.5

Enhancements and new features

SeedImage resource status now is including the download URL of the generated image and the checksum of the image. This is helpful to verify downloaded content integrity.

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

Full Changelog: v1.6.4...v1.6.5

Release 1.6.4

16 Sep 12:20
c6411a4

Choose a tag to compare

Release 1.6.4

Enhancements and new features

Adding support for SL Micro

Starting from Elemental Operator v1.6.4 the default channels include SL Micro 6.0 OS images.

Drain nodes by default on upgrade

For simplicity Elemental Operator now drains nodes by default on upgrades as this the common setup in the vast majority of cases.

Channels pointing to specific builds of the OS images

With this new version of Elemental Operator channels refer to specific builds of the OS images. OS images are being rebuild based on SL Micro updates and those new rebuilds are periodically added to the default channel. The default channel will track only three of the most recent rebuilds.

In addition, ManagedOSVersions include a new flag to showcase if that specific version is still listed within the channel. Finally, ManagedOSVersionChannel resources also include a new toggle to remove any ManagedOSVersion that is no longer in sync.

Allow yip configuration syntax

Elemental project relies on yip for the cloud-init style configuration. By default cloud-config fields in resources used to assume cloud-init syntax was in use, however with the current version it also supports its own format based on yip's syntax.

Fixes:

  • Allow dots in the hostnames / MachineInventory names #679
  • Added the ability to create a node reset marker for unmanaged hosts #737

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

Full Changelog: v1.5.4...v1.6.4

v1.5.4

03 Jul 15:19

Choose a tag to compare

Fixes

  • A channel synchronization failure causing a pod to fail and restart in a loop #766

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

29 May 08:40

Choose a tag to compare

Enhancements

Add node reset marker for unmanaged hosts instead of attempting to execute a reset. See unmanaged OS docs.

Fixes

A backward incompatibility when attempting to register OS image v2.0.4 against Elemental Operator < 1.5 (#733).

What's Changed

  • [v1.5.x][BACKPORT] seedimage: use ClusterIP Services (#709) by @fgiudici in #710
  • [v1.5.x][BACKPORT] Added the ability to create a node reset marker for unmanaged hosts (#731) by @rdoxenham in #736
  • [ v1.5.x][BACKPORT] register: don't send new Disks and Controllers data by @fgiudici in #743

Full Changelog: v1.5.1...v1.5.3

v1.4.4

24 May 09:09
59204c5

Choose a tag to compare

Enhancements

Add node reset marker for unmanaged hosts instead of attempting to execute a reset. See unmanaged OS docs.

What's Changed

  • [v1.4.x][BACKPORT] Added the ability to create a node reset marker for unmanaged hosts (#731) by @rdoxenham in #735

Full Changelog: v1.4.3...v1.4.4