Docker images are hosted on docker.io and can be pulled with the following command:
docker pull clastix/capsule:v0.3.1
Helm chart tested with the following version is v0.4.1, remember to update your Helm Charts locally.
helm repo add clastix https://clastix.github.io/charts helm repo update
Enhancements
- Prevent replicated resources by TenantResource to get deleted by the Tenant Owner #732 @prometherion
Hotfixes
- CRD URLs in the upgrade guide are invalid #730 @jwilkicki @prometherion
- Webhook cannot mutate Pods generated from Deployment with Rancher #741 @maxgio92 @prometherion
- Unable to patch the namespace not managed by Capsule #733 @sagar-jadhav