Skip to content

Commit

Permalink
Prepare release 0.3.6 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Dec 21, 2023
1 parent c7db1b3 commit 1868d96
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.17.0-0.3.6 (upcoming)

* [Core] HotFix: storageclass.parameters.label validation

## 0.17.0-0.3.5 (2023-12-19)

* [Core] Change create_iam default behaviour (to false)
Expand Down
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.5
cluster-operator: v0.1.5
cluster-operator-chart: v0.1.6
cluster-operator: v0.1.6
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.5"
keosClusterImage = "0.1.5"
keosClusterChart = "0.1.6"
keosClusterImage = "0.1.6"

postInstallAnnotation = "cluster-autoscaler.kubernetes.io/safe-to-evict-local-volumes"
corednsPdbPath = "/kind/coredns-pdb.yaml"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/kind/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ 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.5"
const versionCore = "0.17.0-0.3.6"

// versionPreRelease is the base pre-release portion of the kind CLI version per
// Semantic Versioning 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions scripts/upgrade-provisioner_v0.3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
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.5"
CLOUD_PROVISIONER = "0.17.0-0.3.5"
CLUSTER_OPERATOR = "0.1.6"
CLOUD_PROVISIONER = "0.17.0-0.3.6"

def parse_args():
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 1868d96

Please sign in to comment.