Skip to content

Releases: Azure/azure-container-networking

v1.0.29-RC1

18 Oct 22:08
84fb35b
Compare
Choose a tag to compare
v1.0.29-RC1 Pre-release
Pre-release

This release contains:

  1. Add application insights telemetry package to send metrics and logs (#421)
  2. Support hyper-v and process based containers with cricontainerd (*COW) (#417)
  3. Add Host NC communication support in Windows with HnsV2 (#424)

v1.0.28

01 Oct 01:24
0b8d516
Compare
Choose a tag to compare

This release contains:

  1. Clear stale states on creation (#411)
  2. Optimize call flow to complete loopback adapter creation (#408)
  3. Adding tests to verify that allow policies should take precedence over deny (#405)
  4. NPM test fixes + Azure Pipelines (#402)
  5. Fix default drop entries (#398)

v1.0.27

30 Aug 22:05
36f188c
Compare
Choose a tag to compare

This release contains:

  1. Azure-NPM code refactoring (#390)
  2. remove ochestratorRelease patch version in e2e (#395)
  3. Use current AKS Ubuntu 18.04 distro name in e2e tests (#393)

v1.0.26

24 Aug 00:19
b027258
Compare
Choose a tag to compare

This release contains:

  1. Adding new fields in DNCReport. (#385)
  2. Support JobObject as a valid network container type (#388)
  3. Adding container type field. (#389)
  4. Remove/Add ClearContainer/COW Container type support (#391)
  5. Addressing security concerns in Linux Multitenancy (#387)
  6. Enable IP forwarding for Linux mulititenancy (#386)

v1.0.25

31 Jul 21:32
59969fe
Compare
Choose a tag to compare

This release contains:

  1. Fix for CNI lock timedout issue caused due to race in starting telemetry process (#382 )
  2. Add pid to log file (#360)
  3. Do not start CNM by default in CNS (#381)

v1.0.24

24 Jul 00:42
2c7dc77
Compare
Choose a tag to compare

This release contains:

Read network configuration from a file on azure stack (#369)
Orcas change (#371)
Return Correct Invoke CNI Error (#373)
Added Host NC communication support in Linux (#374)
Fix for CNM issue (#375)
Update cni.md
Update cnm.md
Fix bug for returned error from CNI (#377)
update base image to ubuntu:19.10 (#378)
Exposed a new API to get number of CPU Cores on a Node (#379)

v1.0.23

20 Jun 18:08
f6bff8e
Compare
Choose a tag to compare

This release contains:

Updating ACN vendor (#353)
Update windows e2e json (#365)
Delete container even if NetNs is not specified (#357)
remove service.exe (#368)
change telemetry to message queue and add npm (#366)

Known issue:
Kubernetes pod creation on Windows will fail. #377 addressed this issue in v1.0.24.

v1.0.22

03 May 17:25
8e3604c
Compare
Choose a tag to compare

This release contains:

DNS support for Ubuntu 18:
Set dns domain on azure0 interface for ubuntu 18.0 and above(#350)
Added ubuntu18 AKS config for e2e test in ubuntu 18 (#351)

v1.0.21

01 May 03:46
01f722b
Compare
Choose a tag to compare

This release contains:
1. Division of HnsNetwork by subnet.
2. Added support for running CNI on ubuntu 17 or greater. Added code to configure dns server IP on azure bridge. systemd-resolved changed the way of configuring dns server on ubuntu VMs. Added code in CNI to adapt this change.
3. Moved HNS related APIs from platform package to cns/hnsclient package.

v1.0.20

17 Apr 22:51
9d8a280
Compare
Choose a tag to compare

This release contains:

  1. Lowering telemetry buffer (maxy payload) size to 4096 (#338)