Skip to content

Releases: Azure/azure-container-networking

v1.4.40

09 Jan 22:55
4e5530c

Choose a tag to compare

What's Changed

  • fix: hide echo banner in log by @rbtr in #1669
  • Migrate powershell docker scripts to docker@2 by @estebancams in #1666
  • fix: [NPM-LINUX] resiliency for several non-retriable errors by @huntergregory in #1566
  • feat: cns writes cni conflist by @thatmattlong in #1702
  • Fix failure to start CNS when setting WireserverIP by @timraymond in #1707
  • fix variable ordering in hackfile by @rbtr in #1697
  • add v1 conflist to dropgz by @rbtr in #1701
  • fix: cns to use controller runtime (cached) clients in reconcilers by @rbtr in #1668
  • feat: expose getHomeAzInfo api in cns to retrieve node home az infos from NMAgent by @ZetaoZhuang in #1642
  • fix: [NPM-Win] Get local endpoints for updatepod, but all endpoints for cleanup. by @vakalapa in #1606
  • log: [NPM] warn instead of error on invalid Pod IPs by @huntergregory in #1718
  • Fix incorrect empty body provided to Wireserver by @timraymond in #1728
  • Network name as an optional variable by @pjohnst5 in #1730
  • Image name and tag print in makefile by @pjohnst5 in #1734
  • Enable auto updates for windows aks-engine clusters by @pjohnst5 in #1732
  • remove windows 2004 aks-e tests from pipeline by @estebancams in #1736
  • Revert linux e2e removal by @aegal in #1731
  • deps: bump sigs.k8s.io/controller-tools from 0.10.0 to 0.11.1 in /build/tools by @dependabot in #1733
  • Updated aks-engine to unblock the pipeline. by @csfmomo in #1745
  • fix: repair windows cni lock issue by @AzureAhai in #1712
  • Fix broken NC publishing due to type mismatch by @pjohnst5 in #1740

New Contributors

Full Changelog: v1.4.39...v1.4.40

v1.4.39

28 Nov 15:08
b0efb9c

Choose a tag to compare

What's Changed

  • Parameterize and tidy up the hackfile, use region variable in pipelines by @rbtr in #1688
  • tool: [WIN-NPM] minor updates to windows script, and new linux script by @huntergregory in #1685
  • cleanup by @neaggarwMS in #1692
  • Adjust e2e test resource usage for cheaper nodes and smaller cluster by @rbtr in #1696
  • fix: [WIN-NPM] don't apply policy to new pod with same IP as an old pod by @huntergregory in #1569
  • Fix inability to unmarshal nmagent request by @timraymond in #1695
  • skip podtocidr(1.1.1.1:80) tests in cilium connectivity tests by @camrynl in #1698
  • Add Cilium on AKS Overlay e2e scenario by @camrynl in #1609
  • Revert "skip podtocidr(1.1.1.1:80) tests in cilium connectivity tests" by @rbtr in #1700
  • cancel pipeline on tag change by @camrynl in #1661

Full Changelog: v1.4.38...v1.4.39

v1.4.38

02 Nov 20:03
a802493

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.37...v1.4.38

dropgz/v0.0.3

07 Nov 21:41
dropgz/v0.0.3
f54beec

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: cni-dropgz/v0.0.2...dropgz/v0.0.3

v1.4.37

18 Oct 19:01
c92e29b

Choose a tag to compare

What's Changed

  • fix: removing cert container from cniInstaller by @camrynl in #1611
  • Revert "test: [NPM] rename resource group for win cyc latest to prevent cleanup (#1603)" by @huntergregory in #1616
  • Align pool to batch during scale up by @rbtr in #1593
  • Optimize subnet exhaustion handling by @rbtr in #1594
  • NC refresh optimization by @bohuini in #1544
  • Increase windows container build timeout to 120m by @rbtr in #1617
  • Update test cns daemonset to reconcile its own state by @camrynl in #1622
  • NPM - add windows debug scripts by @ck319 in #1623
  • Add path to CNS client for DeleteNC by @timraymond in #1619
  • vendor and use vendor in windows image builds by @rbtr in #1630
  • deps: bump sigs.k8s.io/controller-tools from 0.9.2 to 0.10.0 in /build/tools by @dependabot in #1629
  • Fix: Added a metric to monitor the subnet exhaustion state within the Ipam Monitor Pool by @nairashu in #1620
  • adding dropgz test dockerfile for e2e testing by @camrynl in #1618
  • deps: bump mvdan.cc/gofumpt from 0.3.1 to 0.4.0 in /build/tools by @dependabot in #1633
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.1.0 to 1.1.3 by @dependabot in #1573
  • deps: bump google.golang.org/grpc from 1.47.0 to 1.49.0 by @dependabot in #1545
  • Proposal: Subnet Scarcity by @rbtr in #1635
  • update pipeline triggers by @rbtr in #1639
  • deps: bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0 by @dependabot in #1641
  • deps: bump github.com/golangci/golangci-lint from 1.49.0 to 1.50.0 in /build/tools by @dependabot in #1646
  • Update default extensions and settings for codespace vscode by @rbtr in #1634
  • deps: bump go.uber.org/zap from 1.21.0 to 1.23.0 by @dependabot in #1637
  • Disabling dual stack e2e tests by @aegal in #1647
  • Add HostPort conformance test to swifte2e by @camrynl in #1644
  • Proposal: Subnet Scarcity Phase 2 detailed design by @rbtr in #1640
  • Emit a metric in CNS for NC Sync count by status by @rbtr in #1650
  • Add two API in CNS client for GET and POST all NCs by @bohuini in #1632
  • pipeline testing for azure-ipam/cni-dropgz submodules by @camrynl in #1636
  • add scaler migration to subnet scarcity phase 2 by @rbtr in #1655

New Contributors

Full Changelog: v1.4.35...v1.4.37

v1.4.35

15 Sep 00:52
afdee48

Choose a tag to compare

What's Changed

  • test: [WIN-NPM] ignore a test case with an unsupported namedport by @huntergregory in #1581
  • fix: Remove retry from Windows pipelines by @vakalapa in #1576
  • pipelines: Adding a new stage for NPM continous integration by @vakalapa in #1580
  • fix: Remove powershell sub command while building windows images by @vakalapa in #1583
  • Move primary IP count to separate metric to not affect the IPAM math by @rbtr in #1579
  • deps: bump go.uber.org/zap from 1.21.0 to 1.23.0 in /azure-ipam by @dependabot in #1561
  • Add cilium connectivity tests by @camrynl in #1565
  • pipeline: New Cyclonus NPM windows only pipeline by @vakalapa in #1595
  • Remove parsing GatewayIP and passing down to CNI by @tamilmani1989 in #1590
  • Pipelines: Failfast on an error by @vakalapa in #1592
  • fix: [NPM] cyclonus latest pipeline cleanup issue by @vakalapa in #1600
  • test: [NPM] rename resource group for win cyc latest to prevent cleanup by @huntergregory in #1603
  • fix: file busy error while deploying through dropgz by @vipul-21 in #1582
  • Fix ClusterSubnetState JSON annotations and kubectl printcolumns by @rbtr in #1591
  • test: [NPM] deploy hns-debugger in latest cyc pipeline by @huntergregory in #1607
  • add git configuration target to Makefile for Codespaces by @rbtr in #1558
  • Add two more CNS endpoints to the CNS client by @timraymond in #1541
  • fix: Add 169.254.1.1 GW for Windows CNI Overlay Mode by @jaer-tsun in #1587
  • Update dropgz to use azure-ipam release by @camrynl in #1588
  • fix: fixing the CIDR format of getNetworkName() on Windows by @AzureAhai in #1589

Full Changelog: v1.4.34...v1.4.35

cni-dropgz/v0.0.2

14 Sep 21:08
a20a58a

Choose a tag to compare

What's Changed

  • fix: removing cert container from cniInstaller by @camrynl in #1611

Full Changelog: v1.4.35...cni-dropgz/v0.0.2

azure-ipam/v0.0.3

09 Sep 22:48
1f32c9f

Choose a tag to compare

What's Changed

  • fix: [WIN-NPM] concurrent map iteration and write for ipset selector reference by @huntergregory in #1578
  • fix: [WIN-NPM] don't remove policy from cache when updating pod by @huntergregory in #1568
  • test: [WIN-NPM] ignore a test case with an unsupported namedport by @huntergregory in #1581
  • fix: Remove retry from Windows pipelines by @vakalapa in #1576
  • pipelines: Adding a new stage for NPM continous integration by @vakalapa in #1580
  • fix: Remove powershell sub command while building windows images by @vakalapa in #1583
  • Move primary IP count to separate metric to not affect the IPAM math by @rbtr in #1579
  • deps: bump go.uber.org/zap from 1.21.0 to 1.23.0 in /azure-ipam by @dependabot in #1561
  • Add cilium connectivity tests by @camrynl in #1565
  • pipeline: New Cyclonus NPM windows only pipeline by @vakalapa in #1595
  • Remove parsing GatewayIP and passing down to CNI by @tamilmani1989 in #1590

Full Changelog: azure-ipam/v0.0.2...azure-ipam/v0.0.3

v1.4.34

08 Sep 17:06
025ec53

Choose a tag to compare

What's Changed

  • build arm64 images on an arm64 pool by @rbtr in #1563
  • Update Makefile to build all binaries by @camrynl in #1575
  • fix: [WIN-NPM] concurrent map iteration and write for ipset selector reference by @huntergregory in #1578
  • fix: [WIN-NPM] don't remove policy from cache when updating pod by @huntergregory in #1568

Full Changelog: v1.4.33...v1.4.34

azure-ipam/v0.0.2

08 Sep 20:15
bb67582

Choose a tag to compare

What's Changed

Full Changelog: v1.4.33...azure-ipam/v0.0.2