Humio Operator 0.4.0 GA (2021-02-02)

Version?Type?Release Date?Config.Changes?
0.4.0GA2021-02-02 

Fixed in this release

  • Other

    • Fix for bug where partitions may not be auto balanced by the operator

    • Allow for additional labels for ingest token secrets

    • Requires explicitly defined storage. See below for additional information.

    • Adds support for managing LogScale licenses.

    • Change default humio version to 1.18.1

    • Symptoms of the fixed UUID bug when not using USING_EPHEMERAL_DISKS=true include the appearance of missing nodes and nodes with no partitions assigned in the Cluster Administration page in the LogScale UI.

    • Upgrading to this release will replace the current HumioCluster pods.

    • It is now required to explicitly define the storage configuration. This is because until now, the default has been emptyDir, which will result in loss of data if not also using bucket storage. If relying on the default storage configuration, it is now required to set either spec.dataVolumeSource or spec.dataVolumePersistentVolumeClaimSpecTemplate. It is necessary to use either a persistent storage medium or bucket storage to avoid data loss. See the example resources section on how to configure ephemeral or persistent storage.

    • Fix for bug where UUIDs are not assigned properly when not using USING_EPHEMERAL_DISKS=true. See below for additional information.

    • Updates to various operator-managed resources so they now include the ConfigError state

    • Fix to rolling restart logic to ensure that pods are only restarted one at a time

    • Fix bug where restart or update may fail if an existing pod is not in a Running state