v23
New Features:
- Support Windows heavy and light stemcells for both managed disks and unmanaged disks.
- Do not need to set
windows.username
andwindows.password
inbosh.yml
.username
andpassword
are required when creating Windows VMs but BOSH never use it, so CPI automatically generates 15 secure random characters asusername
and 72 secure random characters aspassword
. - Disable Windows AutoUpdate. Users always use new stemcells for update.
- Do not need to set
- 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.
- Credentials only can be logged when