Humio Operator 0.21.0 GA (2024-05-08)
Version? | Type? | Release Date? | Config.Changes? |
---|---|---|---|
0.21.0 | GA | 2024-05-08 |
This introduces changes to the set of environment variables for pods and will cause cluster pod restarts to roll this out. The bump to minimum supported LogScale version includes cleaning up a bunch of legacy behavior. This introduces a new field named CommonEnvironmentVariables which is a common set of environment variables that all cluster pods should inherit.
Fixed in this release
Third Party Tooling
Upgrade to Go v1.22
Upgrade to controller-gen v0.14.0
Upgrade various smaller dependencies
Other
Refactor test execution
Add support for HumioCluster.Spec.CommonEnvironmentVariables. This provides a way of defining a common set of environment variables that all cluster pods will inherit. If a node pool explicitly sets the same environment variable, then the node pool specific value takes presedence over the specified common environment variables (credit: bderrly)
Bump minimum supported version to LogScale 1.118.0
Ignore NodeName and VolumeMount with prefix "kube-api-access-" when logging podSpecDiff
Add test coverage for Kubernetes 1.28 and 1.29