-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #600 from nilo19/doc/release-0.7.4
doc: release v0.7.4
- Loading branch information
Showing
5 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: "v0.7.4" | ||
linkTitle: "v0.7.4" | ||
date: 2021-04-23 | ||
description: > | ||
Cloud Provider Azure v0.7.4 | ||
--- | ||
|
||
# Major changes since v0.7.3 | ||
|
||
Cloud Provider Azure v0.7.4 includes several critical bug fixes. The images are available at: | ||
|
||
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4` | ||
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4` | ||
|
||
## Changes by Kind | ||
|
||
### Documentation | ||
|
||
- Chore: enrich docs ([#590](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/590), [@nilo19](https://github.com/nilo19)) | ||
|
||
### Bug or Regression | ||
|
||
- Fix: arm node provider Windows initialization ([#595](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/595), [@JesusAlvarezTorres](https://github.com/JesusAlvarezTorres)) | ||
- Fix: call the counterpart function of availabilitySet when the instance is not a vmss vm ([#597](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/597), [@nilo19](https://github.com/nilo19)) | ||
- Fix: potential race condition in detach disk ([#593](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/593), [@andyzhangx](https://github.com/andyzhangx)) | ||
- Fix: support sharing the primary slb when there are both external and internal load balancers in the cluster ([#588](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/588), [@nilo19](https://github.com/nilo19)) |