v1.27.13
Cloud Provider Azure v1.27.13
Full Changelog: v1.27.12..v1.27.13
Changes by Kind
Feature
- Introduce the annotation
service.beta.kubernetes.io/azure-allowed-ip-ranges
to manage the LoadBalancer service access. (#4974, @lodrem)
Bug or Regression
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. (#5245, @nilo19)
- Fix: azure_loadbalancer.go: don’t use service.Name, when service is nil (#5273, @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. (#5263, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- github.com/onsi/ginkgo/v2: v2.13.1 → v2.13.2
- github.com/onsi/gomega: v1.29.0 → v1.30.0
- golang.org/x/crypto: v0.15.0 → v0.17.0
- golang.org/x/sys: v0.14.0 → v0.15.0
- golang.org/x/term: v0.14.0 → v0.15.0
Removed
Nothing has changed.