Skip to content

Commit

Permalink
New Release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentPoinsaut committed Dec 9, 2020
1 parent cb7e758 commit 5160f62
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,35 @@
## 2020-12-09 - Release 3.0.0
### Summary

This release adds the support for Debian 10/Buster and for CentOS 8 and the ability to use special characters in `httpd_password` parameter.
It fixes logging limitations and Amazon Linux compatibility.
It uses a Docker Compose file to use PDK 1.8.1.

***BREAKING CHANGES***
This release remove the support for Puppet 3.

#### Features
- Added the support for Debian 10/Buster
- Added the support for CentOS 8
- Added ability to use special characters in `httpd_password` parameter

#### BugFixes
- Fixed logging limitations
- Fixed Amazon Linux compatibility

#### Development
- Added a Docker Compose file to use PDK

## 2018-11-23 - Release 2.0.1
### Summary

This release fixes the support of Amazon Linux 2 and uses PDK 1.7.1.
This release fixes the support for Amazon Linux 2 and uses PDK 1.7.1.

#### BugFixes
- Fixe the support of Amazon Linux 2
- Fixed the support for Amazon Linux 2

## 2018-10-07 - Release 2.0.0
## Summary
### Summary

This release adds `httpd_allow` configuration and support for MMonit HTTPs addresses and uses PDK 1.7.0.

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ It allows you to enable HTTP Dashboard an to add check from a file.
**WARNING:** For RedHat systems, you may need to add an additional repository like the [EPEL repository](http://fedoraproject.org/wiki/EPEL).
You can use the module [stahnma-epel](https://forge.puppetlabs.com/stahnma/epel) to do this.

Supports Puppet v3 (optionally with future parser) and v4 with Ruby versions
1.8.7 (Puppet v3 only), 1.9.3, 2.0.0 and 2.1.0.

### Beginning with monit

```puppet
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": "soli-monit",
"version": "2.0.1",
"version": "3.0.0",
"author": "Solution Libre SAS",
"summary": "Puppet module to manage monit installation and configuration",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5160f62

Please sign in to comment.