Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiamarchi committed Apr 30, 2016
1 parent cacad64 commit 466ac02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# 0.7.0 (August, 10, 2015)
# 0.7.2 (May 1, 2016)

IMPROVEMENTS:

- Allow status and ssh to run without a lock #282
- Switch to standard WaitForCommunicator middleware #281

BUG FIXES:

- Run provisioner cleanup when destroying VMs #272
- Windows host provisioning using Winrm #264
- Use only provided ssh key and don't touch the known_hosts #259
- Fix hooks for provisioners #248, #249, #28
- Support standard option config.vm.boot_timeout #227

# 0.7.1 (February 19, 2016)

BUG FIXES:

- Fix dependency to make it work with Vagrant 1.8 #265, #266 , #268
- Fix heat stack create when multiple machines are declared #260
- Fix regression, vagrant provision was broken #240

# 0.7.0 (August 10, 2015)

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

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

0 comments on commit 466ac02

Please sign in to comment.