From 7b033a648972c2e5b773dfe8cf89cb169d5e158f Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Thu, 7 May 2015 16:58:44 -0600 Subject: [PATCH] Release 0.18.0, A bugfix and a Bento. --- CHANGELOG.md | 14 ++++++++++++++ lib/kitchen/driver/vagrant_version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41607b26..a536cab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*) @@ -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 @@ -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 diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index 87b900e4..99e07492 100644 --- a/lib/kitchen/driver/vagrant_version.rb +++ b/lib/kitchen/driver/vagrant_version.rb @@ -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