v1.24.11
Cloud Provider Azure v1.24.11
Changes by Kind
Bug or Regression
- Considering thread safety, results of cache Get() should be deepcopied before used. (#2699, @lzhecheng)
- Fix an issue when DNS label of public ip is not updated when service.beta.kubernetes.io/azure-dns-label-name is changed. (#2701, @MartinForReal)
- Fix to reduce PublicIPAddress list arm calls (#2807, @jwtty)
- Fix: decouple vmss from the lb if the backend pool is empty when using ip-based LB chore: do not set etag to nil when updating lb backend pool (#2832, @nilo19)
- Fix: remove lb from vmss when the backend pool is empty (#2794, @nilo19)
Other (Cleanup or Flake)
- Chore: remove orphaned nic from lb backend pool if the corresponding VM is not found (#2845, @nilo19)
Dependencies
Added
Nothing has changed.
Changed
- github.com/Azure/azure-sdk-for-go: v67.0.0+incompatible → v67.1.0+incompatible
- github.com/onsi/ginkgo/v2: v2.4.0 → v2.5.1
- github.com/onsi/gomega: v1.23.0 → v1.24.1
- golang.org/x/net: v0.1.0 → v0.2.0
- golang.org/x/sys: v0.1.0 → v0.3.0
- golang.org/x/term: v0.1.0 → v0.2.0
- golang.org/x/text: v0.4.0 → v0.5.0
- k8s.io/api: v0.24.7 → v0.24.8
- k8s.io/apimachinery: v0.24.7 → v0.24.8
- k8s.io/apiserver: v0.24.7 → v0.24.8
- k8s.io/client-go: v0.24.7 → v0.24.8
- k8s.io/cloud-provider: v0.24.7 → v0.24.8
- k8s.io/component-base: v0.24.7 → v0.24.8
- k8s.io/component-helpers: v0.24.7 → v0.24.8
- k8s.io/controller-manager: v0.24.7 → v0.24.8
- k8s.io/kubelet: v0.24.7 → v0.24.8
Removed
Nothing has changed.