Skip to content

Commit

Permalink
Merge pull request #867 from nilo19/chore/new-versions
Browse files Browse the repository at this point in the history
chore: add release notes for v0.7.9, v1.0.6 and v1.1.2
  • Loading branch information
k8s-ci-robot committed Oct 21, 2021
2 parents 8d15ed3 + 3136776 commit 20a2b8c
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ This repository provides Azure implementation of Kubernetes cloud provider [inte

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

Version matrix:

|Kubernetes version|cloud-provider version|cloud-provider branch|
|------------------|----------------------|---------------------|
| master | N/A | master |
| v1.22.x | v1.1.1 | release-1.1 |
| v1.21.x | v1.0.5 | release-1.0 |
| v1.20.x | v0.7.8 | release-0.7 |
| v1.22.x | v1.1.2 | release-1.1 |
| v1.21.x | v1.0.6 | release-1.0 |
| v1.20.x | v0.7.9 | 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:v1.1.1
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.2
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:v1.1.1
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.2
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:v1.1.1
image: mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.2
imagePullPolicy: IfNotPresent
command:
- /cloud-node-manager.exe
Expand Down
71 changes: 71 additions & 0 deletions site/content/en/blog/releases/v0.7.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: "v0.7.9"
linkTitle: "v0.7.9"
date: 2021-10-21
description: >
Cloud Provider Azure v0.7.9
---

# Changelog since v0.7.8

## Changes by Kind

### Feature

- Adds support for the Cloud Node Manager to run as a Windows Service. This can be enabled using the --windows-service flag. ([#823](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/823), [@JoelSpeed](https://github.com/JoelSpeed))
- Chore: rename tag key for CSI drivers ([#799](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/799), [@andyzhangx](https://github.com/andyzhangx))
- Feat: Adds windows server 2022 build ([#821](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/821), [@nick5616](https://github.com/nick5616))
- Feat: add AccessTier in file share creation interface ([#781](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/781), [@andyzhangx](https://github.com/andyzhangx))
- Feat: add AllowBlobPublicAccess setting in storage account creation ([#784](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/784), [@andyzhangx](https://github.com/andyzhangx))
- Feat: only restart all controllers after stopping if needed ([#832](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/832), [@nilo19](https://github.com/nilo19))
- Feat: reduce vmss cache refresh in parallel disk attach/detach ([#803](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/803), [@andyzhangx](https://github.com/andyzhangx))
- Feat: support creating account if not exists when account name is provided ([#786](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/786), [@andyzhangx](https://github.com/andyzhangx))
- Feat: support reloading the cloud controller manager based on the changes of the config file ([#769](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/769), [@nilo19](https://github.com/nilo19))
- Prefix 'k8s-azure-' has been added to the following tags:

Legacy Tag | New Tag | Comment
-- | -- | --
service | k8s-azure-service | Applied on public IP
kubernetes-cluster-name | k8s-azure-cluster-name | Applied on public IP
kubernetes-dns-label-service | k8s-azure-dns-label-service | Applied on public IP

To keep backward compability, the legacy tags on existing public IP would not be removed, but newly created public IPs would only get the new tags. ([#815](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/815), [@feiskyer](https://github.com/feiskyer))

### Failing Test

- Chore: fix implictly required vendor ([#775](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/775), [@nilo19](https://github.com/nilo19))

### Bug or Regression

- **Release note**: ([#780](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/780), [@andyzhangx](https://github.com/andyzhangx))
- Fix detach disk issue on deleting vmss node ([#774](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/774), [@andyzhangx](https://github.com/andyzhangx))
- Fix: consolidate logs for instance not found error ([#794](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/794), [@feiskyer](https://github.com/feiskyer))
- Fix: do not crash if the region does not support zones ([#850](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/850), [@nilo19](https://github.com/nilo19))
- Fix: do not delete the lb that does not exist ([#860](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/860), [@nilo19](https://github.com/nilo19))
- Fix: fix a potential data race issue in unit test ([#848](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/848), [@nilo19](https://github.com/nilo19))
- Fix: ignore the case when comparing azure tags in service annotation ([#791](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/791), [@nilo19](https://github.com/nilo19))
- Fix: remove VMSS instances from SLB backend pool only when they are explicitly labeled
fix: remove VMSS from SLB backend pool only when necessary ([#856](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/856), [@feiskyer](https://github.com/feiskyer))
- Fix: use correct gitVersion in userAgent ([#764](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/764), [@feiskyer](https://github.com/feiskyer))

### Other (Cleanup or Flake)

- Chore: detect data race in unit tests ([#849](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/849), [@nilo19](https://github.com/nilo19))
- Chore: logging the service body when service controller invokes the cloud provider ([#778](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/778), [@nilo19](https://github.com/nilo19))
- Fix: report an error when route table name is not configured ([#819](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/819), [@feiskyer](https://github.com/feiskyer))

### Uncategorized

- Fix: skip instance not found when decoupling vmss from lb ([#842](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/842), [@nilo19](https://github.com/nilo19))
- Fix: switch to sync detach disk ([#790](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/790), [@andyzhangx](https://github.com/andyzhangx))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._
65 changes: 65 additions & 0 deletions site/content/en/blog/releases/v1.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: "v1.0.6"
linkTitle: "v1.0.6"
date: 2021-10-21
description: >
Cloud Provider Azure v1.0.6
---

# Changelog since v1.0.5

## Changes by Kind

### Feature

- Adds support for the Cloud Node Manager to run as a Windows Service. This can be enabled using the --windows-service flag. ([#823](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/823), [@JoelSpeed](https://github.com/JoelSpeed))
- Chore: rename tag key for CSI drivers ([#799](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/799), [@andyzhangx](https://github.com/andyzhangx))
- Feat: Adds windows server 2022 build ([#821](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/821), [@nick5616](https://github.com/nick5616))
- Feat: add AccessTier in file share creation interface ([#781](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/781), [@andyzhangx](https://github.com/andyzhangx))
- Feat: add AllowBlobPublicAccess setting in storage account creation ([#784](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/784), [@andyzhangx](https://github.com/andyzhangx))
- Feat: only restart all controllers after stopping if needed ([#832](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/832), [@nilo19](https://github.com/nilo19))
- Feat: reduce vmss cache refresh in parallel disk attach/detach ([#803](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/803), [@andyzhangx](https://github.com/andyzhangx))
- Feat: support creating account if not exists when account name is provided ([#786](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/786), [@andyzhangx](https://github.com/andyzhangx))
- Prefix 'k8s-azure-' has been added to the following tags:

Legacy Tag | New Tag | Comment
-- | -- | --
service | k8s-azure-service | Applied on public IP
kubernetes-cluster-name | k8s-azure-cluster-name | Applied on public IP
kubernetes-dns-label-service | k8s-azure-dns-label-service | Applied on public IP

To keep backward compability, the legacy tags on existing public IP would not be removed, but newly created public IPs would only get the new tags. ([#815](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/815), [@feiskyer](https://github.com/feiskyer))

### Bug or Regression

- **Release note**: ([#780](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/780), [@andyzhangx](https://github.com/andyzhangx))
- Fix detach disk issue on deleting vmss node ([#774](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/774), [@andyzhangx](https://github.com/andyzhangx))
- Fix: consolidate logs for instance not found error ([#794](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/794), [@feiskyer](https://github.com/feiskyer))
- Fix: do not crash if the region does not support zones ([#850](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/850), [@nilo19](https://github.com/nilo19))
- Fix: do not delete the lb that does not exist ([#860](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/860), [@nilo19](https://github.com/nilo19))
- Fix: fix a potential data race issue in unit test ([#848](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/848), [@nilo19](https://github.com/nilo19))
- Fix: ignore the case when comparing azure tags in service annotation ([#791](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/791), [@nilo19](https://github.com/nilo19))
- Fix: remove VMSS instances from SLB backend pool only when they are explicitly labeled
fix: remove VMSS from SLB backend pool only when necessary ([#856](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/856), [@feiskyer](https://github.com/feiskyer))

### Other (Cleanup or Flake)

- Chore: detect data race in unit tests ([#849](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/849), [@nilo19](https://github.com/nilo19))
- Chore: logging the service body when service controller invokes the cloud provider ([#778](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/778), [@nilo19](https://github.com/nilo19))
- Fix: report an error when route table name is not configured ([#819](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/819), [@feiskyer](https://github.com/feiskyer))

### Uncategorized

- Fix: skip instance not found when decoupling vmss from lb ([#842](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/842), [@nilo19](https://github.com/nilo19))
- Fix: switch to sync detach disk ([#790](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/790), [@andyzhangx](https://github.com/andyzhangx))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._
65 changes: 65 additions & 0 deletions site/content/en/blog/releases/v1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: "v1.1.2"
linkTitle: "v1.1.2"
date: 2021-10-21
description: >
Cloud Provider Azure v1.1.2
---

# Changelog since v1.1.1

## Changes by Kind

### Feature

- Adds support for the Cloud Node Manager to run as a Windows Service. This can be enabled using the --windows-service flag. ([#823](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/823), [@JoelSpeed](https://github.com/JoelSpeed))
- Chore: rename tag key for CSI drivers ([#799](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/799), [@andyzhangx](https://github.com/andyzhangx))
- Feat: Adds windows server 2022 build ([#821](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/821), [@nick5616](https://github.com/nick5616))
- Feat: add AccessTier in file share creation interface ([#781](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/781), [@andyzhangx](https://github.com/andyzhangx))
- Feat: add AllowBlobPublicAccess setting in storage account creation ([#784](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/784), [@andyzhangx](https://github.com/andyzhangx))
- Feat: only restart all controllers after stopping if needed ([#832](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/832), [@nilo19](https://github.com/nilo19))
- Feat: reduce vmss cache refresh in parallel disk attach/detach ([#803](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/803), [@andyzhangx](https://github.com/andyzhangx))
- Feat: support creating account if not exists when account name is provided ([#786](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/786), [@andyzhangx](https://github.com/andyzhangx))
- Prefix 'k8s-azure-' has been added to the following tags:

Legacy Tag | New Tag | Comment
-- | -- | --
service | k8s-azure-service | Applied on public IP
kubernetes-cluster-name | k8s-azure-cluster-name | Applied on public IP
kubernetes-dns-label-service | k8s-azure-dns-label-service | Applied on public IP

To keep backward compability, the legacy tags on existing public IP would not be removed, but newly created public IPs would only get the new tags. ([#815](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/815), [@feiskyer](https://github.com/feiskyer))

### Bug or Regression

- **Release note**: ([#780](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/780), [@andyzhangx](https://github.com/andyzhangx))
- Fix detach disk issue on deleting vmss node ([#774](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/774), [@andyzhangx](https://github.com/andyzhangx))
- Fix: consolidate logs for instance not found error ([#794](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/794), [@feiskyer](https://github.com/feiskyer))
- Fix: do not crash if the region does not support zones ([#850](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/850), [@nilo19](https://github.com/nilo19))
- Fix: do not delete the lb that does not exist ([#860](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/860), [@nilo19](https://github.com/nilo19))
- Fix: fix a potential data race issue in unit test ([#848](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/848), [@nilo19](https://github.com/nilo19))
- Fix: ignore the case when comparing azure tags in service annotation ([#791](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/791), [@nilo19](https://github.com/nilo19))
- Fix: remove VMSS instances from SLB backend pool only when they are explicitly labeled
fix: remove VMSS from SLB backend pool only when necessary ([#856](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/856), [@feiskyer](https://github.com/feiskyer))

### Other (Cleanup or Flake)

- Chore: detect data race in unit tests ([#849](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/849), [@nilo19](https://github.com/nilo19))
- Chore: logging the service body when service controller invokes the cloud provider ([#778](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/778), [@nilo19](https://github.com/nilo19))
- Fix: report an error when route table name is not configured ([#819](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/819), [@feiskyer](https://github.com/feiskyer))

### Uncategorized

- Fix: skip instance not found when decoupling vmss from lb ([#842](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/842), [@nilo19](https://github.com/nilo19))
- Fix: switch to sync detach disk ([#790](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/790), [@andyzhangx](https://github.com/andyzhangx))

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

0 comments on commit 20a2b8c

Please sign in to comment.