Skip to content

cloud-provider-azure v1.0.1

Compare
Choose a tag to compare
@nilo19 nilo19 released this 21 Jun 06:47
· 5040 commits to master since this release
cc2d89d

Cloud Provider Azure v1.0.1 includes several critical bug fixes and new features. The images are available at:

  • mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.1
  • mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.1

Changes by Kind

Documentation

  • Chore: update docs for service tags NSG (#647, @feiskyer)
  • Docs: add 'securityGroupResourceGroup' cloud-config value (#668, @aslafy-z)

Failing Test

  • Fix: serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match (#649, @feiskyer)

Bug or Regression

  • Do not set cached Sku when updating VMSS and VMSS instances (#630, @feiskyer)
  • Fix: cleanup outdated routes (#661, @nilo19)
  • Fix: make tags case-insensitive for both keys and values (#669, @nilo19)

Other (Cleanup or Flake)

  • Chore: add e2e test for byo public IP (#627, @nilo19)
  • Chore: add more buckets for operation metrics (#656, @andyzhangx)
  • Chore: only reconciling routes in cloud controller manager (#671, @nilo19)
  • Chore: set default config secret name and namespace (#662, @nilo19)
  • Fix: wait for the success of the initial run of syncRegionZonesMap (#646, @nilo19)
  • Update Azure Go SDK to v55.0.0 (#643, @feiskyer)
  • Upgrade to 2020-02-01/storage (#628, @andyzhangx)
  • Add CreateOrUpdateBackendPools() interface for LoadBalancer client (#620, @feiskyer)
  • Feat: add NFSv3 account creation support (#633, @andyzhangx)
  • Fix: no sleep when GetDisk is throttled (#629, @andyzhangx)