Skip to content

v37.0.0

Compare
Choose a tag to compare
@dsboulder dsboulder released this 18 Oct 21:15
· 417 commits to master since this release

New features:

  • Allow operator to only clean out the default storage account when stemcells are deleted, in case they do not have access to some of the accounts in the subscription (PR #612, thanks @ahelal!). Warning: If you enable this feature, it will leave orphaned stemcell VHDs if you use additional storage accounts on top of the default one.
  • create_vm now adds tags specified in the deployment manifest, merged with the existing ones from the CPI, allowing operators to use azure security policies around tags (#615, thanks @h4xnoodle!)

Bug Fixes:

  • CPI should now ignore errors around storage containers already existing, likely caused by race conditions (PR #574, thanks @andyliuliming!)