Humio Operator 0.16.0 GA (2022-11-07)

Version?Type?Release Date?Config.Changes?
0.16.0GA2022-11-07 

This release contains a number of fixes and updates, as well as a beta feature that allows for local PVCs. This release also bumps the default helper container image as well as changes the container names in the pod, which will cause cluster pods to be recreated when the operator is upgraded. This release requires LogScale version of 1.51.x or greater.

Fixed in this release

  • Other

    • Remove NET_BIND_SERVICE from the humio container. Requires LogScale 1.51.x+.

    • Remove NET_BIND_SERVICE from the operator pod and make the filesystem readonly. Move runAsNonRoot from the operator pod level to the container level.

    • Faster replacement of pods during upgrades. Rather than creating pods incrementally during an upgrade, all pods are now created simultaneously.

    • Prefix sidecar container names with humio-.

    • Add LogScalePersistentVolumeClaimPolicy with ReclaimType of OnNodeDelete, which allows automatic cleanup of PVCs when using a local volume provisioner.