Humio Operator 0.9.0 GA (2021-06-18)
| Version? | Type? | Release Date? | Config.Changes? |
|---|---|---|---|
| 0.9.0 | GA | 2021-06-18 |
This release drops support for LogScale versions prior
to LogScale 1.26.0 and speeds up cluster bootstrapping
significantly. With this release
Bootstrapping state for
HumioCluster CRD's have
been removed entirely, so before upgrading to this release it is
important to make sure that no
HumioCluster resource
is in Bootstrapping state.
This release also bumps the default helper container image,
which will cause cluster pods to be recreated when the operator
gets upgraded in order to leverage the new helper image tag. If
recreation of pods is undesired it is possible to lock the
helper image by setting
helperImage in the
HumioCluster resource
to the current version before upgrading the operator. If the
helper image tag gets locked, we recommend removing this
explicit helper image tag during the next LogScale
cluster upgrade.
Fixed in this release
Other
Bugfix so LogScale storage and digest partition counts are correct when new clusters gets created. Previously clusters would create storage and digest partitions based on LogScale's built-in defaults rather than the user-defined values
storagePartitionsCountanddigestPartitionsCountin theHumioClusterresource.Drop the use of
Bootstrappingstate forHumioClusterresources.Drop support for LogScale versions prior to 1.26.0.
Bugfix where license update is triggered even if license was not changed.
Bugfix liveness and readiness probes for
HumioClusterCRD so it is now possible to set an empty probe. If an empty probe is used the operator will skip configuring the specific probe.Switch operator container logs to RFC 3339 format with second precision. LogScale container logs are unaffected, as this only changes the logs from the operator container.
Set more detailed release version, commit and date. This version information is logged out during container startup, and is also set as a custom
User-AgentHTTP header for requests to the LogScale API.Additional logging for
HumioExternalClusterwhen the API token test fails. Previously it would silently fail and theHumioExternalClusterwould be stuck inUnknownstate.