v1.27.9

Cloud Provider Azure v1.27.9

Full Changelog: v1.27.8..v1.27.9

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. (#4678, @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. (#4522, @jwtty)
  • LoadBalancer tcp reset could be disabled with Service annotation “service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true” (#4553, @feiskyer)
  • Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port (#4661, @MartinForReal)

Bug or Regression

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
  • github.com/onsi/ginkgo/v2: v2.11.0 → v2.12.1
  • golang.org/x/crypto: v0.12.0 → v0.13.0
  • golang.org/x/mod: v0.10.0 → v0.12.0
  • golang.org/x/net: v0.12.0 → v0.14.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
  • golang.org/x/tools: v0.9.3 → v0.12.0
  • k8s.io/api: v0.27.4 → v0.27.6
  • k8s.io/apimachinery: v0.27.4 → v0.27.6
  • k8s.io/apiserver: v0.27.4 → v0.27.6
  • k8s.io/client-go: v0.27.4 → v0.27.6
  • k8s.io/cloud-provider: v0.27.1 → v0.27.6
  • k8s.io/component-base: v0.27.4 → v0.27.6
  • k8s.io/component-helpers: v0.27.1 → v0.27.6
  • k8s.io/controller-manager: v0.27.1 → v0.27.6
  • k8s.io/kms: v0.27.4 → v0.27.6
  • k8s.io/kubelet: v0.27.1 → v0.27.6

Removed

Nothing has changed.

Last modified September 22, 2023: Update release notes for v1.27.9 (a5aeec9fc)