Humio Operator 0.37.0 GA (2026-09-14)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 0.37.0 | GA | 2026-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
expireAfterfield for pod cycling. Pods older than the specified Go format amount (1h, 1d, 1w, etc.) are cycled usingMaxUnavailable/MinReadySeconds/ zone-awareness safety gates.Adds
enableEvictionProtectionDuringMaintenancefeature 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