Skip to content

Commit

Permalink
Release 0.17.0.beta.4, RDP port via vagrant-winrm & VMware CPU polish!
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Mar 26, 2015
1 parent 53e544d commit a2d2aee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## 0.17.0.beta.4 / 2015-03-26

### Bug fixes

* Pull request [#156][]: Use RDPPort value from `vagrant winrm-config` for WinRM Transports. ([@fnichol][])

### Improvements

* Pull request [#152][]: Translate CPU count for VMWare provider. ([@whiteley][])


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

### Bug fixes

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


Expand Down Expand Up @@ -256,8 +269,10 @@ The initial release.
[#147]: https://github.com/test-kitchen/kitchen-vagrant/issues/147
[#148]: https://github.com/test-kitchen/kitchen-vagrant/issues/148
[#151]: https://github.com/test-kitchen/kitchen-vagrant/issues/151
[#152]: https://github.com/test-kitchen/kitchen-vagrant/issues/152
[#154]: https://github.com/test-kitchen/kitchen-vagrant/issues/154
[#155]: https://github.com/test-kitchen/kitchen-vagrant/issues/155
[#156]: https://github.com/test-kitchen/kitchen-vagrant/issues/156
[@Annih]: https://github.com/Annih
[@Igorshp]: https://github.com/Igorshp
[@RobertRehberg]: https://github.com/RobertRehberg
Expand Down Expand Up @@ -293,3 +308,4 @@ The initial release.
[@tknerr]: https://github.com/tknerr
[@tmatilai]: https://github.com/tmatilai
[@vinyar]: https://github.com/vinyar
[@whiteley]: https://github.com/whiteley
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.4"
end
end

0 comments on commit a2d2aee

Please sign in to comment.