Humio Operator 0.26.0 GA (2024-11-05)

Version?Type?Release Date?Config.Changes?
0.26.0GA2024-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 enableZoneAwareness and maxUnavailable to update strategy. Defaults for enableZoneAwareness and maxUnavailable are true and 1, 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. The maxUnavailable option allows either an absolute number, or a percentage of the nodeCount.

    • Various improvements to testing.

    • Removed unused /tmp volume and volume mount.