Releases: Azure/azure-container-networking
Releases · Azure/azure-container-networking
v1.6.23
What's Changed
- fix: set EnableIPAMv2 to true for current release train by @jpayne3506 in #3502
- deps: bump github.com/prometheus/common from 0.62.0 to 0.63.0 by @dependabot in #3508
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tools/azure-npm-to-cilium-validator in the go_modules group across 1 directory by @dependabot in #3507
- deps: bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #3469
- [PONv6] Add 3 new fields to NC. by @ecigar13 in #3499
- feat: CNS checks apiserver in healthz by @tyler-lloyd in #3269
- ci: remove toolchain usage by @jpayne3506 in #3516
- deps: bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #3477
- deps: bump golang.org/x/time from 0.10.0 to 0.11.0 by @dependabot in #3479
- deps: bump github.com/Azure/azure-container-networking from 1.6.21 to 1.6.22 in /azure-ipam by @dependabot in #3511
- deps: bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot in #3480
- ci: add cilium local redirect policy test to nightly pipeline by @QxBytes in #3500
- fix: modify cleanup path to always delete link by @QxBytes in #3519
- ci: release test skip npm k8s e2e linux podsubnet by @camrynl in #3525
- deps: bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #3532
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.17.0 to 1.17.1 by @dependabot in #3521
- deps: bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 in the go_modules group by @dependabot in #3527
- fix: carefully retry restarting HNS if it hangs by @rbtr in #3529
- deps: bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #3538
- fix: backoff retry and timeouts in HNS restart by @rbtr in #3540
Full Changelog: v1.6.22...v1.6.23
v1.6.22
What's Changed
- deps: bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #3394
- ci: fix check-shadowing not allowed by @QxBytes in #3432
- feat: add apiserver FQDN to CNS log metadata by @rbtr in #3382
- deps: bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #3408
- ci: split dualstack and overlay e2e tests by operating system by @QxBytes in #3431
- deps: bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in #3402
- deps: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #3365
- deps: bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #3356
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.1 to 1.8.2 by @dependabot in #3418
- fix: zapetw core With fields by @rbtr in #3433
- deps: bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #3435
- deps: bump google.golang.org/protobuf from 1.36.3 to 1.36.4 in /build/tools by @dependabot in #3366
- deps: bump google.golang.org/grpc from 1.69.2 to 1.70.0 by @dependabot in #3363
- ci: unify windows and linux cluster creation methods by @QxBytes in #3436
- chore: use AppArmorProfile for cilium 1.16 by @camrynl in #3371
- ci: add k8s yaml deprecation check to nightly by @jpayne3506 in #3379
- test: sort npm set policy values before validation by @QxBytes in #3358
- ci(cyclonus extended): [NPM] fix broken GH action by @huntergregory in #3388
- chore: add cilium 1.17 charts by @camrynl in #3413
- ci: [NPM] conformance test for loadbalancer and nodeport services by @huntergregory in #3420
- deps: bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #3443
- deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #3427
- deps: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 in /build/tools by @dependabot in #3440
- deps: bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 by @dependabot in #3442
- deps: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #3441
- deps: bump github.com/Azure/azure-container-networking from 1.6.20 to 1.6.21 in /azure-ipam by @dependabot in #3429
- ci: combine go tests such that any test failure will report a failure for the entire task by @QxBytes in #3156
- Expose GET NC list API in CNS client by @smittal22 in #3449
- deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /dropgz by @dependabot in #3428
- tool: validator script for Azure NPM to Cilium migration by @rayaisaiah in #3372
- feat: cns logger v2 [1/2] by @rbtr in #3437
- [forwardport] [NPM] Forward v1.5 NPM Dockerfile CVE Fixes by @rayaisaiah in #3464
- [Swiftv2 L1VH]Add multiple IB NICs UT by @paulyufan2 in #3476
- deps: bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #3471
- fix: [NPM] Reduce/Refactor Noisy NPM Logs by @rayaisaiah in #3468
- fix: don't restart HNS if the ARP regkey is not changed by @rbtr in #3498
- ci: remove beta kubernetes os selector by @QxBytes in #3501
Full Changelog: v1.6.21...v1.6.22
v1.5.44
What's Changed
- backport: ci: fix check-shadowing not allowed (#3432) by @QxBytes in #3456
- fix: [NPM] [CVEs] Update NPM Linux Dockerfile to Fix Ubuntu CVE-2024-12243 by @rayaisaiah in #3461
Full Changelog: v1.5.43...v1.5.44
v1.5.43
What's Changed
- fix: add iptables rules for dns in vnet scale cilium case by @QxBytes in #3400
- deps: bump github.com/Azure/azure-container-networking from 1.5.40 to 1.5.42 in /azure-ipam by @dependabot in #3423
- deps: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #3398
- fix: [NPM] [CVEs] Update NPM Linux Dockerfile to Fix Ubuntu Vulnerabilities by @rayaisaiah in #3439
Full Changelog: v1.5.42...v1.5.43
v1.6.21
What's Changed
- deps: bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #3401
- deps: bump github.com/Azure/azure-container-networking from 1.5.21 to 1.6.20 in /azure-ipam by @dependabot in #3399
- ci: skip no-unexpected-packet-drops in release tests by @camrynl in #3374
- feat: add metrics for count of known NNC and NCs by @rbtr in #3389
- deps: bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #3395
- Add dual stack fix's presence for AZR in CNS heartbeat metric by @smittal22 in #3414
- ci: skip restart and validation test in dualstack windows by @QxBytes in #3426
- forwardport: fix: add iptables rules for dns in vnet scale cilium case by @QxBytes in #3421
Full Changelog: v1.6.20...v1.6.21
v1.5.42
What's Changed
- deps: bump github.com/containernetworking/plugins from 1.5.0 to 1.6.2 in /azure-ipam by @dependabot in #3327
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.16.0 to 1.17.0 by @dependabot in #3336
- backport: fix: prevent CNS hanging on HNS restart (#3343) by @rbtr in #3361
- backport: ci: increase goldpinger replicas from 4 to 8 and add topology constraints by @QxBytes in #3380
- deps: bump google.golang.org/protobuf from 1.36.2 to 1.36.4 by @dependabot in #3367
- deps: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #3378
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 by @dependabot in #3354
- deps: bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #3357
- deps: bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #3364
- deps: bump golang.org/x/time from 0.9.0 to 0.10.0 by @dependabot in #3392
- deps: bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #3393
- deps: bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #3391
- [backport] ci: Unblock k8s 1.30 | ACN v1.6 testing (#3011) by @jpayne3506 in #3415
- deps: bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #3403
- chore: update windows base images for 1.5 by @rbtr in #3405
- deps: bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in #3404
Full Changelog: v1.5.41...v1.5.42
v1.6.20
What's Changed
- ci: skip check-log-errors in cilium connectivity by @camrynl in #3332
- fix: prevent CNS hanging on HNS restart by @rbtr in #3343
- chore: enable CiliumEndpointSlice in testing by @jshr-w in #3347
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.8.0 to 1.8.1 by @dependabot in #3350
- deps: bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot in #3352
- deps: bump google.golang.org/protobuf from 1.36.2 to 1.36.3 in /build/tools by @dependabot in #3353
- [NPM Lite] Default Deny CNS Changes by @rejain456 in #3286
- ci: increase goldpinger replicas from 4 to 8 and add topology constraints by @QxBytes in #3376
- [NPM Lite] Support Network Policies Through CNS by @rejain456 in #3287
- deps: bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #3377
- feat: add levels to CNS AI logs by @rbtr in #3381
- fix: route issues on Swiftv2 Windows by @paulyufan2 in #3375
- deps: bump golang.org/x/net from 0.30.0 to 0.33.0 in /azure-ipam by @dependabot in #3386
- deps: bump golang.org/x/net from 0.32.0 to 0.33.0 in /build/tools by @dependabot in #3387
- deps: bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #3396
Full Changelog: v1.6.19...v1.6.20
v1.5.41
What's Changed
- deps: bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 by @dependabot in #3199
- deps: bump github.com/prometheus/common from 0.46.0 to 0.60.1 by @dependabot in #3201
- deps: bump github.com/containernetworking/cni from 1.2.0 to 1.2.3 in /azure-ipam by @dependabot in #3189
- deps: bump golang.org/x/time from 0.5.0 to 0.8.0 by @dependabot in #3190
- fix: remove PowerShell from Windows registry interactions (#2993) by @rbtr in #3165
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.12.0 to 1.16.0 by @dependabot in #3174
- deps: bump github.com/containernetworking/cni from 1.2.0 to 1.2.3 by @dependabot in #3176
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 from 4.7.0-beta.1 to 4.9.0-beta.1 by @dependabot in #3214
- deps: bump github.com/Azure/azure-container-networking from 1.5.21 to 1.5.40 in /azure-ipam by @dependabot in #3215
- deps: bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0 by @dependabot in #3192
- deps: bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #3217
- deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /azure-ipam by @dependabot in #3193
- deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #3221
- deps: bump github.com/vishvananda/netns from 0.0.4 to 0.0.5 by @dependabot in #3224
- deps: bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 by @dependabot in #3230
- deps: bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #3225
- deps: bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot in #3210
- deps: bump k8s.io/apiextensions-apiserver from 0.28.3 to 0.29.11 by @dependabot in #3229
- deps: bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0 by @dependabot in #3236
- deps: bump k8s.io/apiextensions-apiserver from 0.29.11 to 0.29.12 by @dependabot in #3252
- deps: bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #3235
- deps: bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #3238
- deps: bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in #3250
- deps: bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #3237
- deps: bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #3262
- deps: bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #3268
- deps: bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in #3291
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.8.0 by @dependabot in #3181
- deps: bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v5 from 5.1.1 to 5.2.0 by @dependabot in #3222
- deps: bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #3234
- deps: bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #3282
- deps: bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #3302
- deps: bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #3322
- deps: bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot in #3323
- chore(deps): update dependencies in release/v1.5 by @nddq in #3294
- deps: bump golang.org/x/time from 0.8.0 to 0.9.0 by @dependabot in #3301
- deps: bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot in #3341
- [backport] [NPM] Backport NPM Changes for v1.5.41 by @rayaisaiah in #3344
Full Changelog: v1.5.40...v1.5.41
v1.6.19
What's Changed
- deps: bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #3285
- deps: bump github.com/labstack/echo/v4 from 4.13.0 to 4.13.3 by @dependabot in #3283
- deps: bump google.golang.org/grpc from 1.68.1 to 1.69.2 by @dependabot in #3284
- deps: bump google.golang.org/protobuf from 1.35.2 to 1.36.1 in /build/tools by @dependabot in #3290
- deps: bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in #3289
- deps: bump github.com/golangci/golangci-lint from 1.62.2 to 1.63.3 in /build/tools by @dependabot in #3298
- Instantiate Device Plugin by @aggarwal0009 in #2979
- deps: bump github.com/golangci/golangci-lint from 1.63.3 to 1.63.4 in /build/tools by @dependabot in #3300
Full Changelog: v1.6.18...v1.6.19
v1.4.59
What's Changed
- fix: hardcode CLI for 1.13 agent by @jpayne3506 in #3263
- backport: ci: remove logger field from portforwarder to avoid race with goroutine (#2959) by @QxBytes in #3264
- fix: save cni state only during endpoint creation or deletion by @QxBytes in #3254
- deps: bump github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0 by @dependabot in #3178
- chore(deps): update dependencies in release/v1.4 by @nddq in #3292
Full Changelog: v1.4.58...v1.4.59