Skip to content

Commit

Permalink
Release 0.17.0.beta.3, better detection of WinRM IP address.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Mar 26, 2015
1 parent 78b8178 commit 1fc8523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.17.0.beta.3 / 2015-03-25

* Pull request [#155][]: Use the vagrant-winrm Vagrant plugin to resolve VM IP address. See PR for details. ([@fnichol][])


## 0.17.0.beta.2 / 2015-03-25

* Relax version constraint on Test Kitchen. ([@fnichol][])
Expand Down Expand Up @@ -252,6 +257,7 @@ The initial release.
[#148]: https://github.com/test-kitchen/kitchen-vagrant/issues/148
[#151]: https://github.com/test-kitchen/kitchen-vagrant/issues/151
[#154]: https://github.com/test-kitchen/kitchen-vagrant/issues/154
[#155]: https://github.com/test-kitchen/kitchen-vagrant/issues/155
[@Annih]: https://github.com/Annih
[@Igorshp]: https://github.com/Igorshp
[@RobertRehberg]: https://github.com/RobertRehberg
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ module Kitchen
module Driver

# Version string for Vagrant Kitchen driver
VAGRANT_VERSION = "0.17.0.dev"
VAGRANT_VERSION = "0.17.0.beta.3"
end
end

0 comments on commit 1fc8523

Please sign in to comment.