Humio Operator 0.25.0 GA (2024-09-17)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 0.25.0 | GA | 2024-09-17 |
Adds new HumioBootstrapToken type for the operator to
authenticate to the cluster, requirement for non-empty resource
names, testing improvements. Removes the
auth sidecar
container. Note that upgrading to this version will cause all
humio pods to restart.
Fixed in this release
Other
Various improvements to testing.
Includes support for the HumioBootstrapToken, which sets
BOOTSTRAP_ROOT_TOKEN_HASHEDon the humio pods which is then used by the operator for authentication to the cluster. This removes the need for theauthsidecar container as well as the auth service account. TheauthServiceAccountNamefield is now deprecated.Require non-empty names for resources such as Actions, Aggregate Alerts, Alerts, FilterAlerts, IngestTokens, Parsers, ScheduledSearches, Views.