Skip to content

v1.28.6

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

Full Changelog: v1.28.5..v1.28.6

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. (#5362, @nilo19)

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.29.0 → v1.31.1
  • 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.4.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.28.4 → v0.28.7
  • k8s.io/apimachinery: v0.28.4 → v0.28.7
  • k8s.io/apiserver: v0.28.4 → v0.28.7
  • k8s.io/client-go: v0.28.4 → v0.28.7
  • k8s.io/cloud-provider: v0.28.4 → v0.28.7
  • k8s.io/component-base: v0.28.4 → v0.28.7
  • k8s.io/component-helpers: v0.28.4 → v0.28.7
  • k8s.io/controller-manager: v0.28.4 → v0.28.7
  • k8s.io/cri-api: v0.28.4 → v0.28.7
  • k8s.io/kms: v0.28.4 → v0.28.7
  • k8s.io/kubelet: v0.28.4 → v0.28.7

Removed

Nothing has changed.