Skip to content

Releases: cloudfoundry/bosh-aws-cpi-release

v98

26 Apr 19:10
Compare
Choose a tag to compare
v98

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: v97...v98

v97

15 Feb 11:10
Compare
Choose a tag to compare
v97

What's Changed

Full Changelog: v96...v97

v96

01 Dec 06:01
Compare
Choose a tag to compare
v96

What's Changed

Full Changelog: v95...v96

v95

02 Nov 17:43
Compare
Choose a tag to compare
v95

What's changed

  • Update Ruby package to use Clang

Full Changelog: v94...v95

v94

21 Sep 20:32
Compare
Choose a tag to compare
v94

What's Changed

New Contributors

Full Changelog: v93...v94

v93

02 Feb 14:25
Compare
Choose a tag to compare
v93

What's Changed

New Contributors

Full Changelog: v92...v93

v92

17 Dec 16:18
Compare
Choose a tag to compare
v92

What's Changed

  • Adding missing m6i and r6i types to nvme families by @blyles in #121
  • Fast AWS-native disk resize by @bgandon in #123

New Contributors

Full Changelog: v91...v92

v91

18 Nov 14:35
Compare
Choose a tag to compare
v91

What's Changed

  • Configurable timeout factor for IaaS-native disk resize by @bgandon in #119
  • Allow metadata options to be set in cloud properties
  • Added support for IMDSv2

Full Changelog: v90...v91

v90

08 Nov 23:45
Compare
Choose a tag to compare
v90

Updates

  • Increase timeout for volume modification by @jsievers in #117
  • Make agent credentials unnecessary for accessing a DAV blobstore with signed URLs enabled by @bgandon in #118

Bug Fixes

  • Setting root_disk properties are now respected when the size property is not set

v89

06 Oct 19:07
Compare
Choose a tag to compare
v89

Updates

  • Support Volume Resize action. This requires the bosh director to enable this feature, and a stemcell running an agent that also supports this feature.