Skip to content

Announcing the 0.12.3 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.

The API now supports intermediate certificates in TLS configurations. Authentication would often fail when using a certificate chain, e.g., when testing a connection to Kafka. This was due to the fact it would only consider the leaf certificate. This has been fixed.

We have improved our OCI images by switching to smaller, distroless base image. In some cases, we even switched to scratch base images. We also replaced entrypoint scripts with launchers, written in Rust, which compile to static binaries, removing the need for a shell. This results in images with a reduced attack surface.

For a full list of changes, see the Changelog.