Announcing the 0.12.4 Release
This release contains minor bugfixes and improvements for the Kannika Armory platform.
Installation
Section titled “Installation”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.
Support extraEnv in Helm charts
Section titled “Support extraEnv in Helm charts”You can now configure extra environment variables in the Helm charts,
using an array of Kubernetes EnvVar objects.
operator: extraEnv: - name: RUST_LOG value: "debug" - name: ANOTHER_VAR valueFrom: configMapKeyRef: name: my-config-map key: my-keyRelease Notes
Section titled “Release Notes”For a full list of changes, see the Changelog.