Skip to content

Releases: Azure/karpenter-provider-azure

v1.6.5

10 Oct 17:33
81ba0cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.6.5

v1.6.4

08 Oct 23:26
5eda8c1

Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

v1.6.3

17 Sep 19:56
61f4536

Choose a tag to compare

What's Changed

  • BREAKING: matching the limits for osDiskSizeGB to AKS's limits by @Bryce-Soghigian in #1146
  • feat: Support Ubuntu2404 and have it be the default version for generic Ubuntu Image Family starting on 1.34 by @Bryce-Soghigian in #1147
  • chore: unparam sig render function and use private exports for SIG + … by @Bryce-Soghigian in #1156
  • feat(metrics): add log metrics for response errors by @charliedmcb in #1148
  • fix: Don't block PATCH VM if billing extension is not installed by @matthchr in #1155

Dependencies

  • chore(deps): bump the devcontainer-deps group across 2 directories with 1 update by @dependabot[bot] in #1145
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot[bot] in #1106
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot[bot] in #1108
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot[bot] in #1109
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot[bot] in #1110
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/create-cluster in the action-deps group by @dependabot[bot] in #1111
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/download-artifact in the action-deps group by @dependabot[bot] in #1140
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/commit-status/end in the action-deps group by @dependabot[bot] in #1141
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/commit-status/start in the action-deps group by @dependabot[bot] in #1142
  • chore(deps): bump the actions-deps group across 1 directory with 4 updates by @dependabot[bot] in #1143
  • chore(deps): bump the action-deps group across 1 directory with 2 updates by @dependabot[bot] in #1144
  • chore(deps): bump the go-deps group across 1 directory with 4 updates by @dependabot[bot] in #1139
  • chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.0 to 1.19.1 in the go-deps group by @dependabot[bot] in #1152
  • chore(deps): bump the devcontainer-deps group across 2 directories with 1 update by @dependabot[bot] in #1154
  • chore(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #1153

Full Changelog: v1.6.2...v1.6.3

v1.6.3-rc.1

16 Sep 22:07
2960312

Choose a tag to compare

v1.6.3-rc.1 Pre-release
Pre-release

What's Changed

  • BREAKING: matching the limits for osDiskSizeGB to AKS's limits by @Bryce-Soghigian in #1146
  • feat: Support Ubuntu2404 and have it be the default version for generic Ubuntu Image Family starting on 1.34 by @Bryce-Soghigian in #1147
  • chore: unparam sig render function and use private exports for SIG + … by @Bryce-Soghigian in #1156
  • feat(metrics): add log metrics for response errors by @charliedmcb in #1148
  • fix: Don't block PATCH VM if billing extension is not installed by @matthchr in #1155

Dependencies

  • chore(deps): bump the devcontainer-deps group across 2 directories with 1 update by @dependabot[bot] in #1145
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/install-karpenter in the action-deps group by @dependabot[bot] in #1106
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/create-acr in the action-deps group by @dependabot[bot] in #1108
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/dump-logs in the action-deps group by @dependabot[bot] in #1109
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/cleanup in the action-deps group by @dependabot[bot] in #1110
  • chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/actions/e2e/create-cluster in the action-deps group by @dependabot[bot] in #1111
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/download-artifact in the action-deps group by @dependabot[bot] in #1140
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/commit-status/end in the action-deps group by @dependabot[bot] in #1141
  • chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 in /.github/actions/commit-status/start in the action-deps group by @dependabot[bot] in #1142
  • chore(deps): bump the actions-deps group across 1 directory with 4 updates by @dependabot[bot] in #1143
  • chore(deps): bump the action-deps group across 1 directory with 2 updates by @dependabot[bot] in #1144
  • chore(deps): bump the go-deps group across 1 directory with 4 updates by @dependabot[bot] in #1139

Full Changelog: v1.6.2...v1.6.3-rc.1

v1.6.2

05 Sep 22:00
d0207f5

Choose a tag to compare

What's Changed

Test & Quality

Documentation:

  • docs: design for non-public cloud support by @matthchr in #1080
  • chore: readme should reference azure/karpenter-provider-azure not azure/karpenter in curl commands by @Bryce-Soghigian in #1079

Dependencies

  • chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 in the actions-deps group by @dependabot[bot] in #1066
  • chore(deps): bump oss/go/microsoft/golang from 39cd238 to 08603c7 in /.devcontainer by @dependabot[bot] in #1065
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1063
  • chore(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.8.5 to 0.8.6 in the k8s-go-deps group by @dependabot[bot] in #1064
  • chore(deps): bump oss/go/microsoft/golang from 08603c7 to 4bf9218 in /.devcontainer by @dependabot[bot] in #1081
  • chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 in the actions-deps group by @dependabot[bot] in #1082
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1083
  • chore: upgrade to azure-sdk-for-go-extensions 0.2.0 by @Bryce-Soghigian in #1090
  • chore(deps): bump the go-deps group across 1 directory with 6 updates by @dependabot[bot] in #1119
  • chore(deps): bump oss/go/microsoft/golang from 1.24.5-bookworm to 1.24.6-bookworm in /.devcontainer by @dependabot[bot] in #1099
  • chore(deps): bump the go-deps group with 3 updates by @dependabot[bot] in #1127
  • chore(deps): bump the devcontainer-deps group across 2 directories with 1 update by @dependabot[bot] in #1126
  • chore: update Karpenter core dependency to 1.6.2 by @matthchr in #1130
  • chore(go): bump go version to 1.24.6 by @charliedmcb in #1131

Full Changelog: v1.6.1...v1.6.2

v1.6.2-rc.3

04 Sep 19:18
d0207f5

Choose a tag to compare

v1.6.2-rc.3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.2-rc.2...v1.6.2-rc.3

v1.6.2-rc.2

29 Aug 22:28
2837167

Choose a tag to compare

v1.6.2-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.2-rc.1...v1.6.2-rc.2

v1.6.2-rc.1

29 Aug 21:22
f83d08e

Choose a tag to compare

v1.6.2-rc.1 Pre-release
Pre-release

What's Changed

Test & Quality

Documentation:

  • docs: design for non-public cloud support by @matthchr in #1080
  • chore: readme should reference azure/karpenter-provider-azure not azure/karpenter in curl commands by @Bryce-Soghigian in #1079

Dependencies

  • chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 in the actions-deps group by @dependabot[bot] in #1066
  • chore(deps): bump oss/go/microsoft/golang from 39cd238 to 08603c7 in /.devcontainer by @dependabot[bot] in #1065
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1063
  • chore(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.8.5 to 0.8.6 in the k8s-go-deps group by @dependabot[bot] in #1064
  • chore(deps): bump oss/go/microsoft/golang from 08603c7 to 4bf9218 in /.devcontainer by @dependabot[bot] in #1081
  • chore(deps): bump github/codeql-action from 3.29.4 to 3.29.5 in the actions-deps group by @dependabot[bot] in #1082
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1083
  • chore: upgrade to azure-sdk-for-go-extensions 0.2.0 by @Bryce-Soghigian in #1090
  • chore(deps): bump the go-deps group across 1 directory with 6 updates by @dependabot[bot] in #1119
  • chore(deps): bump oss/go/microsoft/golang from 1.24.5-bookworm to 1.24.6-bookworm in /.devcontainer by @dependabot[bot] in #1099
  • chore(deps): bump the go-deps group with 3 updates by @dependabot[bot] in #1127
  • chore(deps): bump the devcontainer-deps group across 2 directories with 1 update by @dependabot[bot] in #1126
  • chore: update Karpenter core dependency to 1.6.2 by @matthchr in #1130

Full Changelog: v1.6.1...v1.6.2-rc.1

v1.6.1

25 Jul 21:54
7b9e171

Choose a tag to compare

What's Changed

  • chore: use context logging instead of klogs by @alimaazamat in #1010
  • feat: add VM family level cache to the unavailable offerings cache by @UtheMan in #963
  • chore: remove redundant logging in provider layer by @alimaazamat in #1028
  • fix: pass OSSKU into GET NodeBootstrapping parameters construction + fix Artifact Streaming enablement by @comtalyst in #1039
  • feat: add additional-tags operator parameter by @matthchr in #1029
  • fix: temp drop support for AzLinux3 arm64 in CIG by @tallaxes in #1048
  • chore: bump sig.k8s.io/karpenter to v1.6.0 by @tallaxes in #1036
  • fix: support standalone nodeclaims for lro async by @Bryce-Soghigian in #1038
  • docs: clarify README for Self-Hosted vs NAP by @matthchr in #1053
  • chore: bump sig.k8s.io/karpenter to v1.6.1 by @tallaxes in #1060

Dev & Test

  • fix: NAP supports nsg provider now, so we can run the nsg provider check in NAP by @Bryce-Soghigian in #1020
  • chore: add fail-fast false to CI-TEST action by @Bryce-Soghigian in #1021
  • test: periodically run self-hosted e2es on main every 24 hours by @Bryce-Soghigian in #1012
  • feat: devcontainer with claude-code and copilot-api proxy by @tallaxes in #1047
  • chore(dev): have VSCode GitHub Pull Requests extension filter PRs by this repo by @tallaxes in #1056
  • fix: splitting beta.kubernetes.io/instance-type into its own case as to avoid a tight restriction of zone + instance-type constraints by @Bryce-Soghigian in #1058
  • chore: update devcontainer features by @tallaxes in #1049
  • fix(e2e): exclude B family in scheduling test by @tallaxes in #1061

Dependencies

  • chore(deps): bump oss/go/microsoft/golang from d9559f1 to 5f38e33 in /.devcontainer by @dependabot[bot] in #1017
  • chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 in the actions-deps group by @dependabot[bot] in #1018
  • chore(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #1025
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 in the go-deps group by @dependabot[bot] in #1024
  • chore(deps): bump oss/go/microsoft/golang from 5f38e33 to a0c0c82 in /.devcontainer by @dependabot[bot] in #1026
  • chore(deps): bump oss/go/microsoft/golang from 1.24.4-bookworm to 1.24.5-bookworm in /.devcontainer by @dependabot[bot] in #1034
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1035
  • chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 by @dependabot[bot] in #1041
  • chore(deps): bump oss/go/microsoft/golang from f59a65c to 39cd238 in /.devcontainer by @dependabot[bot] in #1046
  • chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 in the actions-deps group by @dependabot[bot] in #1045
  • chore(deps): bump github.com/Azure/azure-sdk-for-go-extensions from 0.1.9 to 0.1.10 in the go-deps group by @dependabot[bot] in #1044
  • chore(deps): bump the k8s-go-deps group across 1 directory with 7 updates by @dependabot[bot] in #1055

Full Changelog: v1.5.5...v1.6.1

v1.6.0-rc.1

25 Jul 03:24
0e78dd2

Choose a tag to compare

v1.6.0-rc.1 Pre-release
Pre-release

What's Changed

  • chore: use context logging instead of klogs by @alimaazamat in #1010
    #1018
  • feat: add VM family level cache to the unavailable offerings cache by @UtheMan in #963
  • chore: remove redundant logging in provider layer by @alimaazamat in #1028
  • fix: pass OSSKU into GET NodeBootstrapping parameters construction + fix Artifact Streaming enablement by @comtalyst in #1039
  • feat: add additional-tags operator parameter by @matthchr in #1029
  • fix: temp drop support for AzLinux3 arm64 in CIG by @tallaxes in #1048
  • chore: bump sig.k8s.io/karpenter to v1.6.0 by @tallaxes in #1036
  • fix: support standalone nodeclaims for lro async by @Bryce-Soghigian in #1038

Dev & Test

  • fix: NAP supports nsg provider now, so we can run the nsg provider check in NAP by @Bryce-Soghigian in #1020
  • chore: add fail-fast false to CI-TEST action by @Bryce-Soghigian in #1021
  • test: periodically run self-hosted e2es on main every 24 hours by @Bryce-Soghigian in #1012
  • feat: devcontainer with claude-code and copilot-api proxy by @tallaxes in #1047
  • chore(dev): have VSCode GitHub Pull Requests extension filter PRs by this repo by @tallaxes in #1056

Dependencies

  • chore(deps): bump oss/go/microsoft/golang from d9559f1 to 5f38e33 in /.devcontainer by @dependabot[bot] in #1017
  • chore(deps): bump github/codeql-action from 3.29.0 to 3.29.1 in the actions-deps group by @dependabot[bot] in
  • chore(deps): bump the actions-deps group with 2 updates by @dependabot[bot] in #1025
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 in the go-deps group by @dependabot[bot] in #1024
  • chore(deps): bump oss/go/microsoft/golang from 5f38e33 to a0c0c82 in /.devcontainer by @dependabot[bot] in #1026
  • chore(deps): bump oss/go/microsoft/golang from 1.24.4-bookworm to 1.24.5-bookworm in /.devcontainer by @dependabot[bot] in #1034
  • chore(deps): bump the go-deps group with 2 updates by @dependabot[bot] in #1035
  • chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 by @dependabot[bot] in #1041
  • chore(deps): bump oss/go/microsoft/golang from f59a65c to 39cd238 in /.devcontainer by @dependabot[bot] in #1046
  • chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 in the actions-deps group by @dependabot[bot] in #1045
  • chore(deps): bump github.com/Azure/azure-sdk-for-go-extensions from 0.1.9 to 0.1.10 in the go-deps group by @dependabot[bot] in #1044
  • chore(deps): bump the k8s-go-deps group across 1 directory with 7 updates by @dependabot[bot] in #1055

Full Changelog: v1.5.5...v1.6.0-rc.1