Releases: kubernetes-sigs/cloud-provider-azure
v1.31.7
Full Changelog: v1.31.6..v1.31.7
Changes by Kind
Bug or Regression
- Fix: Retry reconcileLoadBalancer after removing PLS (#9159, @nilo19)
- Fix: Set default ipfamilies to ipv4 if the field is empty (#9146, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.30.13
Full Changelog: v1.30.12..v1.30.13
Changes by Kind
Bug or Regression
- Fix: Retry reconcileLoadBalancer after removing PLS (#9160, @nilo19)
- Fix: Set default ipfamilies to ipv4 if the field is empty (#9147, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.33.1
Full Changelog: v1.33.0..v1.33.1
Changes by Kind
Bug or Regression
- Fix: Retry reconcileLoadBalancer after removing PLS (#9157, @k8s-infra-cherrypick-robot)
- Fix: Set default ipfamilies to ipv4 if the field is empty (#9144, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/text: v0.24.0 → v0.25.0
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.5.3 → v0.6.1
- sigs.k8s.io/cloud-provider-azure/pkg/azclient: v0.6.2 → v0.8.0
Removed
Nothing has changed.
v1.32.6
Full Changelog: v1.32.5..v1.32.6
Changes by Kind
Bug or Regression
- Fix: Retry reconcileLoadBalancer after removing PLS (#9158, @k8s-infra-cherrypick-robot)
- Fix: Set default ipfamilies to ipv4 if the field is empty (#9145, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.33.0
Full Changelog: v1.32.0..v1.33.0
Changes by Kind
Feature
-
Chore: add VMSS AttachDetachDataDisks interface (#8870, @andyzhangx)
-
Feat: Support migration from basic to standard load balancer
Introducing a new feature to migrate from basic to standard sku load balancer. To trigger the migration, switch
loadBalancerSKU
in the cloud provider configuration frombasic
tostandard
. The basic load balancer will be removed automatically, and service workloads on it will be migrated to the newly created standard load balancer, with their ip addresses unchanged. This operation may cause downtime. (#8463, @nilo19) -
Feat: add VNetLinkName and PublicNetworkAccess in account creation (#8990, @andyzhangx)
-
Feat: add option to override ARM retry-after if the value is lower than the configured minimum (#9026, @sunpa93)
-
For non-public cloud, apiVersion will be pinned to a specific version (#8518, @MartinForReal)
-
This pull request adds the capability to authenticate with Azure using a new authentication type available only to 1st party Microsoft applications, UserAssignedIdentityCredential (#8230, @bryan-cox)
Bug or Regression
-
BEHAVIOR CHANGE: In the multi-slb initial design, an empty node selector matches all nodes, but only when there is no non-empty selector matchin the node. In this fix we correct this behavior.
fix: Empty node selector should work after non-empty node selector (#8321, @nilo19)
-
Fix network ARM client setting in a different subscription within the same tenant. (#8728, @zarvd)
-
Fix(credential-provider): check acr pattern to avoid spoofing (#8255, @mainred)
-
Fix(credential-provider): check empty mirror mapping and add debugging info (#8647, @mainred)
-
Fix(credential-provider): use acr audience token for ACR authentication (#8593, @mainred)
-
Fix: Ignore cases when comparing load balancer names (#8978, @nilo19)
-
Fix: Prevent panic when route table GET result is empty interface, or nil. (#8820, @nilo19)
-
Fix: Remove all routes that have the node name as prefix (#8427, @nilo19)
-
Fix: Remove managed pip if switched to another pip in a different resource group (#8419, @nilo19)
-
Fix: Remove the shared slb health probe after the last cluster service is switched to local. (#8732, @nilo19)
-
Fix: ResourceNotFound error (#8997, @andyzhangx)
-
Fix: Skip ensuring host in pool if the vm is not found (#8648, @nilo19)
-
Fix: account match algorithm when source account name is provided (#8560, @andyzhangx)
-
Fix: add http timeout to avoid connection stuck (#8383, @feiskyer)
-
Fix: disk attach/detach failure with track2 sdk (#8245, @andyzhangx)
-
Fix: incorrect cloud provider setting in sovereign cloud (#8504, @andyzhangx)
-
Fix: reduce get disk call in disk attach/detach on VMSS (#8623, @andyzhangx)
-
Fix: remove unnecessary get vmss call during disk attach (#8874, @andyzhangx)
-
Introduced prefix-based matching for
systemTags
during tag reconciliation.- Tags starting with a prefix defined in
systemTags
(e.g.,aks-managed
) will now be matched and retained. - For example: Adding
aks-managed
tosystemTags
ensures tags likeaks-managed-cluster-name
andaks-managed-cluster-rg
are preserved. (#8115, @Timberlake-Z)
- Tags starting with a prefix defined in
-
Tags with values resembling "null" (e.g., " null " or " NuLL ") will now retain their leading and trailing whitespace during inheritance or updates to avoid errors caused by ARM's reserved tag value "null".
This change only affects tags with such specific values, ensuring all other tags continue to have whitespace trimmed as before. (#8071, @Timberlake-Z)
Other (Cleanup or Flake)
- Chore: Add metrics for local service backend pool updater
Add metrics service_local_update_backend_pool_xxx. (#8867, @nilo19) - Chore: Bump go modules against k/k release-1.33 (#8996, @nilo19)
- Fetch async update result as soon as the vm update operation id is returned. (#8268, @MartinForReal)
Dependencies
Added
- github.com/Azure/msi-dataplane: v0.4.3
- github.com/go-faker/faker/v4: v4.6.0
- github.com/niemeyer/pretty: a10e7ca
- github.com/planetscale/vtprotobuf: 0393e58
- go.uber.org/automaxprocs: v1.6.0
- gopkg.in/go-jose/go-jose.v2: v2.6.3
- sigs.k8s.io/randfill: v1.0.0
Changed
- cel.dev/expr: v0.18.0 → v0.19.1
- cloud.google.com/go/compute/metadata: v0.3.0 → v0.5.0
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.17.0 → v1.18.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache: v0.3.0 → v0.3.2
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.8.0 → v1.9.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.10.0 → v1.11.1
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6: v6.2.0 → v6.4.0
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6: v6.3.0 → v6.4.0
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage: v1.6.0 → v1.8.0
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets: v1.3.0 → v1.3.1
- github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal: v1.1.0 → v1.1.1
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.3.1 → v1.4.2
- github.com/antlr4-go/antlr/v4: v4.13.0 → v4.13.1
- github.com/cncf/xds/go: 555b57e → b4127c9
- github.com/coreos/go-oidc: [v2.2.1+incompatible → v2.3.0+incompatible](https://github.com/coreos/go-oidc/compare/...
v1.32.5
Full Changelog: v1.32.4..v1.32.5
Changes by Kind
Feature
- Feat: add VNetLinkName and PublicNetworkAccess in account creation (#8993, @k8s-infra-cherrypick-robot)
Bug or Regression
- Fix: Ignore cases when comparing load balancer names (#8991, @k8s-infra-cherrypick-robot)
- Fix: ResourceNotFound error (#8998, @k8s-infra-cherrypick-robot)
- Fix: reduce get disk calls in disk attach/detach on VMSS#2 (#8972, @andyzhangx)
Other (Cleanup or Flake)
- Fix: remove unnecessary get vmss call during disk attach (#8970, @andyzhangx)
Dependencies
Added
Nothing has changed.
Changed
- github.com/Azure/azure-kusto-go/azkustodata: v1.0.1 → v1.0.2
- github.com/Azure/azure-kusto-go/azkustoingest: v1.0.1 → v1.0.2
- github.com/samber/lo: v1.49.1 → v1.50.0
- go.uber.org/mock: v0.5.1 → v0.5.2
- golang.org/x/sync: v0.13.0 → v0.14.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- k8s.io/api: v0.32.3 → v0.32.4
- k8s.io/apimachinery: v0.32.3 → v0.32.4
- k8s.io/apiserver: v0.32.3 → v0.32.4
- k8s.io/client-go: v0.32.3 → v0.32.4
- k8s.io/cloud-provider: v0.32.3 → v0.32.4
- k8s.io/component-base: v0.32.3 → v0.32.4
- k8s.io/component-helpers: v0.32.3 → v0.32.4
- k8s.io/controller-manager: v0.32.3 → v0.32.4
- k8s.io/cri-api: v0.32.3 → v0.32.4
- k8s.io/kms: v0.32.3 → v0.32.4
- k8s.io/kubelet: v0.32.3 → v0.32.4
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache: v0.6.0 → v0.6.1
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.5.2 → v0.5.3
Removed
Nothing has changed.
v1.31.6
Full Changelog: v1.31.5..v1.31.6
Changes by Kind
Bug or Regression
- Fix: Ignore cases when comparing load balancer names (#8992, @k8s-infra-cherrypick-robot)
- Fix: ResourceNotFound error (#8999, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- go.uber.org/mock: v0.5.1 → v0.5.2
- golang.org/x/sync: v0.13.0 → v0.14.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- k8s.io/apiserver: v0.31.7 → v0.31.8
- k8s.io/cloud-provider: v0.31.7 → v0.31.8
- k8s.io/component-base: v0.31.7 → v0.31.8
- k8s.io/component-helpers: v0.31.7 → v0.31.8
- k8s.io/controller-manager: v0.31.7 → v0.31.8
- k8s.io/cri-api: v0.31.7 → v0.31.8
- k8s.io/kubelet: v0.31.7 → v0.31.8
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.5.2 → v0.5.3
Removed
Nothing has changed.
v1.30.12
Full Changelog: v1.30.11..v1.30.12
Changes by Kind
Bug or Regression
Dependencies
Added
Nothing has changed.
Changed
- go.uber.org/mock: v0.5.1 → v0.5.2
- golang.org/x/sync: v0.13.0 → v0.14.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- k8s.io/apiserver: v0.30.11 → v0.30.12
- k8s.io/cloud-provider: v0.30.11 → v0.30.12
- k8s.io/component-base: v0.30.11 → v0.30.12
- k8s.io/component-helpers: v0.30.11 → v0.30.12
- k8s.io/controller-manager: v0.30.11 → v0.30.12
- k8s.io/cri-api: v0.30.11 → v0.30.12
- k8s.io/kms: v0.30.11 → v0.30.12
- k8s.io/kubelet: v0.30.11 → v0.30.12
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.5.2 → v0.5.3
Removed
Nothing has changed.
v1.29.15
Full Changelog: v1.29.14..v1.29.15
Changes by Kind
Bug or Regression
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.32.4
Full Changelog: v1.32.3..v1.32.4
Changes by Kind
Feature
- Chore: Add metrics for local service backend pool updater
Add metrics service_local_update_backend_pool_xxx. (#8896, @k8s-infra-cherrypick-robot)
Bug or Regression
-
Feat: Support migration from basic to standard load balancer
Introducing a new feature to migrate from basic to standard sku load balancer. To trigger the migration, switch
loadBalancerSKU
in the cloud provider configuration frombasic
tostandard
. The basic load balancer will be removed automatically, and service workloads on it will be migrated to the newly created standard load balancer, with their ip addresses unchanged. This operation may cause downtime. (#8781, @k8s-infra-cherrypick-robot) -
Fix network ARM client setting in a different subscription within the same tenant. (#8747, @zarvd)
-
Fix(credential-provider): check empty mirror mapping and add debugging info (#8691, @k8s-infra-cherrypick-robot)
-
Fix(credential-provider): use acr audience token for ACR authentication (#8593, @mainred)
-
Fix: Prevent panic when route table GET result is empty interface, or nil. (#8822, @k8s-infra-cherrypick-robot)
-
Fix: Remove the shared slb health probe after the last cluster service is switched to local. (#8757, @k8s-infra-cherrypick-robot)
-
Fix: Skip ensuring host in pool if the vm is not found (#8752, @k8s-infra-cherrypick-robot)
-
Fix: account match algorithm when source account name is provided (#8568, @k8s-infra-cherrypick-robot)
Dependencies
Added
- github.com/Azure/azure-sdk-for-go/sdk/data/aztables: v1.3.0
- github.com/go-faker/faker/v4: v4.6.0
- github.com/prashantv/gostub: v1.1.0
- go.uber.org/automaxprocs: v1.6.0
Changed
- github.com/Azure/azure-kusto-go/azkustodata: 5 → v1.0.1
- github.com/Azure/azure-kusto-go/azkustoingest: 5 → v1.0.1
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.17.0 → v1.18.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.8.2 → v1.9.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.10.0 → v1.11.1
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6: v6.3.0 → v6.4.0
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6: v6.4.0 → v6.5.0
- github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/keyvault/armkeyvault: v1.4.0 → v1.5.0
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob: v1.4.0 → v1.6.0
- github.com/Azure/msi-dataplane: v0.4.2 → v0.4.3
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.4.0 → v1.4.2
- github.com/fsnotify/fsnotify: v1.8.0 → v1.9.0
- github.com/golang-jwt/jwt/v5: v5.2.1 → v5.2.2
- github.com/google/pprof: 40e02aa → 27863c8
- github.com/keybase/go-keychain: 57a3676 → v0.0.1
- github.com/klauspost/compress: v1.17.11 → v1.18.0
- github.com/onsi/ginkgo/v2: v2.23.0 → v2.23.4
- github.com/onsi/gomega: v1.36.2 → v1.37.0
- github.com/prometheus/client_golang: v1.21.1 → v1.22.0
- github.com/redis/go-redis/v9: v9.7.0 → v9.7.3
- go.uber.org/mock: v0.5.0 → v0.5.1
- golang.org/x/exp: 8a7402a → 054e65f
- golang.org/x/mod: v0.23.0 → v0.24.0
- golang.org/x/net: v0.37.0 → v0.38.0
- golang.org/x/sync: v0.12.0 → v0.13.0
- golang.org/x/sys: v0.31.0 → v0.32.0
- golang.org/x/text: v0.23.0 → v0.24.0
- golang.org/x/tools: v0.30.0 → v0.31.0
- k8s.io/api: v0.32.2 → v0.32.3
- k8s.io/apimachinery: v0.32.2 → v0.32.3
- k8s.io/apiserver: v0.32.2 → v0.32.3
- k8s.io/client-go: v0.32.2 → v0.32.3
- k8s.io/cloud-provider: v0.32.2 → v0.32.3
- k8s.io/component-base: v0.32.2 → v0.32.3
- k8s.io/component-helpers: v0.32.2 → v0.32.3
- k8s.io/controller-manager: v0.32.2 → v0.32.3
- k8s.io/cri-api: v0.32.2 → v0.32.3
- k8s.io/kms: v0.32.2 → v0.32.3
- k8s.io/kubelet: v0.32.2 → v0.32.3
- k8s.io/utils: 24370be → 1f6e0b7
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/cache: v0.4.0 → v0.6.0
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.4.1 → v0.5.2
- sigs.k8s.io/cloud-provider-azure/pkg/azclient: v0.5.9 → v0.5.20
Removed
- github.com/Azure/azure-sdk-for-go/sdk/containers/azcontainerregistry: v0.2.2
- github.com/Azure/azure-sdk-for-go: v68.0.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.24
- github.com/Azure/go-autorest/autorest/date: v0.3.0
- github.com/Azure/go-autorest/autorest/mocks: v0.4.2
- github.com/Azure/go-autorest/autorest/to: v0.4.0
- github.com/Azure/go-autorest/autorest: v0.11.29
- github.com/Azure/go-autorest/logger: v0.2.1
- github.com/Azure/go-autorest/tracing: v0.6.0
- github.com/Azure/go-autorest: v14.2.0+incompatible