Skip to content

v1.29.1

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

Full Changelog: v1.29.0..v1.29.1

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. (#5365, @k8s-infra-cherrypick-robot)

  • Fix: match tags issue in account search (#5480, @k8s-infra-cherrypick-robot)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/Azure/azure-kusto-go: v0.15.0 → v0.15.1
  • github.com/Azure/azure-sdk-for-go/sdk/azcore: v1.9.1 → v1.9.2
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity: v1.4.0 → v1.5.1
  • github.com/Azure/azure-sdk-for-go/sdk/internal: v1.5.1 → v1.5.2
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5: v5.4.0 → v5.5.0
  • github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4: v4.6.0 → v4.7.0
  • github.com/AzureAD/microsoft-authentication-library-for-go: v1.2.0 → v1.2.1
  • github.com/evanphx/json-patch: v5.7.0+incompatible → v5.9.0+incompatible
  • github.com/golang-jwt/jwt/v5: v5.0.0 → v5.2.0
  • github.com/google/uuid: v1.5.0 → v1.6.0
  • github.com/onsi/ginkgo/v2: v2.13.2 → v2.15.0
  • github.com/onsi/gomega: v1.30.0 → v1.31.1
  • github.com/pkg/browser: 681adbf → 5ac0b6a
  • 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.20.0
  • golang.org/x/mod: v0.13.0 → v0.14.0
  • golang.org/x/net: v0.19.0 → v0.21.0
  • golang.org/x/sys: v0.15.0 → v0.18.0
  • golang.org/x/term: v0.15.0 → v0.17.0
  • golang.org/x/tools: v0.14.0 → v0.16.1
  • k8s.io/api: v0.29.0 → v0.29.2
  • k8s.io/apimachinery: v0.29.0 → v0.29.2
  • k8s.io/apiserver: v0.29.0 → v0.29.2
  • k8s.io/client-go: v0.29.0 → v0.29.2
  • k8s.io/cloud-provider: v0.29.0 → v0.29.2
  • k8s.io/component-base: v0.29.0 → v0.29.2
  • k8s.io/component-helpers: v0.29.0 → v0.29.2
  • k8s.io/controller-manager: v0.29.0 → v0.29.2
  • k8s.io/cri-api: v0.29.0 → v0.29.2
  • k8s.io/kms: v0.29.0 → v0.29.2
  • k8s.io/kubelet: v0.29.0 → v0.29.2
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: 1ba5a22ba9f211
  • sigs.k8s.io/cloud-provider-azure/pkg/azclient: c4d4895ba9f211

Removed

Nothing has changed.