Skip to content

Announcing the 0.12.4 Release

This release contains minor bugfixes and improvements for the Kannika Armory platform.

For new installations, see the Installation guide.

For upgrading existing installations, see the associated Upgrading to 0.12.x guide.

Properly load SSL configuration with SASL/SSL in API

Section titled “Properly load SSL configuration with SASL/SSL in API”

The SSL configuration is now properly reloaded when using SASL/SSL credentials, e.g., when testing a connection.

You can now configure extra environment variables in the Helm charts, using an array of Kubernetes EnvVar objects.

values.yaml
operator:
extraEnv:
- name: RUST_LOG
value: "debug"
- name: ANOTHER_VAR
valueFrom:
configMapKeyRef:
name: my-config-map
key: my-key

For a full list of changes, see the Changelog.