From 12ca01284b47726b1833519d60758bffca1c3caa Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Tue, 12 Sep 2017 16:23:57 -0700 Subject: [PATCH] prep for v4.0.6 release --- CHANGELOG.md | 9 ++++++++- metadata.rb | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c720d470..4f26a6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ cookbook. Please see HISTORY.md for changes from older versions of this project. ## [Unreleased] +## [4.0.6] - 2017-09-12 + +### Fixed + +* on systems with restrictive umasks the permissions for rabbitmq ssl directories ended up with permissions that made it non functional. This sets them to the required permissions to make things work (@jessebolson) + ## [4.0.5] - 2017-09-12 ### Fixed @@ -261,7 +267,8 @@ Added helpers for storing key/value pairs which persist for duration of the Chef Allow "standard" as a value of type attribute on `sensu_check` resources, [as described in Sensu documentation](https://sensuapp.org/docs/0.21/checks). -[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.0.5...HEAD +[Unreleased]: https://github.com/sensu/sensu-chef/compare/v4.0.6...HEAD +[4.0.6]: https://github.com/sensu/sensu-chef/compare/v4.0.5..v4.0.6 [4.0.5]: https://github.com/sensu/sensu-chef/compare/v4.0.4...v4.0.5 [4.0.4]: https://github.com/sensu/sensu-chef/compare/v4.0.3...v4.0.4 [4.0.3]: https://github.com/sensu/sensu-chef/compare/v4.0.2...v4.0.3 diff --git a/metadata.rb b/metadata.rb index 952ce329..0781dea2 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache-2.0" description "Installs/Configures Sensu" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "4.0.5" +version "4.0.6" # available @ https://supermarket.chef.io/cookbooks/apt depends "apt", ">= 2.0"