From 3f00cfb5162cd7b2b2b10ba95c67f6d71ec63ed0 Mon Sep 17 00:00:00 2001 From: stg <65890694+stg-0@users.noreply.github.com> Date: Wed, 6 Mar 2024 18:22:44 +0100 Subject: [PATCH] Prepare Release 0.4.0 (#512) --- DEPENDENCIES | 4 ++-- bin/images/commons/imagenes-commons.txt | 2 +- pkg/cmd/kind/version/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 2403b8b303..784419f49e 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -5,8 +5,8 @@ core: capi-kubeadm-bootstrap-system: v1.5.3 capi-kubeadm-control-plane-system: v1.5.3 cluster-operator: - cluster-operator-chart: v0.2.0-SNAPSHOT - cluster-operator: v0.2.0-SNAPSHOT + cluster-operator-chart: v0.2.0 + cluster-operator: v0.2.0 kube-rbac-proxy: v0.15.0 calico: calicoctl: v3.26.1 diff --git a/bin/images/commons/imagenes-commons.txt b/bin/images/commons/imagenes-commons.txt index 8dd45617d4..6a272bca4a 100644 --- a/bin/images/commons/imagenes-commons.txt +++ b/bin/images/commons/imagenes-commons.txt @@ -1,2 +1,2 @@ gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1 -qa.int.stratio.com/stratio/cluster-operator:0.2.0-SNAPSHOT +qa.int.stratio.com/stratio/cluster-operator:0.2.0 diff --git a/pkg/cmd/kind/version/version.go b/pkg/cmd/kind/version/version.go index b90134a49b..eab7fae12d 100644 --- a/pkg/cmd/kind/version/version.go +++ b/pkg/cmd/kind/version/version.go @@ -59,7 +59,7 @@ const versionCore = "0.17.0-0.4.0" // 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.