From f8f55bc413c9914467a7fbf072ccde3d48003250 Mon Sep 17 00:00:00 2001 From: Florian Ruynat <florian234@hotmail.com> Date: Sun, 3 May 2020 21:32:26 +0200 Subject: [PATCH] Update cilium to 1.7.3 (#6069) --- README.md | 2 +- roles/download/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 284bd5b7b..8e9abd795 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Note: Upstart/SysV init based OS types are not supported. - [cni-plugins](https://github.com/containernetworking/plugins) v0.8.5 - [calico](https://github.com/projectcalico/calico) v3.13.2 - [canal](https://github.com/projectcalico/canal) (given calico/flannel versions) - - [cilium](https://github.com/cilium/cilium) v1.7.2 + - [cilium](https://github.com/cilium/cilium) v1.7.3 - [contiv](https://github.com/contiv/install) v1.2.1 - [flanneld](https://github.com/coreos/flannel) v0.12.0 - [kube-router](https://github.com/cloudnativelabs/kube-router) v0.4.0 diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 8708e87b3..146efd9d3 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -82,7 +82,7 @@ cni_version: "v0.8.5" weave_version: 2.6.2 pod_infra_version: 3.1 contiv_version: 1.2.1 -cilium_version: "v1.7.2" +cilium_version: "v1.7.3" kube_ovn_version: "v1.1.0" kube_router_version: "v0.4.0" multus_version: "v3.4.1" -- GitLab