Skip to content

Releases: cloudfoundry/bosh-aws-cpi-release

v67

19 Oct 21:26
Compare
Choose a tag to compare
v67
  • Added global aws.encrypted and aws.kms_key_arn to set global configuration to be applied for persistent,
    ephemeral and root disks
  • Bump Ruby to 2.4 (from bosh-packages/ruby-release)

v64

20 Apr 18:12
Compare
Choose a tag to compare
v64
  • Fixes VM creation with elastic IPs on old AWS accounts that still support AWS Classic

v63

15 Apr 02:07
Compare
Choose a tag to compare
v63

Known Issues:

  • VM creation fails on old AWS accounts that still support AWS Classic. Will be fixed in 64+. Following error may be shown:

Aws::EC2::Errors::InvalidParameterCombination You must specify an allocation id when mapping an address to a VPC instance

Updates:

  • Updated to AWS SDK v2
  • Adds albs support (similar to elbs)
  • Adds ability to encrypt root disks with latest AWS stemcells (3363.15)
    • Use bosh2 repack-stemcell ..in.tgz ..out.tgz --cloud-properties '{"encrypted":true, "kms_key_arn":"..."}' before importing stemcell
  • Automatically retry InternalServer error

v62

30 Nov 23:06
Compare
Choose a tag to compare
v62
  • Improve errors messages for missing cloud properties in create_vm CPI call
  • Fix problem with finding root disks for Windows stemcells

v61

16 Nov 23:39
Compare
Choose a tag to compare
v61
  • Switched to using gp2 as default disk type for all disks (root, ephemeral and persistent)
  • Updated bosh_cpi gem to work with multi-cpi Director features

v60

09 Sep 23:03
Compare
Choose a tag to compare
v60
  • Ensures that source_dest_check=false (already happens by default) SDK call is not made to avoid requiring extra permissions

v59

06 Sep 17:53
Compare
Choose a tag to compare
v59
  • Added source_dest_check to automatically allow disabling source destination check on the VM [PR https://github.com//pull/38]

v58

30 Aug 01:51
Compare
Choose a tag to compare
v58
  • Added advertised_routes to automatically set routes to created VMs [PR https://github.com//pull/37]

v57

11 Aug 17:38
Compare
Choose a tag to compare
v57
  • Quote proxy env variables

v56

20 Jul 03:15
Compare
Choose a tag to compare
v56
  • Switched to gp2 disk type as default for all disks
  • Implemented calculate_vm_cloud_properties CPI method (for future use)