Announcing the 0.9.1 Release
This release includes non-critical bugfixes of the Kannika Armory platform.
Installation
For new installations, see the Installation guide.
For upgrading existing installations, see the associated Upgrading to 0.9.x guide.
Bug fixes
- While viewing the backup or restore details page, the API could encounter an out-of-memory error. The memory leak has been identified and resolved.
- Volume storages previously permitted invalid capacities to be specified,
leading to failures during Volume creation in Kubernetes.
Storage CRDs now enforce the use of units like
Mi
,Gi
,Ti
, andM
,G
,T
instead ofMB
,GB
,TB
. Additionally, spaces between quantities and units are no longer permitted (e.g.,100 Mi
should be100Mi
). The Console and API have also had their validations updated to account for this change.
Breaking Changes
- Ensure the defined capacities for Volume storages align with the specified requirements.
Other changes
- The default liveness and readiness probes now have a 5-second timeout for each request on backup and restore pods.
Upcoming Features
Please check the Roadmap for more information on upcoming features.
Release Notes
For a full list of changes, see the Changelog.