From 21273926cedd26616a708ac6f92695914a0cdc80 Mon Sep 17 00:00:00 2001 From: Smana Date: Wed, 12 Oct 2016 21:54:54 +0200 Subject: [PATCH] upgrade flannel version --- 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 1fe1f5145..fa51d189b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Versions [kubernetes](https://github.com/kubernetes/kubernetes/releases) v1.4.0
[etcd](https://github.com/coreos/etcd/releases) v3.0.1
[calicoctl](https://github.com/projectcalico/calico-docker/releases) v0.20.0
-[flanneld](https://github.com/coreos/flannel/releases) v0.5.5
+[flanneld](https://github.com/coreos/flannel/releases) v0.6.2
[weave](http://weave.works/) v1.6.1
[docker](https://www.docker.com/) v1.10.3
diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 1f2158a25..1ef7b45df 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -13,7 +13,7 @@ etcd_version: v3.0.6 calico_version: v0.20.0 calico_cni_version: v1.4.2 weave_version: v1.6.1 -flannel_version: 0.5.5 +flannel_version: v0.6.2 flannel_server_helper_version: 0.1 # Download URL's