Skip to content

Commit

Permalink
Update release notes for v1.28.9
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 eea9bc1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions content/en/blog/releases/v1.28.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: v1.28.9
linkTitle: v1.28.9
date: 2024-04-23
description: Cloud Provider Azure v1.28.9
---
Full Changelog: [v1.28.8..v1.28.9](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.28.8...v1.28.9)

## 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`. ([#5893](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5893), [@jwtty](https://github.com/jwtty))
- Fix: Retry put vmss vm on preempted error ([#5966](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5966), [@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. ([#5971](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5971), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/Azure/azure-kusto-go: [v0.15.1 → v0.15.2](https://github.com/Azure/azure-kusto-go/compare/v0.15.1...v0.15.2)
- 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.28.8 → v0.28.9
- k8s.io/apimachinery: v0.28.8 → v0.28.9
- k8s.io/apiserver: v0.28.8 → v0.28.9
- k8s.io/client-go: v0.28.8 → v0.28.9
- k8s.io/cloud-provider: v0.28.8 → v0.28.9
- k8s.io/component-base: v0.28.8 → v0.28.9
- k8s.io/component-helpers: v0.28.8 → v0.28.9
- k8s.io/controller-manager: v0.28.8 → v0.28.9
- k8s.io/cri-api: v0.28.8 → v0.28.9
- k8s.io/kms: v0.28.8 → v0.28.9
- k8s.io/kubelet: v0.28.8 → v0.28.9

### Removed
_Nothing has changed._

0 comments on commit eea9bc1

Please sign in to comment.