Humio Operator 0.26.0 GA (2024-11-05)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 0.26.0 | GA | 2024-11-05 |
Adds new options to update strategy as well as testing
improvements. Removes unused
/tmp volume. Note that
upgrading to this version will cause all humio pods to restart.
Fixed in this release
Other
Add support for Kubernetes 1.30 and 1.31.
Add options
enableZoneAwarenessandmaxUnavailableto update strategy. Defaults forenableZoneAwarenessandmaxUnavailablearetrueand1, respectively. With this feature, the zone is pinned when doing pod replacements for a given node pool to ensure all pods in a given zone is replaced before moving on to the next zone. ThemaxUnavailableoption allows either an absolute number, or a percentage of thenodeCount.Various improvements to testing.
Removed unused
/tmpvolume and volume mount.