Skip to content

Announcing the 0.7.1 Release

This bugfix release includes various fixes and improvements to the Kannika Armory platform, and adds probes to all components to make it easier to monitor the health of your Armory installation.

For new installations, see the Installation guide.

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

Global backup and restore pod configuration

Section titled “Global backup and restore pod configuration”

It is now possible to have separate global pod settings for backups and restores.

For backup pods, use the config.backup.pod field when configuring the operator:

values.yaml
operator:
config:
backup:
pod: {}
6 collapsed lines
# resources: {}
# affinity: {}
# tolerations: []
# nodeSelector: {}
# securityContext: {}
# container: {}

For restore pods, you may use the config.restore.pod field when configuring the operator:

values.yaml
operator:
config:
restore:
pod: {}
6 collapsed lines
# resources: {}
# affinity: {}
# tolerations: []
# nodeSelector: {}
# securityContext: {}
# container: {}

See the Default Pod Settings section for more information.

All components now have probes which allows Kubernetes to monitor the health of your Armory installation. This will make it easier to detect and recover from failures.

It is also possible to override the default probes for backups and restores. See the Probes section for more information.

  • When testing a connection to a Kafka EventHub with Credentials, an UNKNOWN_ERROR was thrown when the secrets were not correctly configured or missing. The API will now return proper error messages in such cases, indicating an issue with the secrets.

There are no breaking changes with this release.

Please check the Roadmap for more information on upcoming features.

For a full list of changes, see the Changelog.