Skip to content

bosh-aws-cpi/54

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-aws-cpi-release. It was created based on the commit 1ec538fe.

Release Notes

  • Include human-readable error messages with VMCreationFailed error
  • Adds suppport for new S3 CLI configuration options
  • Support KMS key id for persistent disks

    • It’s not supported for ephemeral disks unfortunately due to API constraints

      disk_types:
      - name: encrypted_persistent
      disk_size: 20_000
      cloud_properties:
      type: gp2
      encrypted: true
      kms_key_arn: arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef
      

Dev: - Bumped AWS SDK (minor version)

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-aws-cpi"
  version: "54"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=54"
  sha1: "729a0a08c477d36717785bd8f991f2b37bab305b"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 729a0a08c477d36717785bd8f991f2b37bab305b \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=54"

Jobs

Packages