v1.28.14
Cloud Provider Azure v1.28.14
Full Changelog: v1.28.13..v1.28.14
Changes by Kind
Feature
Feat: Lock updates on azure resources when other component is doing the same thing.
This PR utilizes a lease in each service reconciliation to prevent race conditions where cloud provider and others are updating the same azure resources. (#7344, @nilo19)
Bug or Regression
- Fix checking service references from
tags
when deleting PIP (#7260, @zarvd) - Fix: Change the order of updating vmss vm and vmss (#7542, @nilo19)
- Fix: Support switching from loadbalancer to externalName for services (#7568, @nilo19)
- Fix: several bugs related to multiple standard load balancers mode.
- All endpointslices of a local service should be included in local backend pool updater, instead of only the first endpointslice.
- In some rare cases, migration from NIC to IP-based LB can be in a middle state where the NIC references are removed, but those IPConfigs in the backend pool are not. In this case, we should manually exclude those IPConfigs from the request body.
- localServiceOwnsBackendPool should compare the full backend pool name, not just prefix, because two service names can share the same prefix.
- There is a corner case when the cluster is being updated to multi-slb from classic NIC-based single lb, not from an IP-based cluster. In this case, if the service being reconciled is local, the cloud provider will try to update a NIC pool to IP-based pool direct, which is not allowed. We should skip adding IPs to NIC-based pool in multi-slb mode.
- There is a bug in ReconcileBackendPools, where we by mistake parse the LB name to use as the backend pool name. (#7608, @nilo19)
- Introduced prefix-based matching for
systemTags
during tag reconciliation. - 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. (#8122, @nilo19)
Dependencies
Added
Nothing has changed.
Changed
- github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.7.2 → v1.17.0
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.3.1 → v1.7.0
- github.com/Azure/azure-sdk-for-go/sdk/internal: v1.3.0 → v1.10.0
- github.com/Azure/go-autorest/autorest/date: v0.3.0 → v0.3.1
- github.com/Azure/go-autorest/autorest/mocks: v0.4.2 → v0.4.3
- github.com/Azure/go-autorest/autorest: v0.11.29 → v0.11.30
- github.com/Azure/go-autorest/tracing: v0.6.0 → v0.6.1
- github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.0 → v1.2.2
- github.com/evanphx/json-patch: v5.9.0+incompatible → v5.9.11+incompatible
- github.com/fsnotify/fsnotify: v1.7.0 → v1.8.0
- github.com/golang-jwt/jwt/v5: v5.0.0 → v5.2.1
- github.com/google/pprof: fa2c70b → 40e02aa
- github.com/google/uuid: v1.3.1 → v1.6.0
- github.com/onsi/ginkgo/v2: v2.20.2 → v2.22.2
- github.com/onsi/gomega: v1.34.2 → v1.36.2
- github.com/pkg/browser: 681adbf → 5ac0b6a
- github.com/rogpeppe/go-internal: v1.10.0 → v1.12.0
- github.com/spf13/pflag: v1.0.5 → v1.0.6
- github.com/stretchr/testify: v1.9.0 → v1.10.0
- golang.org/x/crypto: v0.26.0 → v0.32.0
- golang.org/x/mod: v0.20.0 → v0.22.0
- golang.org/x/net: v0.28.0 → v0.34.0
- golang.org/x/sync: v0.8.0 → v0.11.0
- golang.org/x/sys: v0.25.0 → v0.30.0
- golang.org/x/term: v0.23.0 → v0.28.0
- golang.org/x/text: v0.18.0 → v0.22.0
- golang.org/x/tools: v0.24.0 → v0.28.0
- google.golang.org/protobuf: v1.34.1 → v1.36.1
- k8s.io/api: v0.28.14 → v0.28.15
- k8s.io/apimachinery: v0.28.14 → v0.28.15
- k8s.io/apiserver: v0.28.14 → v0.28.15
- k8s.io/client-go: v0.28.14 → v0.28.15
- k8s.io/cloud-provider: v0.28.14 → v0.28.15
- k8s.io/component-base: v0.28.14 → v0.28.15
- k8s.io/component-helpers: v0.28.14 → v0.28.15
- k8s.io/controller-manager: v0.28.14 → v0.28.15
- k8s.io/cri-api: v0.28.14 → v0.28.15
- k8s.io/kms: v0.28.14 → v0.28.15
- k8s.io/kubelet: v0.28.14 → v0.28.15
- k8s.io/utils: d93618c → 49e7df5
- sigs.k8s.io/yaml: v1.3.0 → v1.4.0
Removed
Nothing has changed.