v2.0.2
New features & improvements
🛂 Webhook for namespace deletion
A validating webhook will now verify that namespaces do not contain any Module
resource before they can be deleted.
This avoids entering situations where the namespace is being deleted and KMM cannot create unloading Pods to honor Module
deletion.
📜 CRD changes
Module
: make moduleName an optional fieldManagedClusterModule
: make spokeNamespace a required field
🧹 Miscellaneous
Bug fixes.
Installing
Using OLM (recommended)
Follow the installations instructions at OperatorHub.io for KMM or KMM-Hub.
Using make
git fetch
git checkout v2.0.2
# For KMM
make deploy IMAGE_TAG=v20240306-v2.0.2
# For KMM-Hub
make deploy-hub IMAGE_TAG=v20240306-v2.0.2
Changelog
Full Changelog: v2.0.1...v2.0.2