-
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 #516 from feiskyer/release-docs-update
Prepare release notes for release v0.7.1
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: "v0.7.1" | ||
linkTitle: "v0.7.1" | ||
date: 2021-02-24 | ||
description: > | ||
Cloud Provider Azure v0.7.1 | ||
--- | ||
|
||
# Changelog since v0.7.0 | ||
|
||
## Changes by Kind | ||
|
||
### Feature | ||
|
||
- Feat: Add service annotation `ServiceAnnotationDenyAllExpectSourceRanges` ([#487](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/487), [@nilo19](https://github.com/nilo19)) | ||
- Feat: skip account matching with special tags ([#490](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/490), [@andyzhangx](https://github.com/andyzhangx)) | ||
- Feat: vm client changes for Azure Stack Hub support ([#477](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/477), [@JesusAlvarezTorres](https://github.com/JesusAlvarezTorres)) | ||
- Implement cloudprovider.InstancesV2 interface ([#466](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/466), [@nilo19](https://github.com/nilo19)) | ||
- Support etag when putting network interface. ([#483](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/483), [@nilo19](https://github.com/nilo19)) | ||
- Updates all the references for azure network API to point to `2020-07-01` which is the latest API Version ([#502](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/502), [@MirzaSikander](https://github.com/MirzaSikander)) | ||
|
||
### Bug or Regression | ||
|
||
- Aggregate errors when putting vmss ([#482](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/482), [@nilo19](https://github.com/nilo19)) | ||
- Output the actual error when VMSS PUT fails rather than the error from the previous GET ([#486](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/486), [@devigned](https://github.com/devigned)) | ||
|
||
### Other (Cleanup or Flake) | ||
|
||
- Add e2e test for annotation `service.beta.kubernetes.io/azure-deny-all-except-load-balancer-source-ranges` ([#489](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/489), [@nilo19](https://github.com/nilo19)) | ||
- Add log level in armclient ([#497](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/497), [@nilo19](https://github.com/nilo19)) |