v1.25.19
Cloud Provider Azure v1.25.19
Full Changelog: v1.25.18..v1.25.19
Changes by Kind
Feature
- By default, all managed private link service (PLS) are created in the resource group configured by azure config (az.privateLinkServiceResourceGroup or az.ResourceGroup).
Add
ServiceAnnotationPLSResourceGroup = "service.beta.kubernetes.io/azure-pls-resource-group"
to control a specific PLS creation resource group. (#4676, @jwtty) - LoadBalancer tcp reset could be disabled with Service annotation “service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true” (#4555, @feiskyer)
- Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port (#4671, @MartinForReal)
Bug or Regression
- Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. (#4585, @k8s-infra-cherrypick-robot)
- Fix privateLinkService creation failure in case customer’s subnet name or privateLinkService name is too long. (#4539, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- github.com/evanphx/json-patch: v5.6.0+incompatible → v5.7.0+incompatible
- golang.org/x/crypto: v0.12.0 → v0.13.0
- golang.org/x/sys: v0.11.0 → v0.12.0
- golang.org/x/term: v0.11.0 → v0.12.0
- golang.org/x/text: v0.12.0 → v0.13.0
- k8s.io/api: v0.25.13 → v0.25.14
- k8s.io/apimachinery: v0.25.13 → v0.25.14
- k8s.io/apiserver: v0.25.13 → v0.25.14
- k8s.io/client-go: v0.25.13 → v0.25.14
- k8s.io/cloud-provider: v0.25.13 → v0.25.14
- k8s.io/component-base: v0.25.13 → v0.25.14
- k8s.io/component-helpers: v0.25.13 → v0.25.14
- k8s.io/controller-manager: v0.25.13 → v0.25.14
- k8s.io/kubelet: v0.25.12 → v0.25.14
Removed
Nothing has changed.