cloud-provider-azure v0.7.1
Cloud Provider Azure v0.7.1 updates Kubernetes vendor to v1.20 and moves to beta. The images are available at
mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v0.7.1
mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v0.7.1
Changelog
Feature
- Feat: Add service annotation
ServiceAnnotationDenyAllExpectSourceRanges
(#487, @nilo19) - Feat: skip account matching with special tags (#490, @andyzhangx)
- Feat: vm client changes for Azure Stack Hub support (#477, @JesusAlvarezTorres)
- Implement cloudprovider.InstancesV2 interface (#466, @nilo19)
- Support etag when putting network interface. (#483, @nilo19)
- Updates all the references for azure network API to point to
2020-07-01
which is the latest API Version (#502, @MirzaSikander)
Bug or Regression
- Aggregate errors when putting vmss (#482, @nilo19)
- Output the actual error when VMSS PUT fails rather than the error from the previous GET (#486, @devigned)