Skip to content

Releases: cloudfoundry/bosh-azure-cpi-release

v49.0.0

15 Apr 16:03
Compare
Choose a tag to compare

What's Changed

  • Bump to Ruby 3.2.3 by @mvach in #692
  • Fix failing unit tests after bumping to Ruby 3.2.3 by @mvach in #693

Full Changelog: v48.0.1...v49.0.0

v48.0.1

21 Feb 02:03
Compare
Choose a tag to compare

What's Changed

  • Add guard in case OpenSSL::SSL::OP_IGNORE_UNEXPECTED_EOF is not defined

Full Changelog: v48.0.0...v48.0.1

v48.0.0

19 Feb 09:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v47.0.1...v48.0.0

v47.0.1

18 Jan 00:58
Compare
Choose a tag to compare

What's Changed

  • Fixed bug where usage of the ephemeral_disk.use_root_disk flag would crash the CPI while creating a VM

Full Changelog: v47.0.0...v47.0.1

v47.0.0

16 Jan 04:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v46.0.0...v47.0.0

v46.0.0

23 Jun 18:06
Compare
Choose a tag to compare

What changed?

  • Update to Ruby 3.1.4
  • Update gems

Full Changelog: v45.0.0...v46.0.0

v45.0.0

13 Jun 11:43
Compare
Choose a tag to compare

What's Changed

  • Prevent gcc version check for non xenial stemcells by @anshrupani in #685
  • fix script not to depend on brew command by @ten4o in #684

New Contributors

Full Changelog: v44.0.0...v45.0.0

v44.0.0

27 Apr 05:11
Compare
Choose a tag to compare

Breaking Changes

This version of the CPI removes the ability to configure blobstore settings for a deployed VM using the CPI. The standard way to configure blobstore settings is to send them as part of the agent environment section, e.g:

env:
  bosh:
    blobstores: [
      ...
    ]

For bosh create-env deployments, this configuration is under the resource_pools section of the manifest. You can refer to this example in bosh-deployment.

If you do not set blobstore settings under the agent environment section, your deployment may go unresponsive when upgrading to this CPI.

What's Changed

  • Fix links to Azure REST API specs by @thoHeinze in #682
  • Remove blobstore info from IaaS metadata endpoints by @ystros in #683

New Contributors

Full Changelog: v43.0.0...v44.0.0

v43.0.0

03 Apr 21:23
Compare
Choose a tag to compare

What's Changed

  • [Bugfix] fix VM create error caused by VM image not ready by @MSSedusch in #678
  • [Bugfix] Update azure compute api version in China, US Government, and Germany regions to match version used in the "general" region @klakin-pivotal in #681
  • [Bugfix] Allow Azure CPI to continue to work on Xenial stemcells. by @lnguyen in #680

Full Changelog: v42.0.0...v43.0.0

v42.0.0

08 Dec 18:41
Compare
Choose a tag to compare

Warning

  • Some of the Azure API versions were bumped in this release. This has required the change of several of the payloads and responses from the API. The integration tests caught many issues, but others may exist.

What's Changed

New Contributors

Full Changelog: v41.0.0...v42.0.0