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 #821 from jetstack-bot/cherry-pick-819-to-release-0.6
Browse files Browse the repository at this point in the history
[release-0.6] Upgrade default kubernetes version to 1.12.9
  • Loading branch information
jetstack-bot authored Jun 24, 2019
2 parents f036dc6 + da27948 commit d072436
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
| Terraform | | `0.11.11` |
| Consul | | `1.2.4` |
| Vault | | `0.9.6` |
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.8` |
| Kubernetes | `>= 1.10 && < 1.14` | `1.12.9` |
| Calico | | `3.1.4` |
| Vault Helper| | `0.9.15` |
| 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.12.8"
obj.Kubernetes.Version = "1.12.9"
}

// zone
Expand Down
6 changes: 3 additions & 3 deletions puppet/modules/tarmak/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BUNDLE_DIR ?= .bundle

VERSION_1_14 := 1.14.2
VERSION_1_13 := 1.13.6
VERSION_1_12 := 1.12.8
VERSION_1_14 := 1.14.3
VERSION_1_13 := 1.13.7
VERSION_1_12 := 1.12.9
VERSION_1_11 := 1.11.10
VERSION_1_10 := 1.10.13
VERSION_1_9 := 1.9.11
Expand Down

0 comments on commit d072436

Please sign in to comment.