Skip to content

Commit

Permalink
Release 0.18.0, A bugfix and a Bento.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed May 7, 2015
1 parent 6b3e046 commit 7b033a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.18.0 / 2015-05-07

### Bug fixes

* Pull request [#161][]: Add handling for winrm communicator in username & password handling. ([@atiniir][])

### Improvements

* Pull request [#166][]: Allow a fuzzier match for known Bento box names. ([@fnichol][])


## 0.17.0 / 2015-04-28

(*A selected roll-up of 0.17.0 pre-release changelogs*)
Expand Down Expand Up @@ -302,6 +313,8 @@ The initial release.
[#156]: https://github.com/test-kitchen/kitchen-vagrant/issues/156
[#157]: https://github.com/test-kitchen/kitchen-vagrant/issues/157
[#158]: https://github.com/test-kitchen/kitchen-vagrant/issues/158
[#161]: https://github.com/test-kitchen/kitchen-vagrant/issues/161
[#166]: https://github.com/test-kitchen/kitchen-vagrant/issues/166
[@Annih]: https://github.com/Annih
[@Igorshp]: https://github.com/Igorshp
[@RobertRehberg]: https://github.com/RobertRehberg
Expand All @@ -311,6 +324,7 @@ The initial release.
[@antonio-osorio]: https://github.com/antonio-osorio
[@arangamani]: https://github.com/arangamani
[@ashb]: https://github.com/ashb
[@atiniir]: https://github.com/atiniir
[@bdclark]: https://github.com/bdclark
[@bradleyd]: https://github.com/bradleyd
[@byggztryng]: https://github.com/byggztryng
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"
VAGRANT_VERSION = "0.18.0"
end
end

0 comments on commit 7b033a6

Please sign in to comment.