v1.25.5
Cloud Provider Azure v1.25.5
Changes by Kind
Bug or Regression
- Considering thread safety, results of cache Get() should be deepcopied before used. (#2692, @lzhecheng)
- Fix an issue when DNS label of public ip is not updated when service.beta.kubernetes.io/azure-dns-label-name is changed. (#2700, @MartinForReal)
- Fix to reduce PublicIPAddress list arm calls (#2808, @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 (#2833, @nilo19)
- Fix: remove lb from vmss when the backend pool is empty (#2793, @nilo19)
Other (Cleanup or Flake)
- Chore: remove orphaned nic from lb backend pool if the corresponding VM is not found (#2846, @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.25.3 → v0.25.4
- k8s.io/apimachinery: v0.25.3 → v0.25.4
- k8s.io/client-go: v0.25.3 → v0.25.4
Removed
Nothing has changed.