Releases: Azure/azure-container-networking
Releases · Azure/azure-container-networking
azure-ipam/v0.0.8
What's Changed
- ci: Update Cilium image usage for release/v1.4 by @jpayne3506 in #3097
- Revert "backport: chore: move cns from servercore to nanoserver (#2454)" by @thatmattlong in #3084
- [backport] ci: hardcode docker container build image into release/v1.4 by @jpayne3506 in #3114
- [backport] ci: Cilium CLI template changes by @jpayne3506 in #3119
- [backport] ci: standardize E2E job timeout to 2 hours on PR pipeline (#3124) by @jpayne3506 in #3138
- chore: update dependencies in 1.4 by @rbtr in #3154
Full Changelog: azure-ipam/v0.0.7...azure-ipam/v0.0.8
v1.6.16
What's Changed
- feat: add IPConfig state logs/metrics to Request/Release handlers by @rbtr in #3050
- [NPM Lite] Querying L1VH + Non-L1VH Endpoints by @rejain456 in #3086
- fix: add retraction of v1.16.15 by @santhoshmprabhu in #3108
- fix: [NPM] [Linux] improve iptables version detection and cleanup by @huntergregory in #3090
- deps: bump github.com/vishvananda/netns from 0.0.4 to 0.0.5 by @dependabot in #3112
- deps: bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #3116
- [forwardport] ci: update regex for new cilium images (#3115) by @jpayne3506 in #3118
- ci: standardize E2E job timeout to 2 hours on PR pipeline by @jpayne3506 in #3124
- deps: bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #3127
- feat: use proto in CNS usage of client-go by @rbtr in #3131
- feat: adding stateless CNI support for ACI by @behzad-mir in #3085
- deps: bump golang.org/x/time from 0.7.0 to 0.8.0 by @dependabot in #3128
- deps: bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #3133
- deps: bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 in /build/tools by @dependabot in #3134
- Remove l2bridge checker on windows and l2tunnel mode by @paulyufan2 in #3113
- feat: Windows HPC base image by @rbtr in #3105
- ci: Add exit code capture for PR pipeline by @jpayne3506 in #3125
- ci: bump engineerd/setup-kind from 0.5.0 to 0.6.2 by @dependabot in #3101
- expose MinTLSVersion config for TLS handshake by @ZetaoZhuang in #3103
- Fix: Add default route on delegatedNIC interface by @paulyufan2 in #3109
- ci: remove windows transparent vlan conflist by @QxBytes in #3136
- test: add create endpoint info policy test by @QxBytes in #3141
- fix: remove PowerShell from Windows registry interactions by @rbtr in #2993
- deps: bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #3147
- Remove bridgeName field from CNI windows conflist files by @paulyufan2 in #3135
- deps: bump google.golang.org/protobuf from 1.35.1 to 1.35.2 in /build/tools by @dependabot in #3146
- Revert "feat: use proto in CNS usage of client-go " by @rbtr in #3152
Full Changelog: v1.6.15...v1.6.16
v1.5.39
What's Changed
- backport: rip out dropgz by @rbtr in #3041
- [backport] ci: Update Cilium image usage for release/v1.5 by @jpayne3506 in #3098
- [backport] fix: [NPM] [Linux] improve iptables version detection and cleanup by @huntergregory in #3110
- [backport] ci: hardcode docker container build image by @huntergregory in #3111
- ci: update regex for new cilium images by @jpayne3506 in #3115
Full Changelog: v1.5.38...v1.5.39
v1.6.15
What's Changed
- fix: update pipeline to handle an extra character 'v' in version tag by @santhoshmprabhu in #3089
- deps: bump github.com/prometheus/common from 0.60.0 to 0.60.1 by @dependabot in #3087
- Adding availability zone to nnc spec by @ramiro-gamarra in #3092
- deps: bump github.com/Microsoft/hcsshim from 0.12.8 to 0.12.9 by @dependabot in #3093
- ci: nodepool scale down for cilium pipeline by @camrynl in #3096
- feat: make OverlayExtensionConfig
ExtensionIPRange
field immutable by @robogatikov in #3056 - deps: bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot in #3099
- ci: hardcode docker container build image by @jpayne3506 in #3102
- feat: support for cilium + nodesubnet by @santhoshmprabhu in #3073
- fix: pass ai metadata to telemetry during cni image build by @QxBytes in #3095
- test: pipeline changes for cilium nodesubnet by @santhoshmprabhu in #3083
Full Changelog: v1.6.14...v1.6.15
v1.6.14
What's Changed
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 by @dependabot in #3060
- chore: update build tools and regenerate CRDs by @rbtr in #3061
- ci: add wait before adding windows nodepool if cluster is in updating state by @QxBytes in #3065
- Make throttling nmagent fetches for nodesubnet more dynamic by @santhoshmprabhu in #3023
- deps: bump github.com/axw/gocov from 1.1.0 to 1.2.1 in /build/tools by @dependabot in #3068
- test: add uts for cni add function by @QxBytes in #3069
- deps: bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #3071
- deps: bump github.com/containernetworking/plugins from 1.5.1 to 1.6.0 in /azure-ipam by @dependabot in #3072
- feat: create a dummy NC to store secondary IPs in nodesubnet deployments with Cilium by @santhoshmprabhu in #3057
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0 by @dependabot in #3074
- deps: bump github.com/Microsoft/hcsshim from 0.12.7 to 0.12.8 by @dependabot in #3080
- change apipa network gw address from .1 to .2 by @ZetaoZhuang in #2933
- [NPM Lite] Fix for NPM Lite Yaml File by @rejain456 in #3077
- chore: delete podAntiAffinity from cilium daemonsets in test by @camrynl in #3078
- deps: bump k8s.io/kubelet from 0.30.5 to 0.30.6 by @dependabot in #3082
Full Changelog: v1.6.13...v1.6.14
v1.6.1_hotfix_2024_10_23_apipa_gw_fix
v1.6.1-hotfix20241024ApipaGW
Full Changelog: v1.6.1...v1.6.1-hotfix20241024ApipaGW
v1.6.13
What's Changed
- chore: improve IPAM logging by @rbtr in #3049
- deps: bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #3054
- feat: add codeql exec wrapper sinks by @QxBytes in #3037
- deps: bump golang.org/x/time from 0.6.0 to 0.7.0 by @dependabot in #3052
- deps: bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #3059
- Update atomic fs writer to delay tempfile creation until Write() is called by @rbtr in #3044
- deps: bump google.golang.org/protobuf from 1.34.2 to 1.35.1 in /build/tools by @dependabot in #3058
- chore: upgrade go toolchain to 1.23 by @rbtr in #3022
Full Changelog: v1.6.12...v1.6.13
v1.6.12
What's Changed
- chore: rip out dropgz by @rbtr in #3032
- feat: [NPM] Adding Npm Lite by @rejain456 in #3005
- fix: [WIN-NPM] HNS Remote Endpoint Fix by @rejain456 in #3033
- Pipeline changes to test cilium nodesubnet clusters by @santhoshmprabhu in #3031
- deps: bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #3038
- fix: make ipamv2 metrics resilient to missing custom resource definitions by @rbtr in #3029
- fix: missing logs in log file by @jackieluc in #3028
- deps: bump github.com/prometheus/common from 0.59.1 to 0.60.0 by @dependabot in #3043
- fix: add max reconcile delay interval to IPAM monitor by @rbtr in #3051
- deps: bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #3055
New Contributors
- @rejain456 made their first contribution in #3005
Full Changelog: v1.6.11...v1.6.12
azure-ipam/v0.0.7
Full Changelog: azure-ipam/v0.0.6...azure-ipam/v0.0.7