Skip to content

Commit

Permalink
Merge pull request #516 from feiskyer/release-docs-update
Browse files Browse the repository at this point in the history
Prepare release notes for release v0.7.1
  • Loading branch information
k8s-ci-robot authored Feb 22, 2021
2 parents 03b3e02 + 5a53536 commit c25506a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions site/content/en/blog/releases/v0.7.1.md
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))

0 comments on commit c25506a

Please sign in to comment.