From 73739bd1a69f8d3eb07f78c49bdc6687e2e86370 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Tue, 5 Jun 2018 10:50:10 -0700 Subject: [PATCH] prep for v5.1.2 release --- CHANGELOG.md | 4 +++- metadata.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b2927a..f462840d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ cookbook. Please see HISTORY.md for changes from older versions of this project. ## [Unreleased] +## [5.1.2] - 2018-06-05 ### Fixed - metadata now properly requires chef client to be `>= 13.3` this is a follow up to the v5.0.0 release which locked it at `>= 12.14` but after digging into it the change requires a newer version. As chef 12 is EOL we are gonna roll forward rather than backwards (@majormoses) @@ -311,7 +312,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/v5.1.1...HEAD +[Unreleased]: https://github.com/sensu/sensu-chef/compare/v5.1.2...HEAD +[5.1.2]: https://github.com/sensu/sensu-chef/compare/v5.1.1...5.1.2 [5.1.1]: https://github.com/sensu/sensu-chef/compare/v5.1.0...v5.1.1 [5.1.0]: https://github.com/sensu/sensu-chef/compare/v5.0.0...v5.1.0 [5.0.0]: https://github.com/sensu/sensu-chef/compare/v4.4.0...v5.0.0 diff --git a/metadata.rb b/metadata.rb index d2229c78..e2febadf 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 "5.1.1" +version "5.1.2" # available @ https://supermarket.chef.io/cookbooks/windows depends "windows", ">= 1.36"