v5.10.11
Improve tolerance for survivable pod failures during upgrades.
This release contains bug fixes to Hydrolix v5.10. Refer to the release notes to see other notable feature announcements and information for this version.
Upgrade⚓︎
Don't skip minor versions when upgrading or downgrading
Skipping versions when upgrading or downgrading Hydrolix can result in database schema inconsistencies and cluster instability. Always upgrade or downgrade sequentially through each minor version.
Example:
Upgrade from 5.10.10 → 5.11.9 → 6.0.8, not 5.10.10 → 6.0.8.
Upgrade on GKE⚓︎
| Upgrade on GKE | |
|---|---|
Upgrade on EKS⚓︎
| Upgrade on EKS | |
|---|---|
Upgrade on LKE⚓︎
| Upgrade on LKE | |
|---|---|
Changelog⚓︎
Bug fixes⚓︎
Cluster operations⚓︎
- Changed the
backoffLimitfrom 0 to 6 for theinit-cluster,init-turbine-api,check-bucket-access, andload-sample-projectKubernetes jobs to tolerate transient boot-time dependency races. The change prevents survivable single-pod failures from marking an entire upgrade as a failure.