Releases: cloudfoundry/bosh-openstack-cpi-release
Releases · cloudfoundry/bosh-openstack-cpi-release
v55.0.4
v55.0.3
Fixed CVEs:
- CVE-2025-27788: Out-of-bounds Read in Ruby JSON Parser
What's Changed
- Other than the fixed CVE, only CI changes have been made. None of them are relevant to users of the CPI.
New Contributors
Full Changelog: v55.0.2...v55.0.3
v55.0.2
v55.0.1
Package Updates:
- Updates golang-1-linux to 1.24.0
- Updates openstack-ruby-3.1 from 3.1.5 to 3.1.6
What's Changed
- Un-pin test gems by @aramprice in #283
- Remove unused test gems by @aramprice in #286
- Fix rubocop errors by @aramprice in #287
- Add support for virtio-scsi via stemcell cloud properties by @leosco in #280
- Adding multiqueue support for Virtio to the stemcell by @andinod in #289
- Enable CPI Release golang by @OBoehrer in #290
- os agnostic bash path by @h0nIg in #296
New Contributors
- @klakin-pivotal made their first contribution in #275
- @a-hassanin made their first contribution in #278
- @leosco made their first contribution in #280
- @OBoehrer made their first contribution in #290
- @mingxiao made their first contribution in #291
- @h0nIg made their first contribution in #296
Full Changelog: v55...v55.0.1
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