Skip to content

v0.11.0

Compare
Choose a tag to compare
@cesmarvin cesmarvin released this 13 Jan 10:01
· 605 commits to main since this release

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

Fixed

  • [#32] Fixed a permission issue where the setup finisher cronjob was not allowed to execute his finisher script.