Humio Operator 0.36.2 GA (2026-08-28)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 0.36.2 | GA | 2026-08-28 | Â |
Version 0.36.2 fixes the scheduled search create path. The operator requested an outdated response fragment from the LogScale GraphQL API. Newer LogScale versions rejected that request. Scheduled searches declared as Kubernetes resources now create correctly.
Fixed in this release
API
Fixed a failure when the operator creates a
HumioScheduledSearchresource. TheCreateScheduledSearchV2mutation requested the version 1 response fragment. That fragment asks for thestart,end, andbackfillLimitfields. Newer LogScale versions no longer define those fields. LogScale rejected the whole request with HTTP 400, and the resource never became ready. The mutation now requests the version 2 response fragment.