From db118f22721d7663ffff1da5c090ca0aea843396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Ara=C3=B1a=20Cruz?= Date: Wed, 23 Sep 2020 19:56:39 +0200 Subject: [PATCH] Release 2.1.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ metadata.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 94015f5..65dd601 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,3 +1,3 @@ issues=yes unreleased=yes -future-release=2.0.1 +future-release=2.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c5e53..65e0c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.1.0](https://github.com/sbitio/puppet-monit/tree/2.1.0) (2020-09-23) + +[Full Changelog](https://github.com/sbitio/puppet-monit/compare/2.0.1...2.1.0) + +**Implemented enhancements:** + +- Use type aliases to improve code legibility [\#52](https://github.com/sbitio/puppet-monit/issues/52) + +**Fixed bugs:** + +- Allow to remove \(ensure=absent\) system checks [\#53](https://github.com/sbitio/puppet-monit/issues/53) + +**Closed issues:** + +- Add support for EXEC action extra options [\#48](https://github.com/sbitio/puppet-monit/issues/48) +- exec action param becomes uppercase [\#47](https://github.com/sbitio/puppet-monit/issues/47) +- idfile and statefile are set to undef on RedHat systems [\#46](https://github.com/sbitio/puppet-monit/issues/46) +- Start and stop program parameters [\#34](https://github.com/sbitio/puppet-monit/issues/34) +- Add UPTIME tests to valid tests [\#16](https://github.com/sbitio/puppet-monit/issues/16) + +**Merged pull requests:** + +- EXEC action: add support for UID, GID and REPEAT EVERY N CYCLES [\#49](https://github.com/sbitio/puppet-monit/pull/49) ([jonhattan](https://github.com/jonhattan)) + ## [2.0.1](https://github.com/sbitio/puppet-monit/tree/2.0.1) (2020-01-29) [Full Changelog](https://github.com/sbitio/puppet-monit/compare/2.0.0...2.0.1) diff --git a/metadata.json b/metadata.json index 0a4f18a..a874d30 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "sbitio-monit", - "version": "2.0.1", + "version": "2.1.0", "author": "SB IT Media, S.L.", "summary": "Performs installation and configuration of Monit service, along with fine grained definition of checks", "license": "MIT",