Skip to content

Commit

Permalink
chore: update Azure CNI to v1.0.16 (Azure#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and acs-bot committed Jan 15, 2019
1 parent 664cb4f commit 7d3665a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

installClearContainersRuntime

VNET_CNI_VERSIONS="1.0.14 1.0.15"
VNET_CNI_VERSIONS="1.0.14 1.0.15 1.0.16"
CNI_PLUGIN_VERSIONS="0.7.1"

for VNET_CNI_VERSION in $VNET_CNI_VERSIONS; do
Expand Down
6 changes: 3 additions & 3 deletions pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,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.15"
AzureCniPluginVerLinux = "v1.0.16"
// 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
// https://github.com/Azure/azure-container-networking/releases/download/${AZURE_PLUGIN_VER}/azure-vnet-cni-windows-amd64-${AZURE_PLUGIN_VER}.zip
// to https://acs-mirror.azureedge.net/cni
AzureCniPluginVerWindows = "v1.0.15"
AzureCniPluginVerWindows = "v1.0.16"
// CNIPluginVer specifies the version of CNI implementation
// https://github.com/containernetworking/plugins
CNIPluginVer = "v0.7.1"
Expand Down

0 comments on commit 7d3665a

Please sign in to comment.