v0.11.0
Changed
- [#34] Add/Update label for consistent mass deletion of CES K8s resources
- Select any k8s-ces-setup related resources like this:
kubectl get deploy,pod,... -l app=ces,app.kubernetes.io/name=k8s-ces-setup
- Select all CES components like this:
kubectl get deploy,pod,... -l app=ces
- Update
ces-build-lib
to 1.61.0
- Select any k8s-ces-setup related resources like this:
Fixed
- [#32] Fixed a permission issue where the setup finisher cronjob was not allowed to execute his finisher script.