Skip to content

Commit

Permalink
Document latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
carletes committed Aug 11, 2014
1 parent 9d57d0b commit ad6d5cd
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
Changes in the development version
==================================

Backwards-compatible changes
----------------------------
Backwards-incompatible changes
------------------------------

* Volumes may be hot-plugged.
* The Vagrant plugin `vagrant-libcloud-helper`_ is now required for
attaching storage volumes to nodes.

* Virtualbox shared folders are disabled, in order to make Vagrant boxes
resemble more closely nodes created by other providers.


Backwards-compatible changes
----------------------------

* Storage volumes can be hot-plugged (if the host operating system
supports it).

* Vagrant node instances have an extension attribute called ``ex_ssh_client``,
a context manager wrapping an instance of ``libcloud.compute.ssh.SSHClient``.

* The Vagrant plugin `vagrant-proxyconf`_, if available in the host
system, is set up in order to allow node deployments behind an HTTP
proxy.


Changes in version 0.3.0
========================
Expand Down Expand Up @@ -71,3 +83,7 @@ Bug fixes
Changes in version 0.1.0
========================
Initial release.


.. _vagrant-libcloud-helper: https://github.com/carletes/vagrant-libcloud-helper
.. _vagrant-proxyconf: https://github.com/tmatilai/vagrant-proxyconf

0 comments on commit ad6d5cd

Please sign in to comment.