Skip to content

v23

Compare
Choose a tag to compare
@AbelHu AbelHu released this 01 Apr 08:42
· 789 commits to master since this release

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.