diff --git a/CHANGELOG.md b/CHANGELOG.md index b792158fe6..cda9868334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.17.0-0.3.2 (upcoming) + +* Bump cluster-operator due to hotfix + ## 0.17.0-0.3.1 (2023-09-28) * Add status in KeosCluster diff --git a/DEPENDENCIES b/DEPENDENCIES index 5fee7d38d9..11a309fe51 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.1 - cluster-operator: v0.1.1 + cluster-operator-chart: v0.1.2-ad1d89c + cluster-operator: v0.1.2-ad1d89c 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 61d929d58b..9432801f9e 100644 --- a/pkg/cluster/internal/create/actions/createworker/provider.go +++ b/pkg/cluster/internal/create/actions/createworker/provider.go @@ -51,8 +51,8 @@ const ( scName = "keos" - keosClusterChart = "0.1.1" - keosClusterImage = "0.1.1" + keosClusterChart = "0.1.2-ad1d89c" + keosClusterImage = "0.1.2-ad1d89c" ) const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"