Skip to content

Commit

Permalink
Update release notes for v1.25.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nilo19 committed Sep 22, 2023
1 parent 369d4d3 commit 69528a6
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions content/en/blog/releases/v1.25.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: v1.25.19
linkTitle: v1.25.19
date: 2023-09-22
description: Cloud Provider Azure v1.25.19
---
Full Changelog: [v1.25.18..v1.25.19](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.25.18...v1.25.19)

## Changes by Kind

### Feature

- By default, all managed private link service (PLS) are created in the resource group configured by azure config (az.privateLinkServiceResourceGroup or az.ResourceGroup).
Add `ServiceAnnotationPLSResourceGroup = "service.beta.kubernetes.io/azure-pls-resource-group"` to control a specific PLS creation resource group. ([#4676](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4676), [@jwtty](https://github.com/jwtty))
- LoadBalancer tcp reset could be disabled with Service annotation "service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true" ([#4555](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4555), [@feiskyer](https://github.com/feiskyer))
- Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port ([#4671](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4671), [@MartinForReal](https://github.com/MartinForReal))

### Bug or Regression

- Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. ([#4585](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4585), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Fix privateLinkService creation failure in case customer's subnet name or privateLinkService name is too long. ([#4539](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4539), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/evanphx/json-patch: [v5.6.0+incompatible → v5.7.0+incompatible](https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0)
- golang.org/x/crypto: v0.12.0 → v0.13.0
- golang.org/x/sys: v0.11.0 → v0.12.0
- golang.org/x/term: v0.11.0 → v0.12.0
- golang.org/x/text: v0.12.0 → v0.13.0
- k8s.io/api: v0.25.13 → v0.25.14
- k8s.io/apimachinery: v0.25.13 → v0.25.14
- k8s.io/apiserver: v0.25.13 → v0.25.14
- k8s.io/client-go: v0.25.13 → v0.25.14
- k8s.io/cloud-provider: v0.25.13 → v0.25.14
- k8s.io/component-base: v0.25.13 → v0.25.14
- k8s.io/component-helpers: v0.25.13 → v0.25.14
- k8s.io/controller-manager: v0.25.13 → v0.25.14
- k8s.io/kubelet: v0.25.12 → v0.25.14

### Removed
_Nothing has changed._

0 comments on commit 69528a6

Please sign in to comment.