Skip to content

Commit

Permalink
Merge pull request #600 from nilo19/doc/release-0.7.4
Browse files Browse the repository at this point in the history
doc: release v0.7.4
  • Loading branch information
nilo19 authored Apr 23, 2021
2 parents 83ec139 + c14c53b commit c45f71d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ cloud-provider-azure is under **Beta** stage and its releases are maintained on

The latest version of azure-cloud-controller-manager and azure-cloud-node-manager could be found at

* `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.3`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.3`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4`

Version matrix:

|Kubernetes version|cloud-provider version|cloud-provider branch|
|------------------|----------------------|---------------------|
| master | N/A | master |
| v1.20.x | v0.7.3 | release-0.7 |
| v1.20.x | v0.7.4 | release-0.7 |
| v1.19.x | v0.6.0 | release-0.6 |
| v1.18.x | v0.5.1 | release-0.5 |
| v1.17.x | v0.4.1 | N/A |
Expand Down
2 changes: 1 addition & 1 deletion examples/out-of-tree/cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ spec:
effect: NoSchedule
containers:
- name: cloud-controller-manager
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.3
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.4
imagePullPolicy: IfNotPresent
command: ["cloud-controller-manager"]
args:
Expand Down
2 changes: 1 addition & 1 deletion examples/out-of-tree/cloud-node-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
effect: NoSchedule
containers:
- name: cloud-node-manager
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.3
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4
imagePullPolicy: IfNotPresent
command:
- cloud-node-manager
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/blog/releases/v0.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description: >

Cloud Provider Azure v0.7.3 supports out-of-tree node ipam controller, sharing the primary SLB with multiple vmSets, and a bunch of other features/bug fixes. The images are available at:

- `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.2`
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.2`
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.3`
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.3`

## Changes by Kind

Expand Down
27 changes: 27 additions & 0 deletions site/content/en/blog/releases/v0.7.4.md
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))

0 comments on commit c45f71d

Please sign in to comment.