Skip to content

Commit

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

## Changes by Kind

### Feature

- Add support of service principal with cert auth for multi tenant scenario ([#5596](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5596), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

### Bug or Regression

- Fix: nfs file share created in storage account that has smb file share ([#5635](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5635), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/Azure/azure-kusto-go: [v0.15.0 → v0.15.1](https://github.com/Azure/azure-kusto-go/compare/v0.15.0...v0.15.1)
- github.com/golang/protobuf: [v1.5.3 → v1.5.4](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4)
- github.com/onsi/ginkgo/v2: [v2.15.0 → v2.16.0](https://github.com/onsi/ginkgo/compare/v2.15.0...v2.16.0)
- github.com/stretchr/objx: [v0.5.0 → v0.5.2](https://github.com/stretchr/objx/compare/v0.5.0...v0.5.2)
- github.com/stretchr/testify: [v1.8.4 → v1.9.0](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0)
- golang.org/x/tools: v0.16.1 → v0.17.0
- google.golang.org/protobuf: v1.31.0 → v1.33.0
- k8s.io/api: v0.28.7 → v0.28.8
- k8s.io/apimachinery: v0.28.7 → v0.28.8
- k8s.io/apiserver: v0.28.7 → v0.28.8
- k8s.io/client-go: v0.28.7 → v0.28.8
- k8s.io/cloud-provider: v0.28.7 → v0.28.8
- k8s.io/component-base: v0.28.7 → v0.28.8
- k8s.io/component-helpers: v0.28.7 → v0.28.8
- k8s.io/controller-manager: v0.28.7 → v0.28.8
- k8s.io/cri-api: v0.28.7 → v0.28.8
- k8s.io/kms: v0.28.7 → v0.28.8
- k8s.io/kubelet: v0.28.7 → v0.28.8

### Removed
_Nothing has changed._

0 comments on commit 43e2b9e

Please sign in to comment.