Skip to content

v22

Compare
Choose a tag to compare
@AbelHu AbelHu released this 17 Mar 15:57
· 810 commits to master since this release

New Features:

  • Support GermanCloud.

  • Support light stemcells.

  • Support to create Windows VM with managed disks.
    Need to add below configs in global azure properties in bosh.yml.

    azure:
      windows:
        username: xxxx # Admin user to use when spinning up new Windows VMs. Only available for Windows
        password: xxxx # Password to use when spinning up new Windows VMs. Only available for Windows
    

Fixes:

  • Fix an issue in v21 that old compute API version does not support sku property in AzureChinaCloud
  • Fix an issue in v21 that it wrongly sets permission of the container stemcell when storage accounts are premium.

Development: