From 8c7c9b19f5cd944f5d3039bd3bebe8d5159d0840 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Sun, 29 Mar 2015 17:53:53 -0600 Subject: [PATCH] Release 0.17.0.rc.1, the end is nigh? --- CHANGELOG.md | 10 ++++++++++ lib/kitchen/driver/vagrant_version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65edbf4c..c8d4af7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.17.0.rc.1 / 2015-03-29 + +### Improvements + +* Pull request [#157][]: Close Transport connection in #destroy. ([@fnichol][]) +* Pull request [#158][]: Add plugin metadata to the Driver. ([@fnichol][]) + + ## 0.17.0.beta.4 / 2015-03-26 ### Bug fixes @@ -273,6 +281,8 @@ The initial release. [#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 +[#157]: https://github.com/test-kitchen/kitchen-vagrant/issues/157 +[#158]: https://github.com/test-kitchen/kitchen-vagrant/issues/158 [@Annih]: https://github.com/Annih [@Igorshp]: https://github.com/Igorshp [@RobertRehberg]: https://github.com/RobertRehberg diff --git a/lib/kitchen/driver/vagrant_version.rb b/lib/kitchen/driver/vagrant_version.rb index 5d847443..62de66d9 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.dev" + VAGRANT_VERSION = "0.17.0.rc.1" end end