Releases: Azure/karpenter-provider-azure
Releases · Azure/karpenter-provider-azure
v0.7.2
What's Changed
- fix: disabling leader election by @tallaxes in #643
- fix: ZonalAllocationFailure handling (and general cleanup of zone name handling) by @tallaxes in #637
- chore(deps): bump the actions-deps group with 3 updates by @dependabot in #646
- chore: regenerate CRDs with the latest controller-gen by @tallaxes in #647
- fix(e2e): remove drift feature gate override by @tallaxes in #648
- docs: updating limitations by @Bryce-Soghigian in #644
- fix: https://pkg.go.dev/vuln/GO-2025-3420 by upgrading from go 1.23.0 -> 1.23.5 by @Bryce-Soghigian in #665
- fix: properly garbage collecting orphaned network interfaces by @Bryce-Soghigian in #642
- refactor: network interface garbage collection followup by @Bryce-Soghigian in #670
- refactor: allow getting VNET_GUID for overlay node configuration from the helm values by @Bryce-Soghigian in #671
Full Changelog: v0.7.1...v0.7.2
v0.6.2
What's Changed
- [release-v0.6.x] fix: properly garbage collecting orphaned network interfaces (#642) by @Bryce-Soghigian in #668
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- [release-v0.6.x] fix: exclude SKUs without compatible VM image and fix GPU bootstrap by @Bryce-Soghigian in #657
- [release-v0.6.x] fix: ZonalAllocationFailure handling (and general cleanup of zone name handling) by @tallaxes in #658
- [release-v0.6.x] fix: Resolve errors for resource not found (#633) by @tallaxes in #659
- [release-v0.6.x] feat: CSE-based bootstrapping with bootstrapping client mode by @tallaxes in #660
Full Changelog: v0.6.0...v0.6.1
v0.7.1
What's Changed
- docs(self-hosted): Update Readme by @charliedmcb in #564
- chore: add v1 NodePool examples by @tallaxes in #541
- docs(workshop): KubeCon Azure workshop docs by @charliedmcb in #567
- docs(workshop): add documentation for kubecon optional steps by @charliedmcb in #568
- docs(workshop): final fixes by @charliedmcb in #574
- docs(workshop): add re-establish command by @charliedmcb in #575
- test(make): add pretty print command for klogs by @charliedmcb in #580
- fix: GPU bootstrap, refresh driver versions and list of supported GPU VM SKUs by @tallaxes in #587
- chore: bump tool versions by @tallaxes in #589
- chore: bump devcontainer go version by @tallaxes in #591
- deps: bump sigs.k8s.io/karpenter to v1.0.5 by @tallaxes in #586
- test(examples): QoL, add optional commented options to examples by @charliedmcb in #594
- chore: add aks-node-viewer by @tallaxes in #590
- test(deploy): add optional control over log level by @charliedmcb in #597
- fix: E2E node expiration test by @tallaxes in #595
- test(make): update
az-run-sample
to v1 by @charliedmcb in #598 - chore: refresh monitoring deployment by @tallaxes in #599
- chore: fix install-deps action and dependabot config by @tallaxes in #602
- chore: refresh E2E test expectation helpers by @tallaxes in #596
- chore: update Makefile test targets by @tallaxes in #606
- fix: temp exclude SKUs without compatible VM image by @tallaxes in #617
- chore: update static pricing by @tallaxes in #618
- test: adding manual step for deploying goldpinger by @Bryce-Soghigian in #629
- feat: ListNodeImageVersions + shared image gallery support by @Bryce-Soghigian in #526
- chore: regenerate CRDs with the latest controller-gen by @tallaxes in #638
- fix: Resolve errors for vm resource not found by @tangyouzzz in #633
Dependencies
- chore(deps): bump the actions-deps group across 1 directory with 5 updates by @dependabot in #583
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #550
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #549
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #548
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #545
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in #572
- chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 in the actions-deps group by @dependabot in #604
- chore(deps): bump github/codeql-action from 3.27.6 to 3.27.9 in the actions-deps group by @dependabot in #623
- chore(deps): bump the action-deps group across 1 directory with 2 updates by @dependabot in #622
- chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 by @dependabot in #626
- chore(deps): bump the actions-deps group with 2 updates by @dependabot in #630
- chore(deps): bump the go-deps group across 1 directory with 5 updates by @dependabot in #639
New Contributors
- @tangyouzzz made their first contribution in #633
Full Changelog: v0.7.0...v0.7.1
v0.5.5
v0.7.0
What's Changed
- feat: v1 migration and adaptation by @tallaxes in #528
- feat: CSE-based bootstrapping with bootstrapping client mode by @comtalyst in #527
- fix: follow-up fixes on bootstrappingclient mode after integration testing with v1 by @comtalyst in #544
- fix: update CRDs by @tallaxes in #552
Full Changelog: v0.6.0...v0.7.0
v0.7.0-rc.2
What's Changed
- feat: v1 migration and adaptation by @tallaxes in #528
- feat: CSE-based bootstrapping with bootstrapping client mode by @comtalyst in #527
Full Changelog: v0.6.0...v0.7.0-rc.2
v0.7.0-rc.1
v1 API migration and followups
v0.6.0
What's Changed
- refactor: rework aged authentication config interface by @comtalyst in #366
- feat: Support for Azure CNI w/overlay & BYO CNI by @Bryce-Soghigian in #365
- fix: disable IP forwarding by @Bryce-Soghigian in #467
- test(Cilium): add CiliumAgentNotReadyTaint to prevent overprovisioning by @charliedmcb in #508
- fix(provisioning): add cilium taint and label by @tallaxes in #516
- feat: BYO Subnet Per AKSNodeClass + Subnet Drift by @Bryce-Soghigian in #486
- BREAKING CHANGE(aksnodeclass): removing imageVersion from CRD by @charliedmcb in #531
- ci: add dl.k8s.io to egress policy allowlist for toolchain by @comtalyst in #533
- docs: Updates README.md instructions to remove inconsistency between versions by @CorrenSoft in #529
- docs: missed typo by @ntestor in #511
- chore: the output format of az command was specified by @jacobbaek in #351
- fix configure-values.sh missing AZURE_SUBSCRIPTION_ID by @ottodeng in #342
Dependencies
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #494
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/create-cluster in the action-deps group by @dependabot in #493
- chore(deps): bump the actions-deps group with 3 updates by @dependabot in #492
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the go-deps group by @dependabot in #490
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #489
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #488
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #487
- chore(deps): bump the actions-deps group with 2 updates by @dependabot in #504
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #505
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #503
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #502
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #500
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #524
- chore(deps): bump the actions-deps group across 1 directory with 3 updates by @dependabot in #534
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #522
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #521
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #523
- chore(deps): bump the go-deps group across 1 directory with 3 updates by @dependabot in #535
New Contributors
- @CorrenSoft made their first contribution in #529
- @ntestor made their first contribution in #511
- @ottodeng made their first contribution in #342
Full Changelog: v0.5.4...v0.6.0
v0.6.0-rc.2
What's Changed
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #494
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/create-cluster in the action-deps group by @dependabot in #493
- chore(deps): bump the actions-deps group with 3 updates by @dependabot in #492
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the go-deps group by @dependabot in #490
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #489
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #488
- chore(deps): bump azure/login from 2.1.1 to 2.2.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #487
- refactor: rework aged authentication config interface by @comtalyst in #366
- feat: Support for Azure CNI w/overlay & BYO CNI by @Bryce-Soghigian in #365
- chore(deps): bump the actions-deps group with 2 updates by @dependabot in #504
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #505
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #503
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #502
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #500
- fix: disable IP forwarding by @Bryce-Soghigian in #467
- test(Cilium): add CiliumAgentNotReadyTaint to prevent overprovisioning by @charliedmcb in #508
- fix(provisioning): add cilium taint and label by @tallaxes in #516
- feat: BYO Subnet Per AKSNodeClass + Subnet Drift by @Bryce-Soghigian in #486
- BREAKING CHANGE(aksnodeclass): removing imageVersion from CRD by @charliedmcb in #531
- ci: add dl.k8s.io to egress policy allowlist for toolchain by @comtalyst in #533
- docs: Updates README.md instructions to remove inconsistency between versions by @CorrenSoft in #529
- docs: missed typo by @ntestor in #511
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot in #524
- chore(deps): bump the actions-deps group across 1 directory with 3 updates by @dependabot in #534
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot in #522
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot in #521
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot in #523
- chore(deps): bump the go-deps group across 1 directory with 3 updates by @dependabot in #535
- Replace VNET_SUBNET_ID source in configure-values.sh. by @CorrenSoft in #530
- chore: the output format of az command was specified by @jacobbaek in #351
- fix configure-values.sh missing AZURE_SUBSCRIPTION_ID by @ottodeng in #342
- Revert "Replace VNET_SUBNET_ID source in configure-values.sh." by @tallaxes in #539
New Contributors
- @CorrenSoft made their first contribution in #529
- @ntestor made their first contribution in #511
- @ottodeng made their first contribution in #342
Full Changelog: v0.5.4...v0.6.0-rc.2