v0.6.1
Kamaji v0.6.0 can be installed using its 0.16.1 Helm Chart.
Remember to add the CLASTIX repository and update it:
helm repo add clastix https://clastix.github.io/charts helm repo update
Images can be pulled from Docker Hub:
docker pull clastix/kamaji:v0.6.1
Enhancements
- Validating DNS service IPs on Service CIDR via webhook #468 @kvaps @prometherion
- Kamaji CRDs are now grouped under
kamaji
category #470 @avorima
Hotfixes
- Nil pointer panic upon Datastore creation #472 @prometherion
- Stripping hard-coded
cluster.local
suffix #467 @kvaps