Skip to content

Releases: cloudfoundry/bosh-aws-cpi-release

v88

28 Jul 19:06
Compare
Choose a tag to compare
v88

Updates

  • Changes default volume type from gp2 to gp3. This change will not cause VMs to be automatically created. Users that wish to have their VMs use gp3 will need to manually re-create their VMs.

v87

24 May 18:38
Compare
Choose a tag to compare
v87

Updates

  • Update instances types chosen for vm_resources 2ad915a
    Warning: when using vm_resources in an existing deployment, updating to this version of the cpi, will recreate your instances.

v86

13 Apr 16:15
Compare
Choose a tag to compare
v86

Updates

  • Bumps ruby and ruby gems version which solves a issue where rootless containers can't untar rubygems. See: cloudfoundry/bosh-package-ruby-release#18
  • Small permission tweaks for create-env, which may help move us to being able to use heavy aws stemcells more easily.

v85

02 Mar 01:03
Compare
Choose a tag to compare
v85

Additions

  • Add additional NVME instance types

v84

20 Jan 00:53
Compare
Choose a tag to compare
v84

Fixes

  • Removes a call which prints iaas creds in debug logs on stemcell upload: 3712af4

Updates

  • Bumped Rake version

v83

20 Jul 17:34
Compare
Choose a tag to compare
v83

Bug fixes

  • Fixes a bug where spot instances and tags cause errors. Creates tags for spot instances correctly #105 Thanks @tlwr

v82

06 Mar 17:19
Compare
Choose a tag to compare
v82

Additions

  • Added more Nitro-based instance families

v81

22 Jan 18:38
Compare
Choose a tag to compare
v81

Features

  • Upgrade Ruby from 2.4.4 to 2.6.5

v80

07 Jan 21:29
Compare
Choose a tag to compare
v80

Features:

Fixes:

  • heavy stemcells can be uploaded to directors using NVMe storage #170363068

v78

09 Oct 17:50
Compare
Choose a tag to compare
v78

Features

  • Heavy stemcells work when director is deployed to newer instance types (#166525318)
  • Add tags to create VM method (#167657971)
  • Remove unnecessary describe_subnet calls (#166975601)