Skip to content

v1.27.14

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 08:41
· 2900 commits to master since this release
2287ba5

Full Changelog: v1.27.13..v1.27.14

Changes by Kind

Feature

Bug or Regression

  • Fix: Skip attaching/detaching vmss vm to lb backend pool if the vm is not active.

    We should not update the VM instance if its provisioning state or power state is not good. This will save a lot of api calls and reduce throttling issues. (#5363, @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/evanphx/json-patch: v5.7.0+incompatible → v5.9.0+incompatible
  • github.com/go-logr/logr: v1.3.0 → v1.4.1
  • github.com/onsi/ginkgo/v2: v2.13.2 → v2.15.0
  • github.com/onsi/gomega: v1.30.0 → v1.31.1
  • github.com/rogpeppe/go-internal: v1.11.0 → v1.12.0
  • github.com/stretchr/objx: v0.5.0 → v0.5.2
  • github.com/stretchr/testify: v1.8.4 → v1.9.0
  • golang.org/x/crypto: v0.17.0 → v0.21.0
  • golang.org/x/mod: v0.13.0 → v0.14.0
  • golang.org/x/net: v0.17.0 → v0.21.0
  • golang.org/x/sync: v0.5.0 → v0.6.0
  • golang.org/x/sys: v0.15.0 → v0.18.0
  • golang.org/x/term: v0.15.0 → v0.18.0
  • golang.org/x/tools: v0.14.0 → v0.16.1
  • k8s.io/api: v0.27.8 → v0.27.11
  • k8s.io/apimachinery: v0.27.8 → v0.27.11
  • k8s.io/apiserver: v0.27.8 → v0.27.11
  • k8s.io/client-go: v0.27.8 → v0.27.11
  • k8s.io/cloud-provider: v0.27.8 → v0.27.11
  • k8s.io/component-base: v0.27.8 → v0.27.11
  • k8s.io/component-helpers: v0.27.8 → v0.27.11
  • k8s.io/controller-manager: v0.27.8 → v0.27.11
  • k8s.io/kms: v0.27.8 → v0.27.11
  • k8s.io/kubelet: v0.27.8 → v0.27.11

Removed

Nothing has changed.