Skip to content

Commit

Permalink
Prepare Release 0.4.0 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Mar 6, 2024
1 parent 8b6224b commit 3f00cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/images/commons/imagenes-commons.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pkg/cmd/kind/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f00cfb

Please sign in to comment.