From bcb015e1052192b166b19a1e3b5da0f25051eaf4 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sun, 31 Mar 2019 17:41:15 -0700 Subject: [PATCH 1/2] Update Calico from v3.6.0 to v3.6.1 * https://docs.projectcalico.org/v3.6/release-notes/ --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6a07b2d8..958c680b 100644 --- a/variables.tf +++ b/variables.tf @@ -69,8 +69,8 @@ variable "container_images" { type = "map" default = { - calico = "quay.io/calico/node:v3.6.0" - calico_cni = "quay.io/calico/cni:v3.6.0" + calico = "quay.io/calico/node:v3.6.1" + calico_cni = "quay.io/calico/cni:v3.6.1" flannel = "quay.io/coreos/flannel:v0.11.0-amd64" flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0" kube_router = "cloudnativelabs/kube-router:v0.2.5" From a6933814006f6db7f5c2bf39543d4237e5b435c2 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 26 Mar 2019 01:16:39 -0700 Subject: [PATCH 2/2] Update Kubernetes from v1.13.5 to v1.14.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 958c680b..2381e75c 100644 --- a/variables.tf +++ b/variables.tf @@ -74,7 +74,7 @@ variable "container_images" { flannel = "quay.io/coreos/flannel:v0.11.0-amd64" flannel_cni = "quay.io/coreos/flannel-cni:v0.3.0" kube_router = "cloudnativelabs/kube-router:v0.2.5" - hyperkube = "k8s.gcr.io/hyperkube:v1.13.5" + hyperkube = "k8s.gcr.io/hyperkube:v1.14.0" coredns = "k8s.gcr.io/coredns:1.3.1" pod_checkpointer = "quay.io/coreos/pod-checkpointer:83e25e5968391b9eb342042c435d1b3eeddb2be1" }