Skip to content

Commit 98f2d4d

Browse files
justaugustusk8s-ci-robot
authored andcommitted
Update Kubernetes version to 1.14.3 (#210)
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 07dfbf8 commit 98f2d4d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ go_repository(
116116
go_repository(
117117
name = "io_k8s_kubernetes",
118118
importpath = "k8s.io/kubernetes",
119-
tag = "v1.14.1",
119+
tag = "v1.14.3",
120120
)
121121

122122
go_repository(

cmd/clusterctl/examples/azure/generate-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export CLUSTER_NAME="${CLUSTER_NAME:-test1}"
3434
export VNET_NAME="${VNET_NAME:-}"
3535

3636
# Machine settings.
37-
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-1.14.1}"
37+
export KUBERNETES_VERSION="${KUBERNETES_VERSION:-1.14.3}"
3838
export CONTROL_PLANE_MACHINE_TYPE="${CONTROL_PLANE_MACHINE_TYPE:-Standard_B2ms}"
3939
export NODE_MACHINE_TYPE="${NODE_MACHINE_TYPE:-Standard_B2ms}"
4040

pkg/cloud/azure/actuators/machine/actuator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ func newMachine(t *testing.T, machineConfig v1alpha1.AzureMachineProviderSpec, l
8080
Spec: clusterv1.MachineSpec{
8181
ProviderSpec: *providerSpec,
8282
Versions: clusterv1.MachineVersionInfo{
83-
Kubelet: "1.14.1",
84-
ControlPlane: "1.14.1",
83+
Kubelet: "1.14.3",
84+
ControlPlane: "1.14.3",
8585
},
8686
},
8787
}

0 commit comments

Comments
 (0)