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

Commit 4678635

Browse files
authored
Merge pull request #789 from simonswine/automated-cherry-pick-of-#788-release-0.6
Automated cherry pick of #788
2 parents 6210be6 + 7ae3c0b commit 4678635

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

pkg/apis/cluster/v1alpha1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

puppet/modules/tarmak/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
BUNDLE_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
77
VERSION_1_10 := 1.10.13
88
VERSION_1_9 := 1.9.11
99
VERSION_1_8 := 1.8.15

0 commit comments

Comments
 (0)