Skip to content

Releases: Azure/azure-container-networking

azure vnet v1.0.12

10 Oct 22:29
Compare
Choose a tag to compare

This release contains following:

  1. Fix for timed out on locking store, err:Store is locked in windows #242
  2. Fix for pod cannot connect to itself via service IP #248
  3. Scripts for installing multi tenancy plugin

azure vnet v1.0.12-rc3

20 Aug 23:21
Compare
Choose a tag to compare
Pre-release

This version blocks APIPA address space reachability from within containers.

azure vnet v1.0.12-rc2

19 Aug 03:48
Compare
Choose a tag to compare

This release contains

  1. Added support for infravnet connectivity in multitenancy CNI
  2. Added PrivateIP block support for packets passing through SNAT bridge in multitenancy CNI
  3. Telemetry report change for DNC
  4. Enabling CircleCI

azure vnet v1.0.12-rc1

14 Aug 01:26
cace8b8
Compare
Choose a tag to compare
Pre-release

This release changes the way interface names are generated for containers. This release uses the network name, container id, and ifname (#229)

azure vnet v1.0.11

10 Aug 05:24
677d471
Compare
Choose a tag to compare

This release contains

  1. Fix for unparseable error returned by CNI (#195)
  2. Fix for IP Address leak in HNS failure scenario in windows CNI (#218)
  3. Added clear container and service fabric orchestrator type in CNS
  4. Vendored few dependency packages (#124)

azure-vnet v1.0.10

25 Jul 01:25
Compare
Choose a tag to compare

This release contains following changes

  1. Separated Endpoint creation logic to linux and windows and fixed EndpointId creation in Linux if netns is empty

azure-vnet v1.0.8

07 Jul 01:34
Compare
Choose a tag to compare

This release adds the functionality to connect containers running in a single Azure VM to multiple Azure Virtual Networks. Only Linux VMs are supported. Windows release is coming soon.

azure-vnet v1.0.7

05 Jul 22:47
Compare
Choose a tag to compare

This release contains the following changes

  1. Locking loggers in case of multi-threaded apps. (#171)
  2. CNI Plugin nil ref in case of failure (#177 )
  3. Workaround for windows - delay after network creation, support vswitch creation at vm boot time
  4. Fixed initializing store in ipam (#188)

azure-vnet v1.0.6

05 Jun 20:27
Compare
Choose a tag to compare

This release contains following changes

  • Added support for CNI Get
  • UTC time fix for issue raised in acs-engine #3121
  • Centos crash fix #108
  • Updated the order of dns servers for windows pods. Make kube-dns as primary server
  • Fixed the dns suffix for windows pods

azure-vnet v1.0.5

17 May 01:10
Compare
Choose a tag to compare

The release contains the following changes

  1. Generate vethname based on supplied key. In CNI, the key will be "podname.podnamespace"
  2. Changed prefix from azveth to azv