Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiamarchi committed Jan 30, 2015
1 parent 524024f commit d870837
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.6.1 (January 30, 2015)

IMPROVEMENTS:

- Straightforward syntax to define single networks [#193](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/193)
- Network preference for SSH [#194](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/194)
- Allow lists in flavor values [#189](https://github.com/ggiamarchi/vagrant-openstack-provider/pull/189)
- Allow "wait active" timeout to be configurable [#185](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/185)
- Allow setting timeout value for REST calls [#183](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/183)

BUG FIXES:

- Vagrant openstack reset fails when the instance is not found [#195](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/195)
- Show explicit error when tenant is missing in credentials [#186](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/186)

# 0.6.0 (November 28, 2014)

FEATURES:
Expand Down
2 changes: 1 addition & 1 deletion source/lib/vagrant-openstack-provider/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module Openstack
VERSION = '0.6.0'
VERSION = '0.6.1'
end
end

0 comments on commit d870837

Please sign in to comment.