Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #645 from JoshVanL/automated-cherry-pick-of-#644-o…
Browse files Browse the repository at this point in the history
…rigin-release-0.5

Automated cherry pick of #644
  • Loading branch information
jetstack-bot authored Dec 4, 2018
2 parents 4c1ebd7 + 31526d2 commit 02ae3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
| Terraform | | `0.11.8` |
| Consul | | `1.2.3` |
| Vault | | `0.9.5` |
| Kubernetes | `>= 1.9 && < 1.13` | `1.11.4` |
| Kubernetes | `>= 1.9 && < 1.13` | `1.11.5` |
| Calico | | `3.1.4` |
| Vault Helper| | `0.9.13` |
| Etcd | | `3.2.25` |
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/cluster/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func SetDefaults_Cluster(obj *Cluster) {

// set default kubernetes version
if obj.Kubernetes.Version == "" {
obj.Kubernetes.Version = "1.11.4"
obj.Kubernetes.Version = "1.11.5"
}

// zone
Expand Down
2 changes: 1 addition & 1 deletion puppet/modules/tarmak/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BUNDLE_DIR ?= .bundle

VERSION_1_13 := 1.13.0-beta.1
VERSION_1_12 := 1.12.2
VERSION_1_11 := 1.11.4
VERSION_1_11 := 1.11.5
VERSION_1_10 := 1.10.10
VERSION_1_9 := 1.9.11
VERSION_1_8 := 1.8.15
Expand Down

0 comments on commit 02ae3a3

Please sign in to comment.