Skip to content

Releases: cloudfoundry/bosh-openstack-cpi-release

v55.0.4

26 Mar 20:38

Choose a tag to compare

Package Updates:

  • Updates openstack-ruby-3.1 from 3.1.6 to 3.1.7

Full Changelog: v55.0.3...v55.0.4

v55.0.3

15 Mar 17:00

Choose a tag to compare

Fixed CVEs:

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

06 Mar 19:50

Choose a tag to compare

Package Updates:

  • Updates golang-1-linux from 1.24.0 to 1.24.1

Full Changelog: v55.0.1...v55.0.2

v55.0.1

01 Mar 00:37

Choose a tag to compare

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

New Contributors

Full Changelog: v55...v55.0.1

v55

17 May 23:58

Choose a tag to compare

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

Full Changelog: v54...v55

v54

06 Oct 22:51

Choose a tag to compare

v54

What's Changed

  • Prefix ruby package so it is less likely to conflict with other ruby-release packages that are deployed at the same time
  • Remove old CI pipelines and tasks

Full Changelog: v53...v54

v53

23 Jun 13:25

Choose a tag to compare

v53

What's Changed

  • Update ruby deps and add assume role support by @lnguyen in #266

Full Changelog: v52...v53

v52

26 Apr 19:38

Choose a tag to compare

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

03 Nov 18:07

Choose a tag to compare

v51

What's Changed

New Contributors

Full Changelog: v50...v51

v50

26 Oct 20:41

Choose a tag to compare

v50

What's Changed

  • #256 fixes #254, errors in an internetless environment caused by a missing gem.

New Contributors

Full Changelog: v49...v50