Humio Operator 0.28.2 GA (2025-03-24)

Version?Type?Release Date?Config.Changes?
0.28.2GA2025-03-24 

Version 0.28.1 no longer enabled the /metrics endpoint by default, which started causing issues as it was used for liveness and readiness probes. This release reenables the /metrics endpoint by default, and uses the more appropriate dedicated /healthz and /readyz API endpoints for liveness and readiness probes, respectively (credit: brads-au)

Fixed in this release

  • Other

    • Fix incompatibility running tests suite with latest version of Ginkgo.