From 09aba1875c3da45d1adbff7b6da7e6c7d2d9767c Mon Sep 17 00:00:00 2001 From: Patrick Lang Date: Wed, 28 Nov 2018 14:17:24 -0800 Subject: [PATCH] Update to Azure-CNI v1.0.14 (#4297) --- packer/install-dependencies.sh | 2 +- pkg/api/const.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/install-dependencies.sh b/packer/install-dependencies.sh index b0d172c75..f1b0d0f8d 100644 --- a/packer/install-dependencies.sh +++ b/packer/install-dependencies.sh @@ -22,7 +22,7 @@ fi installClearContainersRuntime -VNET_CNI_VERSIONS="1.0.10 1.0.11 1.0.12 1.0.13" +VNET_CNI_VERSIONS="1.0.10 1.0.11 1.0.12 1.0.13 1.0.14" CNI_PLUGIN_VERSIONS="0.7.1" for VNET_CNI_VERSION in $VNET_CNI_VERSIONS; do diff --git a/pkg/api/const.go b/pkg/api/const.go index bd19636c0..e7ea9b914 100644 --- a/pkg/api/const.go +++ b/pkg/api/const.go @@ -242,11 +242,11 @@ const ( // AzureCniPluginVerLinux specifies version of Azure CNI plugin, which has been mirrored from // https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-linux-amd64-${AZURE_PLUGIN_VER}.tgz // to https://acs-mirror.azureedge.net/cni - AzureCniPluginVerLinux = "v1.0.13" + AzureCniPluginVerLinux = "v1.0.14" // AzureCniPluginVerWindows specifies version of Azure CNI plugin, which has been mirrored from // https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-windows-amd64-${AZURE_PLUGIN_VER}.tgz // to https://acs-mirror.azureedge.net/cni - AzureCniPluginVerWindows = "v1.0.13" + AzureCniPluginVerWindows = "v1.0.14" // CNIPluginVer specifies the version of CNI implementation // https://github.com/containernetworking/plugins CNIPluginVer = "v0.7.1"