Skip to content

Commit

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

## 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. ([#4675](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4675), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Implement node non-graceful shut down feature. Add "node.kubernetes.io/out-of-service" taint to node when cloud provider determines the node is shutdown. ([#4520](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4520), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- LoadBalancer tcp reset could be disabled with Service annotation "service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true" ([#4552](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4552), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port ([#4639](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4639), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

### Failing Test

- Fix: check endpoint slice update after backend pool update for local service to prevent mismatch ([#4659](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4659), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

### Bug or Regression

- Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. ([#4582](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4582), [@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. ([#4538](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4538), [@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)
- github.com/google/cel-go: [v0.16.0 → v0.16.1](https://github.com/google/cel-go/compare/v0.16.0...v0.16.1)
- github.com/onsi/ginkgo/v2: [v2.11.0 → v2.12.1](https://github.com/onsi/ginkgo/v2/compare/v2.11.0...v2.12.1)
- golang.org/x/crypto: v0.12.0 → v0.13.0
- golang.org/x/mod: v0.10.0 → v0.12.0
- golang.org/x/net: v0.13.0 → v0.14.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
- golang.org/x/tools: v0.9.3 → v0.12.0
- k8s.io/api: v0.28.1 → v0.28.2
- k8s.io/apimachinery: v0.28.1 → v0.28.2
- k8s.io/apiserver: v0.28.1 → v0.28.2
- k8s.io/client-go: v0.28.1 → v0.28.2
- k8s.io/cloud-provider: v0.28.1 → v0.28.2
- k8s.io/component-base: v0.28.1 → v0.28.2
- k8s.io/component-helpers: v0.28.1 → v0.28.2
- k8s.io/controller-manager: v0.28.1 → v0.28.2
- k8s.io/cri-api: v0.28.0 → v0.28.2
- k8s.io/kms: v0.28.1 → v0.28.2
- k8s.io/kubelet: v0.28.0 → v0.28.2

### Removed
_Nothing has changed._

0 comments on commit bb79812

Please sign in to comment.