v1.26.15
Cloud Provider Azure v1.26.15
Full Changelog: v1.26.14..v1.26.15
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. (#4677, @jwtty) - Implement node non-graceful shut down feature. Add “node.kubernetes.io/out-of-service” taint to node when cloud provider determines the node is shutdown. (#4521, @jwtty)
- LoadBalancer tcp reset could be disabled with Service annotation “service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true” (#4554, @feiskyer)
- Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port (#4672, @MartinForReal)
Bug or Regression
- Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. (#4584, @k8s-infra-cherrypick-robot)
- Fix privateLinkService creation failure in case customer’s subnet name or privateLinkService name is too long. (#4540, @k8s-infra-cherrypick-robot)
Dependencies
Added
Nothing has changed.
Changed
- github.com/evanphx/json-patch: v5.6.0+incompatible → v5.7.0+incompatible
- github.com/google/cel-go: v0.12.6 → v0.12.7
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.0 → v0.35.1
- 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.26.8 → v0.26.9
- k8s.io/apimachinery: v0.26.8 → v0.26.9
- k8s.io/apiserver: v0.26.7 → v0.26.9
- k8s.io/client-go: v0.26.8 → v0.26.9
- k8s.io/cloud-provider: v0.26.7 → v0.26.9
- k8s.io/component-base: v0.26.7 → v0.26.9
- k8s.io/component-helpers: v0.26.7 → v0.26.9
- k8s.io/controller-manager: v0.26.7 → v0.26.9
- k8s.io/kms: v0.26.7 → v0.26.9
- k8s.io/kubelet: v0.26.7 → v0.26.9
Removed
Nothing has changed.