Skip to content

Commit

Permalink
Update release notes for v1.27.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal authored and github-actions[bot] committed Mar 7, 2024
1 parent 31750fe commit 4bbf9c6
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions content/en/blog/releases/v1.27.14.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,51 @@ date: 2024-03-07
description: Cloud Provider Azure v1.27.14
---
Full Changelog: [v1.27.13..v1.27.14](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.27.13...v1.27.14)

## Changes by Kind

### Feature

- Add support of service principal with cert auth for multi tenant scenario ([#5597](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5597), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

### 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](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5363), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5273](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5273), [@k8s-infra-cherrypick-robot](https://github.com/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](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5263), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/evanphx/json-patch: [v5.7.0+incompatible → v5.9.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.7.0...v5.9.0)
- github.com/go-logr/logr: [v1.3.0 → v1.4.1](https://github.com/go-logr/logr/compare/v1.3.0...v1.4.1)
- github.com/onsi/ginkgo/v2: [v2.13.2 → v2.15.0](https://github.com/onsi/ginkgo/compare/v2.13.2...v2.15.0)
- github.com/onsi/gomega: [v1.30.0 → v1.31.1](https://github.com/onsi/gomega/compare/v1.30.0...v1.31.1)
- github.com/rogpeppe/go-internal: [v1.11.0 → v1.12.0](https://github.com/rogpeppe/go-internal/compare/v1.11.0...v1.12.0)
- github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2)
- github.com/stretchr/testify: [v1.8.4 → v1.9.0](https://github.com/stretchr/testify/compare/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._

0 comments on commit 4bbf9c6

Please sign in to comment.