Skip to content

anyscale-operator-1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 16:48
e0314ac

Release 1.7.0

This release adds additional validations to ensure that errors in operator installation or upgrade are caught early and made visible.

Anyscale Operator Readiness Probe

The operator now exposes /readyz on port 8081 and the Helm Deployment configures a matching readinessProbe. helm install --wait and helm upgrade --wait will no longer return success while the operator is still starting up or crash-looping.

New fields

  1. workloads.instanceTypes.validationHook.enabled: a pre-install/pre-upgrade Helm hook validates the planned instance-types ConfigMap against the control plane and fails the release on invalid types. Set to false when the control plane is not reachable at install time.

Bugfixes

  1. Declarative-only operator setups (no instance-types) no longer fail operator startup.

Full Changelog: anyscale-operator-1.6.0...anyscale-operator-1.7.0
This release is backward-compatible and recommended for all users.