Skip to content

Commit

Permalink
Updating Azure-CNI to v1.0.11
Browse files Browse the repository at this point in the history
Resolves Azure#3389 / Azure#3447

Includes two important Azure-CNI changes for Windows
  Fix for unparseable error returned by CNI (Azure#195)
  Fix for IP Address leak in HNS failure scenario in windows CNI (Azure#218)
Full notes at https://github.com/Azure/azure-container-networking/releases
  • Loading branch information
PatrickLang committed Aug 10, 2018
1 parent da4127d commit 21e4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// AzureCniPluginVer 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
AzureCniPluginVer = "v1.0.7"
AzureCniPluginVer = "v1.0.11"
// CNIPluginVer specifies the version of CNI implementation
// https://github.com/containernetworking/plugins
CNIPluginVer = "v0.7.1"
Expand Down

0 comments on commit 21e4a45

Please sign in to comment.