Bosh Openstack Cpi Release Versions Save

BOSH OpenStack CPI

v55

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v54...v55

v54

7 months ago

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: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v53...v54

v53

11 months ago

v52

1 year ago

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

New Contributors

Full Changelog: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v51...v52

v51

1 year ago

v50

1 year ago

What's Changed

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

New Contributors

Full Changelog: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v49...v50

v49

1 year ago

v48

1 year ago

What's Changed

  • Fix broken offline environment create-env by @nouseforaname in https://github.com/cloudfoundry/bosh-openstack-cpi-release/pull/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

Full Changelog: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v47...v48

v47

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/cloudfoundry/bosh-openstack-cpi-release/compare/v46...v47

v46

2 years ago

What's Changed