diff --git a/DEPENDENCIES b/DEPENDENCIES index f4f79c212d..beeef5e462 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-1d4b03c - cluster-operator: v0.1.4-1d4b03c + cluster-operator-chart: v0.1.4 + cluster-operator: v0.1.4 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 f10bf1e0c3..bd445b56a7 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-1d4b03c" - keosClusterImage = "0.1.4-1d4b03c" + keosClusterChart = "0.1.4" + keosClusterImage = "0.1.4" ) const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml" diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index 0a025d1b79..c723958307 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -58,7 +58,7 @@ const versionCore = "0.17.0-0.3.4" // versionPreRelease is the base pre-release portion of the kind CLI version per // Semantic Versioning 2.0.0 -const versionPreRelease = "SNAPSHOT" +const versionPreRelease = "" // gitTag is the git tag used to build the kind binary, if available. // It is injected at build time. diff --git a/scripts/upgrade-provisioner_v0.3.py b/scripts/upgrade-provisioner_v0.3.py index c78c028a94..fdb50d24fe 100644 --- a/scripts/upgrade-provisioner_v0.3.py +++ b/scripts/upgrade-provisioner_v0.3.py @@ -33,7 +33,7 @@ AZUREDISK_CSI_DRIVER_CHART = "v1.28.3" AZUREFILE_CSI_DRIVER_CHART = "v1.28.3" CLOUD_PROVIDER_AZURE_CHART = "v1.28.0" -CLUSTER_OPERATOR = "0.1.4-1d4b03c" +CLUSTER_OPERATOR = "0.1.4" def parse_args(): parser = argparse.ArgumentParser(