From 785c3700fdba634c59246003afa2761545c45ded Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Sun, 4 Mar 2018 16:38:59 -0800 Subject: [PATCH] prep for v4.2.1 release --- CHANGELOG.md | 3 +++ metadata.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e92932e9..866f7996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to track changes made in recent versions of the Sensu cookbook. Please see HISTORY.md for changes from older versions of this project. ## [Unreleased] + +## [2.2.1] - 2018-03-04 ### Security * Enable gpg check for all linux repo installs using a key downloaded over HTTPS. Download windows MSI over HTTPS. #578 (@mike-stewart) @@ -280,6 +282,7 @@ 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.2.0...HEAD +[4.2.1]: https://github.com/sensu/sensu-chef/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/sensu/sensu-chef/compare/v4.1.0...v4.2.0 [4.1.0]: https://github.com/sensu/sensu-chef/compare/v4.0.6...v4.1.0 [4.0.6]: https://github.com/sensu/sensu-chef/compare/v4.0.5..v4.0.6 diff --git a/metadata.rb b/metadata.rb index 13b3bc5b..34df4dba 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.2.0" +version "4.2.1" # available @ https://supermarket.chef.io/cookbooks/apt depends "apt", ">= 2.0"