Sha256: 8ec1df9f406595fa3298fd1e171ef3962443c13f31f5c6796c4599336a5da69b

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

vagrant-auto_network
====================

1.0.0
-----

2014-05-05

This is a mostly-backwards compatible feature release.

For this release, serialization format has been completely re-written to add
support for multiple providers and to better manage global state and guard
against race conditions. Care has been taken to support existing AutoNetwork
environments, but it is possible that some breakage will occur.

Specifically, the following issues have been addressed:

  * (GH-12) Support for more than just the VirtualBox provider. The
		implementation has been tested against the VMware Fusion provider but
		should be general enough to support other providers as well.

  * (GH-2) The infamous `0.0.0.0` hack is no longer necessary when using
	  AutoNetwork.

  * (GH-6) The IP address pools managed by AutoNetwork are now backed by a
	  storage mechanism that offers more resiliance to race conditions and data
		loss from aborted actions.


0.2.2
-----

2014-03-19

This is a backwards compatible feature release

  * (GH-7) Only use load_pool middleware when Vagrant environment is fully
    initialized.


0.2.1
-----

2013-08-10

  * Fix issue where running vagrant outside of an environment could cause
    stacktraces.

0.2.0
-----

2013-08-07

This is a backwards compatible feature release. It reimplements the
auto_network functionality as part of the :private_network network config
method. It also implements persistent leases so that machines in different
Vagrant environments all have unique addresses.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-auto_network-1.0.0.beta1 CHANGELOG