Skip to content

Commit 1713947

Browse files
justaugustusk8s-ci-robot
authored andcommitted
Update to Kubernetes 1.13.5 (CVE mitigation) (#164)
- CVE-2019-9946 - CVE-2019-1002101 Signed-off-by: Stephen Augustus <[email protected]>
1 parent 149815f commit 1713947

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ go_repository(
9898

9999
go_repository(
100100
name = "io_k8s_sigs_kind",
101-
commit = "d4ff13e4808ee5a816ed92bf2d3348bda12413db",
101+
commit = "91d92c86cfa4143143841aad7f9b6d0c35e109ea",
102102
importpath = "sigs.k8s.io/kind",
103103
)
104104

@@ -111,7 +111,7 @@ go_repository(
111111
go_repository(
112112
name = "io_k8s_kubernetes",
113113
importpath = "k8s.io/kubernetes",
114-
tag = "v1.13.4",
114+
tag = "v1.13.5",
115115
)
116116

117117
go_repository(

cmd/clusterctl/examples/azure/machines.yaml.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ items:
1010
set: controlplane
1111
spec:
1212
versions:
13-
kubelet: 1.13.4
14-
controlPlane: 1.13.4
13+
kubelet: 1.13.5
14+
controlPlane: 1.13.5
1515
providerSpec:
1616
value:
1717
apiVersion: azureprovider/v1alpha1
@@ -41,7 +41,7 @@ items:
4141
set: node
4242
spec:
4343
versions:
44-
kubelet: 1.13.4
44+
kubelet: 1.13.5
4545
providerSpec:
4646
value:
4747
apiVersion: azureprovider/v1alpha1

0 commit comments

Comments
 (0)