From fdc30f2b9f70ea9e4b2cf826e611a04408827fa5 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Tue, 17 Jul 2018 11:03:50 -0600 Subject: [PATCH] release 0.59.0 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f7715..f4af118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,20 @@ This file is used to list changes made in each version of the habitat cookbook. ## Unreleased + + +## 0.59.0 (2018-07-17) + +- Update README to reflect new version of Hab +- address chef 14.3.x shell_out deprecations +- fix shell_out_compact deprecation +- move to after tempfile creation +- Update CHANGELOG.md with details from pull request #111 +- Use the new kitchen config file names +- Cookstyle fixes + #### Merged Pull Requests - address chef 14.3.x shell_out deprecations [#111](https://github.com/chef-cookbooks/habitat/pull/111) ([lamont-granquist](https://github.com/lamont-granquist)) - ## 0.57.0 (2018-06-19) @@ -223,4 +234,4 @@ This cookbook was updated to be compatible with the changes made in Habitat 0.26 ## v0.0.3 (2016-07-14) -- Initial release, includes `hab_package` and `hab_install` resources \ No newline at end of file +- Initial release, includes `hab_package` and `hab_install` resources