From 66845f165686063ee094db2b1c2baa46cdab9462 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Thu, 26 Oct 2017 16:44:00 -0400 Subject: [PATCH] Release v2.38.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- metadata.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 536063092a..55ac44efb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Change Log -## [v2.37.0](https://github.com/sensu/sensu-puppet/tree/v2.37.0) +## [v2.38.0](https://github.com/sensu/sensu-puppet/tree/v2.38.0) +[Full Changelog](https://github.com/sensu/sensu-puppet/compare/v2.37.0...v2.38.0) + +**Implemented enhancements:** + +- sensu module failing on amazon linux as it is pointing to a incorrect yum repo http url which doesn't exist [\#821](https://github.com/sensu/sensu-puppet/issues/821) + +**Fixed bugs:** + +- sensu module failing on amazon linux as it is pointing to a incorrect yum repo http url which doesn't exist [\#821](https://github.com/sensu/sensu-puppet/issues/821) + +**Closed issues:** + +- Sensu Enterprise Service Not Reloading After Checks [\#827](https://github.com/sensu/sensu-puppet/issues/827) +- Cyclical dependencies when using Sensu Enterprise and the Enterprise API [\#815](https://github.com/sensu/sensu-puppet/issues/815) + +**Merged pull requests:** + +- Manage sensu on amazon Linux \#821 [\#833](https://github.com/sensu/sensu-puppet/pull/833) ([alvagante](https://github.com/alvagante)) + +## [v2.37.0](https://github.com/sensu/sensu-puppet/tree/v2.37.0) (2017-10-23) [Full Changelog](https://github.com/sensu/sensu-puppet/compare/v2.36.0...v2.37.0) **Fixed bugs:** diff --git a/metadata.json b/metadata.json index 66a76e3c61..6b93d1970b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "sensu-sensu", - "version": "2.37.0", + "version": "2.38.0", "author": "sensu", "summary": "A module to install the Sensu monitoring framework", "license": "MIT",