Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Releases: Azure/vagrant-azure

v2.0.0 Vagrant Azure for Azure Resource Manager

15 Sep 20:49
Compare
Choose a tag to compare

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

20 Apr 00:09
Compare
Choose a tag to compare
Pre-release
  • 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

04 Apr 22:03
Compare
Choose a tag to compare

Lock to Faraday 0.11.0 until ms_rest corrects an issue with ssl_options. See: #182 (comment)

Preview 6 - Bug fix

28 Feb 18:10
Compare
Choose a tag to compare
Preview 6 - Bug fix Pre-release
Pre-release
  • require plugin version

Preview 5 - Bug fix for preview 4

27 Feb 23:33
Compare
Choose a tag to compare
Pre-release
  • bug fix for reference to plugin version number

2.0 Preview 4

26 Feb 15:30
Compare
Choose a tag to compare
2.0 Preview 4 Pre-release
Pre-release
  • 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

03 Feb 17:17
Compare
Choose a tag to compare
  • #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

02 Feb 01:45
Compare
Choose a tag to compare
Pre-release

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

07 Apr 22:46
Compare
Choose a tag to compare

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.

Vagrant-Azure v1.3.0

06 Oct 07:48
Compare
Choose a tag to compare