Skip to content

Commit

Permalink
Merge pull request #617 from nilo19/doc/release-1.0.0
Browse files Browse the repository at this point in the history
doc: release v1.0.0
  • Loading branch information
nilo19 authored May 7, 2021
2 parents 03754a2 + f697df6 commit 8949829
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ This repository provides Azure implementation of Kubernetes cloud provider [inte

## Current status

cloud-provider-azure is under **Beta** stage and its releases are maintained on Microsoft Container Registry (MCR).
`cloud-provider-azure` has been **GA** since v1.0.0 and its releases are maintained on Microsoft Container Registry (MCR).

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.4`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.4`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.0`
* `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.0`

Version matrix:

|Kubernetes version|cloud-provider version|cloud-provider branch|
|------------------|----------------------|---------------------|
| master | N/A | master |
| v1.21.x | v1.0.0 | release-1.0 |
| 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 |
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.4
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.0
imagePullPolicy: IfNotPresent
command: ["cloud-controller-manager"]
args:
Expand Down
4 changes: 2 additions & 2 deletions 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.4
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.0
imagePullPolicy: IfNotPresent
command:
- cloud-node-manager
Expand Down Expand Up @@ -136,7 +136,7 @@ spec:
effect: NoSchedule
containers:
- name: cloud-node-manager
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.2
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.0
imagePullPolicy: IfNotPresent
command:
- /cloud-node-manager.exe
Expand Down
32 changes: 32 additions & 0 deletions site/content/en/blog/releases/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "v1.0.0"
linkTitle: "v1.0.0"
date: 2021-05-07
description: >
Cloud Provider Azure v1.0.0
---

# Major changes since v0.7.4

Cloud Provider Azure v1.0.0 includes several critical bug fixes. The images are available at:

- `mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.0`
- `mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.0`

## Changes by Kind

### Feature

- Feat: Enable creation of storage accounts that support large file shares ([#606](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/606), [@nearora-msft](https://github.com/nearora-msft))
- Feat: support reloading cloud controller manager from secret dynamically ([#613](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/613), [@nilo19](https://github.com/nilo19))

### Bug or Regression

- Fix: avoid nil-pointer panic when checking the frontend IP configuration ([#615](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/615), [@nilo19](https://github.com/nilo19))
- Fix: not tagging static public IP ([#616](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/616), [@nilo19](https://github.com/nilo19))

### Other (Cleanup or Flake)

- Chore: completely decouple k/k ([#601](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/601), [@nilo19](https://github.com/nilo19))
- Chore: only logs rate limiting configurations when rate limit is enabled ([#608](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/608), [@feiskyer](https://github.com/feiskyer))
- Update cloud-provider vendor to v1.21 ([#603](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/603), [@feiskyer](https://github.com/feiskyer))

0 comments on commit 8949829

Please sign in to comment.