Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiamarchi committed Aug 10, 2015
1 parent 92d8687 commit 55d2cba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 0.7.0 (August, 10, 2015)

FEATURES:

- Access to obtained floating IP from provisioner phase [#205](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/205)

IMPROVEMENTS:

- Autodetect new version of the provider and provide info message to update [#132](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/132)
- Documentation for the `ssh_timeout` option [#230](https://github.com/ggiamarchi/vagrant-openstack-provider/pull/230)

BUG FIXES:

- scheduler_hints ignored due to incorrect json tag in create request [#231](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/231)
- delete_keypair_if_vagrant throws exception if key_name is missing [#238](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/238)
- Fix Vagrant 1.4 bug, extra_data attr not found [#211](https://github.com/ggiamarchi/vagrant-openstack-provider/issues/211)
- Add suffix /tokens in auth url if missing [#208](https://github.com/ggiamarchi/vagrant-openstack-provider/pull/208)

# 0.6.1 (January 30, 2015)

IMPROVEMENTS:
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
Expand Up @@ -4,7 +4,7 @@ module Openstack
# Stable versions must respect the pattern given
# by VagrantPlugins::Openstack::VERSION_PATTERN
#
VERSION = '0.6.1'
VERSION = '0.7.0'

#
# Stable version must respect the naming convention 'x.y.z'
Expand Down

0 comments on commit 55d2cba

Please sign in to comment.