Releases: cloudfoundry/bosh-azure-cpi-release
Releases · cloudfoundry/bosh-azure-cpi-release
v37.5.0
Bug fixes:
- CPI v37.3.1 failes to delete stemcells fixed in: #636 (thanks @mvach and @ramonskie)
v37.4.0
v37.3.1
v37.3.0
Features
- Reduces calls to Azure API, potentially helping throttling issues #628. Thanks @bingosummer
v37.2.0
v37.1.0
v37.0.0
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!)