Skip to content

Releases: Azure/azure-container-networking

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

azure-vnet v1.0.4

04 May 02:15
f0f090e
Compare
Choose a tag to compare

This release contains the following changes:

  1. Support DNS configuration in Windows CNI.
  2. Support HNS policy configuration in Windows CNI.

azure-vnet v1.0.3

07 Mar 23:41
Compare
Choose a tag to compare

This release does the following

  1. Handle reboot scenario in CNM and CNS. It will recreate the network that existed before reboot
  2. Separated state store location for CNI and CNM
  3. Fixed reservation id issue
  4. Removed reservation id as default from CNI
  5. Added azure-cns as part of azure-container-networking build

azure-vnet v1.0.2

31 Jan 01:19
4f79e44
Compare
Choose a tag to compare

This release fixes cni config for windows platform.