Skip to content

Commit

Permalink
[chore] prepare pre-release 0.3.4 (#366)
Browse files Browse the repository at this point in the history
* prepare pre-release

* update DEPENDENCIES

* update version.go
  • Loading branch information
esierra-stratio authored Nov 14, 2023
1 parent 26b35a9 commit 790f2ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
cluster-operator: v0.1.3
cluster-operator-chart: v0.1.4-36d41ca
cluster-operator: v0.1.4-36d41ca
calico:
calicoctl: v3.26.1
tigera-operator: v1.30.5
Expand Down
4 changes: 2 additions & 2 deletions pkg/cluster/internal/create/actions/createworker/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const (

scName = "keos"

keosClusterChart = "0.1.3"
keosClusterImage = "0.1.3"
keosClusterChart = "0.1.4-36d41ca"
keosClusterImage = "0.1.4-36d41ca"
)

const machineHealthCheckWorkerNodePath = "/kind/manifests/machinehealthcheckworkernode.yaml"
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/kind/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ func DisplayVersion() string {
}

// versionCore is the core portion of the kind CLI version per Semantic Versioning 2.0.0
const versionCore = "0.17.0-0.3.3"
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 = ""
const versionPreRelease = "SNAPSHOT"

// 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 790f2ef

Please sign in to comment.