Skip to content

Release notes

Version 1.64

Danger

This version must be installed before proceeding with the next update.

Helm chart version 1.64.0

Genestack audit logs migration from MySQL to Clickhouse

This release migrates MySQL genestack_audit schema to ClickHouse audit.Event table and removes genestack_audit schema from MySQL upon successful completion. Migration component responsible for it is planned for a removal in the next release. As a result, this ODM version cannot be skipped during upgrades.

Excluding audit events from tracking

It is now possible to exclude specific audit events from tracking if they are not needed, which saves disk space. For example, you can exclude events related to data reads.

A configuration example is available in the examples directory of the Helm chart.

Audit log retention period

Danger

The retention period cannot be changed after installation. Set it before you install or upgrade to this version.

ODM keeps audit events in ClickHouse for a limited number of months and deletes older events automatically. The default retention period is 12 months. To use a different one, set it in the Helm chart values:

core:
  files:
    "/var/lib/genestack/properties/application.yaml":
      backend:
        clickhouse:
          audit:
            retentionMonths: 24