This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pkg/apis/cluster/v1alpha1 Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2222| Terraform | | ` 0.11.11 ` |
2323| Consul | | ` 1.2.4 ` |
2424| Vault | | ` 0.9.6 ` |
25- | Kubernetes | ` >= 1.10 && < 1.14 ` | ` 1.12.6 ` |
25+ | Kubernetes | ` >= 1.10 && < 1.14 ` | ` 1.12.7 ` |
2626| Calico | | ` 3.1.4 ` |
2727| Vault Helper| | ` 0.9.13 ` |
2828| Etcd | | ` 3.2.25 ` |
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func SetDefaults_Cluster(obj *Cluster) {
3838
3939 // set default kubernetes version
4040 if obj .Kubernetes .Version == "" {
41- obj .Kubernetes .Version = "1.12.6 "
41+ obj .Kubernetes .Version = "1.12.7 "
4242 }
4343
4444 // zone
Original file line number Diff line number Diff line change 11BUNDLE_DIR ?= .bundle
22
3- VERSION_1_14 := 1.14.0-rc.1
4- VERSION_1_13 := 1.13.4
5- VERSION_1_12 := 1.12.6
6- VERSION_1_11 := 1.11.8
3+ VERSION_1_14 := 1.14.0
4+ VERSION_1_13 := 1.13.5
5+ VERSION_1_12 := 1.12.7
6+ VERSION_1_11 := 1.11.9
77VERSION_1_10 := 1.10.13
88VERSION_1_9 := 1.9.11
99VERSION_1_8 := 1.8.15
You can’t perform that action at this time.
0 commit comments