Skip to content

cloud-provider-azure v0.7.1

Compare
Choose a tag to compare
@feiskyer feiskyer released this 24 Feb 02:57
· 5274 commits to master since this release
c25506a

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)

Other (Cleanup or Flake)

  • Add e2e test for annotation service.beta.kubernetes.io/azure-deny-all-except-load-balancer-source-ranges (#489, @nilo19)
  • Add log level in armclient (#497, @nilo19)