Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhattan committed Sep 23, 2020
1 parent 949c737 commit db118f2
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
issues=yes
unreleased=yes
future-release=2.0.1
future-release=2.1.0
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db118f2

Please sign in to comment.