Skip to content

Commit

Permalink
Update release notes for v1.24.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhecheng committed Jul 20, 2023
1 parent 57a28c9 commit 9ace5ac
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions content/en/blog/releases/v1.24.22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: v1.24.22
linkTitle: v1.24.22
date: 2023-07-20
description: Cloud Provider Azure v1.24.22
---
Full Changelog: [v1.24.21..v1.24.22](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.24.21...v1.24.22)

## Changes by Kind

### Bug or Regression

- Cloud provider won't exclude the NotReady nodes from SLB backend pools ([#4292](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4292), [@feiskyer](https://github.com/feiskyer))
- Fix: remove deleted node IP address from IP-based LB backend pools ([#4150](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4150), [@nilo19](https://github.com/nilo19))

## Dependencies

### Added
_Nothing has changed._

### Changed
- golang.org/x/crypto: v0.9.0 → v0.11.0
- golang.org/x/sys: v0.8.0 → v0.10.0
- golang.org/x/term: v0.8.0 → v0.10.0
- golang.org/x/text: v0.9.0 → v0.11.0
- k8s.io/api: v0.24.14 → v0.24.15
- k8s.io/apimachinery: v0.24.14 → v0.24.15
- k8s.io/apiserver: v0.24.14 → v0.24.15
- k8s.io/client-go: v0.24.14 → v0.24.15
- k8s.io/cloud-provider: v0.24.14 → v0.24.15
- k8s.io/component-base: v0.24.14 → v0.24.15
- k8s.io/component-helpers: v0.24.14 → v0.24.15
- k8s.io/controller-manager: v0.24.14 → v0.24.15
- k8s.io/kubelet: v0.24.14 → v0.24.15

### Removed
_Nothing has changed._

0 comments on commit 9ace5ac

Please sign in to comment.