Releases: cloudfoundry/bosh-openstack-cpi-release
Releases · cloudfoundry/bosh-openstack-cpi-release
v55
What's Changed
- Fixing openstack unit tests by @lnguyen in #267
- Remove PowerDNS references by @aramprice in #270
- Remove ops file reference to PowerDNS property by @aramprice in #271
- bump fog openstack gem to new version 1.1.1 & enable application credential authentication by @fmoehler in #272
New Contributors
- @aramprice made their first contribution in #270
- @fmoehler made their first contribution in #272
Full Changelog: v54...v55
v54
v53
v52
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
- Connection through project_id to Openstack by @andinod in #258
- Remove blobstore info from IaaS metadata endpoints by @ystros in #264
New Contributors
Full Changelog: v51...v52
v51
v50
v49
v48
What's Changed
- Fix broken offline environment create-env by @nouseforaname in #251. The update to ruby 3.1 and the new version of bundler that came with it broke some of the bundler flags. This caused bundler to reach out to rubygems which caused failures in environments without internet access.
New Contributors
- @nouseforaname made their first contribution in #251
Full Changelog: v47...v48
v47
What's Changed
- fix property used for multi-homed vms detection by @o-orand in #241
- Make agent credentials optional for accessing blobstore with signed URLs enabled by @bgandon in #242
- add a cloud properties to manage VRRP port check. by @o-orand in #243
- bump cpi to Ruby 3.1 by @ramonskie in #245
- Bump fog-openstack to 1.1.0 to support Cinder v3 API by @yaguangtang in #249
New Contributors
- @o-orand made their first contribution in #241
- @bgandon made their first contribution in #242
- @ramonskie made their first contribution in #245
- @yaguangtang made their first contribution in #249
Full Changelog: v46...v47