Skip to content

Commit 0d7dc7f

Browse files
committed
Bump to v1.19.4
1 parent ca1760e commit 0d7dc7f

File tree

10 files changed

+14
-12
lines changed

10 files changed

+14
-12
lines changed

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ var versionCmd = &cobra.Command{
2121
fmt.Print("no version set for this build... ")
2222
cliVersion = "local"
2323
}
24-
fmt.Printf("triton-kubernetes 1.0.0-pre1 (%s)\n", cliVersion)
24+
fmt.Printf("triton-kubernetes 1.0.1-pre1 (%s)\n", cliVersion)
2525
},
2626
}

cmd/version_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func TestVersion(t *testing.T) {
1515
versionCmd.Run(versionCmd, []string{})
1616
})
1717

18-
expected := "triton-kubernetes 1.0.0-pre1 (beta)\n"
18+
expected := "triton-kubernetes 1.0.1-pre1 (beta)\n"
1919

2020
select {
2121
case err := <-errch:

create/cluster.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,11 @@ func getBaseClusterTerraformConfig(terraformModulePath string) (baseClusterTerra
371371
{"v1.12.6", "v1.12.6-rancher1-1"},
372372
{"v1.13.4", "v1.13.4-rancher1-1"},
373373
{"v1.14.9", "v1.14.9-rancher1-1"},
374-
{"v1.15.12", "v1.15.12-rancher1-1"},
375-
{"v1.16.10", "v1.16.10-rancher2-1"},
376-
{"v1.17.6", "v1.17.6-rancher2-1"},
374+
{"v1.15.12", "v1.15.12-rancher2-7"},
375+
{"v1.16.15", "v1.16.15-rancher1-3"},
376+
{"v1.17.14", "v1.17.14-rancher1-2"},
377+
{"v1.18.12", "v1.18.12-rancher1-2"},
378+
{"v1.19.4", "v1.19.4-rancher1-2"},
377379
}
378380
prompt := promptui.Select{
379381
Label: "Kubernetes Version",

docs/guide/silent-install-yaml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ YAML parameters for cluster are:
3838
| `cluster_manager` | Which cluster manager should manage this new cluster that is going to be created. |
3939
| `cluster_cloud_provider` | Which cloud should the cluster run on. Options are `triton`, `aws`, `gcp`, or `azure`. |
4040
| `name` | Cluster name |
41-
| `k8s_version` | Version of Kubernetes to deploy for this cluster. Available versions are: `v2.8.11-rancher2-1`, `v1.9.7-rancher2-2`, `v1.10.3-rancher2-1`, `v1.11.8-rancher1-1`, `v1.12.6-rancher1-1`, `v1.13.4-rancher1-1`, `v1.14.9-rancher1-1`, `v1.15.12-rancher1-1`, `v1.16.10-rancher2-1` and `v1.17.6-rancher-2-1` (default). |
41+
| `k8s_version` | Version of Kubernetes to deploy for this cluster. Available versions are: `v2.8.11-rancher2-1`, `v1.9.7-rancher2-2`, `v1.10.3-rancher2-1`, `v1.11.8-rancher1-1`, `v1.12.6-rancher1-1`, `v1.13.4-rancher1-1`, `v1.14.9-rancher1-1`, `v1.15.12-rancher1-1`, `v1.16.15-rancher1-3`, `v1.17.14-rancher-1-2`, `v1.18.12-rancher1-2` and `v1.19.4-rancher1-2` (default). |
4242
| `k8s_network_provider` | Network stack to use for this Kubernetes cluster. Available options are: `calico` and `flannel`. |
4343
| `private_registry` | URL of the private registry that includes rancher containers |
4444
| `private_registry_username` | Username for the private registry |

terraform/modules/aws-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "rancher_secret_key" {
1515
}
1616

1717
variable "k8s_version" {
18-
default = "v1.17.6-rancher2-1"
18+
default = "v1.19.4-rancher1-2"
1919
}
2020

2121
variable "k8s_network_provider" {

terraform/modules/azure-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "rancher_secret_key" {
1515
}
1616

1717
variable "k8s_version" {
18-
default = "v1.17.6-rancher2-1"
18+
default = "v1.19.4-rancher1-2"
1919
}
2020

2121
variable "k8s_network_provider" {

terraform/modules/bare-metal-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "rancher_secret_key" {
1515
}
1616

1717
variable "k8s_version" {
18-
default = "v1.17.6-rancher2-1"
18+
default = "v1.19.4-rancher1-2"
1919
}
2020

2121
variable "k8s_network_provider" {

terraform/modules/gcp-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "rancher_secret_key" {
1515
}
1616

1717
variable "k8s_version" {
18-
default = "v1.17.6-rancher2-1"
18+
default = "v1.19.4-rancher1-2"
1919
}
2020

2121
variable "k8s_network_provider" {

terraform/modules/triton-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "rancher_secret_key" {
1515
}
1616

1717
variable k8s_version {
18-
default = "v1.17.6-rancher2-1"
18+
default = "v1.19.4-rancher1-2"
1919
}
2020

2121
variable k8s_network_provider {

terraform/modules/vsphere-rancher-k8s/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variable "k8s_registry_password" {
4545
}
4646

4747
variable "k8s_version" {
48-
default = "v1.17.6-rancher2-1"
48+
default = "v1.19.4-rancher1-2"
4949
}
5050

5151
variable "k8s_network_provider" {

0 commit comments

Comments
 (0)