Skip to content

bosh-aws-cpi/47

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

Release Notes

  • Encode registry password when rendering URI
  • Switch default virtualization type to HVM when creating stemcells
    • Stemcells can still specify virtualization_type: paravirtual in stemcell.MF’s cloud properties
  • Deprecate configure_networks CPI call

Usage

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

- name: "bosh-aws-cpi"
  version: "47"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=47"
  sha1: "991dce08ed1928916fc707c16d4fa06611c3e4b9"

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

bosh upload-release --sha1 991dce08ed1928916fc707c16d4fa06611c3e4b9 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-aws-cpi-release?v=47"

Jobs

Packages