Releases: cloudfoundry/bosh-azure-cpi-release
Releases · cloudfoundry/bosh-azure-cpi-release
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!)
v36.0.1
v35.5.3
v35.4.3
v36.0.0
This release introduces CPI API v2.
As of CPI API v2, the registry is optional. Please see CPI API v2 documentation for more information.
- Updated
info
method to returnapi_version
- Updated
create_vm
to bypass registry when applicable - Updated
attach_disk
to bypass registry when applicable - Registry settings are optional in
cpi.json.erb
and therefore can be omitted in the director's configuration when applicable.
The registry can be completely bypassed if the director is at least v268.3 and the stemcell line is ubuntu-xenial 170.6+.