This repository has been archived by the owner on Jan 30, 2021. It is now read-only.
Releases: Azure/vagrant-azure
Releases · Azure/vagrant-azure
v2.0.0 Vagrant Azure for Azure Resource Manager
This major release of Vagrant-Azure marks the move to Azure Resource Manager and template based deployment of Vagrant boxes. The release supports modern Azure networking and compute stacks as well as Managed Disks and custom VHDs.
Preview 8: Managed Disks
- Added support for managed disks
- Added support for custom VHDs using managed VM image import
- Added support for managed image references
- Refactored templates into smaller chunks and started adding specs around them
- Added travis configuration with gem deployment
- Adding documentation for common scenarios
- Updated to the latest Azure Ruby SDK
Preview 7: Fix Faraday Issue in 0.12.0.1
Lock to Faraday 0.11.0 until ms_rest corrects an issue with ssl_options. See: #182 (comment)
Preview 6 - Bug fix
- require plugin version
Preview 5 - Bug fix for preview 4
- bug fix for reference to plugin version number
2.0 Preview 4
- Open of custom ranges of tcp endpoints #162
- Add user-agent into the ARM requests #163
- Add timestamp to deployment name #165
Thank you to @ddanciu, @matt-richardson and @vishrutshah
Add availability sets and wait on destroy
- #159 wait on all resources to deleted before ack'ing a destroy
- #136 adds availability sets functionality. Thank you to @Codethestars for the contribution.
Windows Support + Updated Ruby SDK
This release reintroduces Windows support. It also contains multiple fixes for issues #150, #153, #149, #147.
Notable Changes:
- Windows Support! Thank you, @matt-richardson!
- Updated dummy.box in the root of the repo
- Update the Azure SDK libs to 0.8.0
- Update to use Premium storage for faster deployments
- Don't wait on destruction of the resource group, but just issue the delete call
- Update the VM to Standard_DS2_v2 by default
- Don't default to NFS, but rather fall back to rsync by default
- Default admin username and password, which was causing failures when spinning up a default linux box
- Remove boot diagnostics from the VM to simplify the storage dependency and speed up provisioning
Preview 1 of Vagrant-Azure for Azure Resource Manager
This release marks the first preview of Vagrant-Azure for Azure Resource Manager. Major changes:
- Azure Active Directory is the means of authentication, no more need for building a cert for Azure
- Simplified resource structure and templating for building VMs in Azure
- No multi box support (coming)
- No Windows support (coming)
- Azure will never see your private key. We only use your public key when making a new VM in Azure.