Humio Operator 0.33.0 GA (2025-12-05)

Version?Type?Release Date?Config.Changes?
0.33.0GA2025-12-05 

Version 0.33.0 introduces support for Logscale Scheduled Search V2 APIs via a new CRD version (v1beta1) for HumioScheduledSearch. The operator now supports configurable log levels and has been restructured with separate operator and webhook components. Due to this architectural change, existing operator Kubernetes Deployments must be deleted before upgrading to the updated chart.

Important

Due to label selector changes in version 0.33.0 and the immutable nature of Kubernetes Deployment label selectors, existing operator Deployments must be deleted before upgrading to prevent deployment conflicts.

Before upgrading, run the following command to delete the existing deployment:

shell
kubectl delete deployment humio-operator -n <namespace>

Replace <namespace> with your operator's namespace (commonly humio-operator or logging).