bosh-azure-cpi/23
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 4d623f46
.
Release Notes¶
New Features:
- Support Windows heavy and light stemcells for both managed disks and unmanaged disks.
- Do not need to set windows.username
and windows.password
in bosh.yml
. username
and password
are required when creating Windows VMs but BOSH never use it, so CPI automatically generates 15 secure random characters as username
and 72 secure random characters as password
.
- Disable Windows AutoUpdate. Users always use new stemcells for update.
- Support AzureStack TP3.
Fixes:
- Fix #259: Use Json format to store light stemcell information.
- Redact credentials in logs
- Credentials only can be logged when debug_mode
is set to true.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-azure-cpi" version: "23" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=23" sha1: "ebf77f4b0d477fc9659d8de559c50afeec12c964"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 ebf77f4b0d477fc9659d8de559c50afeec12c964 \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=23"