Skip to content

Commit

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

## Changes by Kind

### Feature

- Health probe port can be any port assigned by customer. ([#4388](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4388), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

### Bug or Regression

- Fix ensureBackendPoolDeleted for standalone VM. Fix IPv6/dual-stack EnsureBackendPoolDeleted() failure. IP config of IPv6 is not primary, it should not be skipped in EnsureBackendPoolDeleted(). ([#4332](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4332), [@lzhecheng](https://github.com/lzhecheng))
- Increase limit for TCP Idle Timeout to 100 minutes ([#4392](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4392), [@feiskyer](https://github.com/feiskyer))
- Virtual node will always exists ([#4398](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4398), [@MartinForReal](https://github.com/MartinForReal))

### Other (Cleanup or Flake)

- Bump azure compute apiversion to 2022-08-01 ([#4375](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4375), [@MartinForReal](https://github.com/MartinForReal))

## Dependencies

### Added
_Nothing has changed._

### Changed
- k8s.io/apiserver: v0.25.11 → v0.25.12
- k8s.io/cloud-provider: v0.25.11 → v0.25.12
- k8s.io/component-base: v0.25.11 → v0.25.12
- k8s.io/controller-manager: v0.25.11 → v0.25.12
- k8s.io/kubelet: v0.25.11 → v0.25.12

### Removed
_Nothing has changed._

0 comments on commit 1dc7e97

Please sign in to comment.