v1.25.24
Cloud Provider Azure v1.25.24
Full Changelog: v1.25.23..v1.25.24
Changes by Kind
Feature
- Introduce the annotation
service.beta.kubernetes.io/azure-allowed-ip-ranges
to manage the LoadBalancer service access. (#5124, @lodrem)
Bug or Regression
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. (#5254, @nilo19)
- Fix: azure_loadbalancer.go: don’t use service.Name, when service is nil (#5275, @k8s-infra-cherrypick-robot)
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5257, @lzhecheng)
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/crypto: v0.14.0 → v0.17.0
- golang.org/x/sys: v0.13.0 → v0.15.0
- golang.org/x/term: v0.13.0 → v0.15.0
Removed
Nothing has changed.