Skip to content

Releases: cloudfoundry/bosh-azure-cpi-release

v37.3.1

14 Apr 22:55
Compare
Choose a tag to compare

Updates

Thanks @rkoster

v37.3.0

10 Aug 16:00
Compare
Choose a tag to compare

Features

  • Reduces calls to Azure API, potentially helping throttling issues #628. Thanks @bingosummer

v37.2.0

23 Jan 18:03
Compare
Choose a tag to compare

This is the corrected 37.2.0 release.

Bug Fixes

  • Tags sent by the Bosh Director through set_vm_metadata will now be replaced instead of upserted. It was impossible to remove tags through a Bosh deploy.

v37.1.0

17 Jan 19:24
Compare
Choose a tag to compare

Bad release, please do not use. 37.2.0 is the corrected release.

v37.0.0

18 Oct 21:15
Compare
Choose a tag to compare

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

11 Jun 16:19
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue #613 where azure stack does not provide a "sku" attribute on public IP addresses and the CPI assumed that it did.

v35.5.3

11 Jun 23:22
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue #613 where azure stack does not provide a "sku" attribute on public IP addresses and the CPI assumed that it did.

v35.4.3

11 Jun 16:32
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue #613 where azure stack does not provide a "sku" attribute on public IP addresses and the CPI assumed that it did.

v36.0.0

07 May 20:44
Compare
Choose a tag to compare

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 return api_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+.

v35.5.2

18 Apr 21:59
Compare
Choose a tag to compare

Fixes:

  • Azure REST GET should respect nextLink when list resources (#610)
  • Public IP addresses created on VMs in AZs will use Standard SKU (#608)

Note: due to CI semver resource design we accidentally skipped patch 1, so there was never a 35.5.1 published