v1.3.5
Release v1.3.5
Features and Enhancements
New Helm repository
In addition to the OCI helm chart releases this release includes a helm repository published in github accessible as https://rancher.github.io/elemental-operator/stable.
New Elemental Teal version
Elemental Operator v1.3.5 default channel includes a new Elemental Teal OS version.
Relevant fixes
- Fixed machine reset feature so the elemental-system-agent is still functional after resetting the machine
- Prevent re-provisioning an already provisioned machine #526
- Prevent generating machine registration configuration without a URL #517
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-chartTo 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-operatorWhat's Changed
- Build and publish charts for OBS/IBS artifacts in gh-pages #499
- Fix repository url #509
- Publish OBS charts to gh-pages #514
- Ensure Elemental registration data includes the registration URL #517
- Prevent recalling bootstrap.sh on 'systemctl restart elemental-system-agent' #526
Full Changelog: v1.3.4...v1.3.5