Skip to content

Commit

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

## Changes by Kind

### Feature

- Feat: support sharing IP address across services by public IP name ([#4274](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4274), [@nilo19](https://github.com/nilo19))

### Bug or Regression

- Cloud provider won't exclude the NotReady nodes from SLB backend pools ([#4282](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4282), [@feiskyer](https://github.com/feiskyer))
- Fix ensureBackendPoolDeleted for standalone VM. Add logs for exclude-from-external-load-balancers ([#4302](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4302), [@lzhecheng](https://github.com/lzhecheng))
- Fix: remove deleted node IP address from IP-based LB backend pools ([#4146](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4146), [@nilo19](https://github.com/nilo19))
- Skip unmanaged Nodes for instancesV2 ([#4298](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4298), [@lzhecheng](https://github.com/lzhecheng))
- Support customization of numOfProbe and probeInterval when externaltrafficpolicy is local ([#4291](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4291), [@MartinForReal](https://github.com/MartinForReal))

## 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.26.5 → v0.26.6
- k8s.io/apimachinery: v0.26.5 → v0.26.6
- k8s.io/apiserver: v0.26.5 → v0.26.6
- k8s.io/client-go: v0.26.5 → v0.26.6
- k8s.io/cloud-provider: v0.26.5 → v0.26.6
- k8s.io/component-base: v0.26.5 → v0.26.6
- k8s.io/component-helpers: v0.26.5 → v0.26.6
- k8s.io/controller-manager: v0.26.5 → v0.26.6
- k8s.io/kms: v0.26.5 → v0.26.6
- k8s.io/kubelet: v0.26.5 → v0.26.6

### Removed
_Nothing has changed._

0 comments on commit f9f379e

Please sign in to comment.