Skip to content

Commit

Permalink
Update release notes for v1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhecheng authored and github-actions[bot] committed Apr 23, 2024
1 parent e4ecc42 commit 3d5dc35
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions content/en/blog/releases/v1.29.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: v1.29.4
linkTitle: v1.29.4
date: 2024-04-23
description: Cloud Provider Azure v1.29.4
---
Full Changelog: [v1.29.3..v1.29.4](https://github.com/kubernetes-sigs/cloud-provider-azure/compare/v1.29.3...v1.29.4)

## Changes by Kind

### Bug or Regression

- Allow space-separated load balancer source ranges in service annotation. Allow `service.beta.kubernetes.io/load-balancer-source-ranges` to be used together with `service.beta.kubernetes.io/azure-allowed-service-tags`. ([#5887](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5887), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Fix cleaning legacy security rules while upgrading from versions that are 1.28 or older. ([#5918](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5918), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Fix: Retry put vmss vm on preempted error ([#5921](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5921), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Force cache refresh for getVMManagementTypeByIPConfigurationID(). The reason is that when a new standalone VM is included in the cluster, CCM cannot tell its VM type with stale cache. ([#5970](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5970), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
- github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets: [v0.12.0](https://github.com/Azure/azure-sdk-for-go/tree/sdk/keyvault/azsecrets/v0.12.0)
- github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal: [v0.7.1](https://github.com/Azure/azure-sdk-for-go/tree/sdk/keyvault/internal/v0.7.1)
- github.com/golang-jwt/jwt: [v3.2.1+incompatible](https://github.com/golang-jwt/jwt/tree/v3.2.1)
- github.com/modocache/gover: [b58185e](https://github.com/modocache/gover/tree/b58185e)

### Changed
- github.com/Azure/azure-kusto-go: [v0.15.1 → v0.15.2](https://github.com/Azure/azure-kusto-go/compare/v0.15.1...v0.15.2)
- github.com/Azure/azure-sdk-for-go/sdk/azcore: [v1.10.0 → v1.11.1](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.10.0...sdk/azcore/v1.11.1)
- github.com/Azure/azure-sdk-for-go/sdk/azidentity: [v1.5.1 → v1.5.2](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azidentity/v1.5.1...sdk/azidentity/v1.5.2)
- github.com/AzureAD/microsoft-authentication-library-for-go: [v1.2.1 → v1.2.2](https://github.com/AzureAD/microsoft-authentication-library-for-go/compare/v1.2.1...v1.2.2)
- github.com/golang-jwt/jwt/v5: [v5.2.0 → v5.2.1](https://github.com/golang-jwt/jwt/compare/v5.2.0...v5.2.1)
- github.com/onsi/ginkgo/v2: [v2.17.0 → v2.17.1](https://github.com/onsi/ginkgo/compare/v2.17.0...v2.17.1)
- golang.org/x/crypto: v0.21.0 → v0.22.0
- golang.org/x/net: v0.21.0 → v0.24.0
- golang.org/x/sync: v0.6.0 → v0.7.0
- golang.org/x/sys: v0.18.0 → v0.19.0
- golang.org/x/term: v0.18.0 → v0.19.0
- k8s.io/api: v0.29.3 → v0.29.4
- k8s.io/apimachinery: v0.29.3 → v0.29.4
- k8s.io/apiserver: v0.29.3 → v0.29.4
- k8s.io/client-go: v0.29.3 → v0.29.4
- k8s.io/cloud-provider: v0.29.3 → v0.29.4
- k8s.io/component-base: v0.29.3 → v0.29.4
- k8s.io/component-helpers: v0.29.3 → v0.29.4
- k8s.io/controller-manager: v0.29.3 → v0.29.4
- k8s.io/cri-api: v0.29.3 → v0.29.4
- k8s.io/kms: v0.29.3 → v0.29.4
- k8s.io/kubelet: v0.29.3 → v0.29.4
- sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader: v0.0.1 → v0.0.4
- sigs.k8s.io/cloud-provider-azure/pkg/azclient: v0.0.4 → v0.0.13

### Removed
_Nothing has changed._

0 comments on commit 3d5dc35

Please sign in to comment.