Skip to content

Releases: cloudfoundry/bosh-openstack-cpi-release

v55

17 May 23:58
Compare
Choose a tag to compare

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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v51

What's Changed

New Contributors

Full Changelog: v50...v51

v50

26 Oct 20:41
Compare
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

v49

15 Sep 11:21
Compare
Choose a tag to compare
v49

Update to Ruby 3.1.2
Full Changelog: v48...v49

v48

02 Aug 02:02
Compare
Choose a tag to compare
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

Full Changelog: v47...v48

v47

16 Jul 05:01
Compare
Choose a tag to compare
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

Full Changelog: v46...v47

v46

13 Oct 23:22
Compare
Choose a tag to compare
v46

What's Changed

  • Fix test description for a not even resize value by @beyhan in #240
  • Update to ruby-2.7 [fixes #238]