Humio Operator 0.37.0 GA (2026-09-14)

Version?Type?Release Date?Config.Changes?
0.37.0GA2026-09-14 

Version 0.37.0 implements Karpenter integration via temporary PDBs, adds feature flag to enable eviction protection during maintenance, adds expireAfter field for pod cycling, and fixes a node pool sync race condition

New features and improvements

  • Administration and Management

    • Implements Karpenter integration via temporary PDBs

  • Custom Resource Definition

    • Adds expireAfter field for pod cycling. Pods older than the specified Go format amount (1h, 1d, 1w, etc.) are cycled using MaxUnavailable / MinReadySeconds / zone-awareness safety gates.

    • Adds enableEvictionProtectionDuringMaintenance feature flag to enable eviction protection during maintenance.

Fixed in this release

  • Functions

    • Fixes a node pool sync race condition, eliminating transient 409 Conflict errors when concurrent reconcile loops race on shadow nodepool updates.

Improvement

  • Administration and Management

    • Implemented seamless migration for workload-type services.

  • Functions

    • Changed scheduled search version to ScheduledSearchDetailsV2