Skip to content

Commit

Permalink
Update release notes for v1.27.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhecheng authored and github-actions[bot] committed Apr 23, 2024
1 parent e4ecc42 commit 5d81ae7
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions content/en/blog/releases/v1.27.17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: v1.27.17
linkTitle: v1.27.17
date: 2024-04-23
description: Cloud Provider Azure v1.27.17
---
Full Changelog: [v1.27.16..v1.27.17](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.27.16...v1.27.17)

## Changes by Kind

### Bug or Regression

- Allow space-separated load balancer source ranges in service annotation. Allow `service.beta.kubernetes.io/load-balancer-source-ranges` to be used together with `service.beta.kubernetes.io/azure-allowed-service-tags`. ([#5894](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5894), [@jwtty](https://github.com/jwtty))
- Fix: Retry put vmss vm on preempted error ([#5925](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5925), [@nilo19](https://github.com/nilo19))
- Force cache refresh for getVMManagementTypeByIPConfigurationID(). The reason is that when a new standalone VM is included in the cluster, CCM cannot tell its VM type with stale cache. ([#5972](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5972), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/onsi/gomega: [v1.32.0 → v1.33.0](https://github.com/onsi/gomega/compare/v1.32.0...v1.33.0)
- golang.org/x/crypto: v0.21.0 → v0.22.0
- golang.org/x/net: v0.21.0 → v0.24.0
- golang.org/x/sync: v0.6.0 → v0.7.0
- golang.org/x/sys: v0.18.0 → v0.19.0
- golang.org/x/term: v0.18.0 → v0.19.0
- k8s.io/api: v0.27.12 → v0.27.13
- k8s.io/apimachinery: v0.27.12 → v0.27.13
- k8s.io/apiserver: v0.27.12 → v0.27.13
- k8s.io/client-go: v0.27.12 → v0.27.13
- k8s.io/cloud-provider: v0.27.12 → v0.27.13
- k8s.io/component-base: v0.27.12 → v0.27.13
- k8s.io/component-helpers: v0.27.12 → v0.27.13
- k8s.io/controller-manager: v0.27.12 → v0.27.13
- k8s.io/kms: v0.27.12 → v0.27.13
- k8s.io/kubelet: v0.27.12 → v0.27.13

### Removed
_Nothing has changed._

0 comments on commit 5d81ae7

Please sign in to comment.