diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a6fa423d..7e80168f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## 0.17.0-0.3.5 (2023-12-1) +## 0.17.0-0.3.5 (upcoming) -*[Core] Added cluster-autoscaler annotation to evict local volumes +* [Core] Add coredns PDB +* [Core] Add cluster-autoscaler annotations to evict local volumes ## 0.17.0-0.3.4 (2023-11-17) diff --git a/DEPENDENCIES b/DEPENDENCIES index beeef5e462..f2dab6a1c8 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,8 +4,8 @@ core: cluster-api: v1.5.1 capi-kubeadm-bootstrap-system: v1.5.1 capi-kubeadm-control-plane-system: v1.5.1 - cluster-operator-chart: v0.1.4 - cluster-operator: v0.1.4 + cluster-operator-chart: v0.1.5-27a310c + cluster-operator: v0.1.5-27a310c calico: calicoctl: v3.26.1 tigera-operator: v1.30.5 diff --git a/pkg/cluster/internal/create/actions/createworker/provider.go b/pkg/cluster/internal/create/actions/createworker/provider.go index ff13d67f12..b9435cb4ad 100644 --- a/pkg/cluster/internal/create/actions/createworker/provider.go +++ b/pkg/cluster/internal/create/actions/createworker/provider.go @@ -57,8 +57,8 @@ const ( scName = "keos" - keosClusterChart = "0.1.4" - keosClusterImage = "0.1.4" + keosClusterChart = "0.1.5-27a310c" + keosClusterImage = "0.1.5-27a310c" postInstallAnnotation = "cluster-autoscaler.kubernetes.io/safe-to-evict-local-volumes" corednsPdbPath = "/kind/coredns-pdb.yaml"