Skip to content

Releases: cloudfoundry/bosh-azure-cpi-release

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

v41.0.0

03 Nov 14:19
Compare
Choose a tag to compare

What's Changed

  • Bump Ruby 3.1 to support Clang
  • Bump nokogiri with security fixes by @fearoffish in #669
  • Bump nokogiri from 1.13.1 to 1.13.9 in /src/bosh_azure_cpi by @dependabot in #673

New Contributors

Full Changelog: v40.0.0...v41.0.0

v40.0.0

15 Sep 11:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v39.0.0...v40.0.0

v39.0.0

28 Apr 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v38.0.0...v39.0.0

v38.0.0

02 Feb 14:18
Compare
Choose a tag to compare

What's Changed

  • Bump addressable from 2.7.0 to 2.8.0 in /src/bosh_azure_cpi by @dependabot in #639
  • Make agent credentials optional for accessing blobstore with signed URLs enabled by @bgandon in #642
  • Update development.md with additional chruby setup info by @Justin-W in #647
  • Manually update vendored gems by @Justin-W in #649
  • Fix Rubocop dependencies and config by @Justin-W in #650
  • issue-652: Updated the PR template, per the request of @rkoster. by @Justin-W in #654
  • Added @return doc comment annotations to methods in azure_client.rb. by @Justin-W in #655
  • Unit test fixes and enhancements by @Justin-W in #657
  • Fixed the Bosh::AzureCloud::Cloud.initialize method's signature so … by @Justin-W in #656
  • Issue 644 Support for multiple AGWs/LBs and named backend pools by @Justin-W in #651

New Contributors

Full Changelog: v37.6.0...v38.0.0

v37.6.0

20 Jul 16:41
Compare
Choose a tag to compare

New Features

  • Adds support for multiple load balancers. (Merges in PR #638.)

v37.5.0

18 May 12:45
Compare
Choose a tag to compare

v37.4.0

11 May 12:22
Compare
Choose a tag to compare
  • Restore the ability to specify tags via cloud_properties ce9c2a2