Releases: cloudfoundry/bosh-azure-cpi-release
Releases · cloudfoundry/bosh-azure-cpi-release
v44.0.0
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
- @thoHeinze made their first contribution in #682
- @ystros made their first contribution in #683
Full Changelog: v43.0.0...v44.0.0
v43.0.0
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
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
- Improve JSON parsing speed by using FastJsonParser by @mvach in #675
- Ephemeral os disk by @HappyTobi in #674
- Remove config disk support by @jpalermo in #676
New Contributors
- @mvach made their first contribution in #675
- @HappyTobi made their first contribution in #674
Full Changelog: v41.0.0...v42.0.0
v41.0.0
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
- @fearoffish made their first contribution in #669
Full Changelog: v40.0.0...v41.0.0
v40.0.0
What's Changed
- Bump to Ruby 3.1.2
- Fix broken offline environment create-env by @nouseforaname in #668
New Contributors
- @nouseforaname made their first contribution in #668
Full Changelog: v39.0.0...v40.0.0
v39.0.0
What's Changed
- Rubocop fixes for #653 by @Justin-W in #658
- Implement API method resize_disk for managed disks by @vicwicker in #660
- use Ruby 3.1 by @ramonskie in #659
- Monkey Patch: URI.escape (to support Ruby 3.1) by @danielfor in #663
- Support for building on arm64-darwin platform
New Contributors
- @vicwicker made their first contribution in #660
- @danielfor made their first contribution in #663
Full Changelog: v38.0.0...v39.0.0
v38.0.0
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 inazure_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
v37.5.0
Bug fixes:
- CPI v37.3.1 failes to delete stemcells fixed in: #636 (thanks @mvach and @ramonskie)