Skip to content

v25

Compare
Choose a tag to compare
@AbelHu AbelHu released this 06 Jul 02:34
· 747 commits to master since this release

New Features:

  • VM is created in the same location with the virtual network instead of the storage account. #274

Fixes:

  • Handle the connection reset error to azure blob storage. #268

  • Retry once and only once if CPI receives AzureConflictError when deleting a managed disk. #269

  • Specify the disk size when attaching an unmanaged disk. Otherwise, the disk size can't be shown by Azure Portal or Azure CLI. #275

  • Uses the same SCSI host device ID for AzureStack as Azure so that it works correctly with the stemcell v3232.5+. #276

  • Update resource provider API versions for AzureStack. #285

Improvements:

Docs:

  • Provide a checklist before migrating to managed disks. #271

Development:

  • Bump rake & spec & other gems. #279

  • Add the integration test cases for azure_cpi. #273

  • Seperate test cases for cloud.rb into different files, and increase coverage rate. #277