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
- 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
- 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.