Skip to content

Commit 5160f62

Browse files
New Release v3.0.0
1 parent cb7e758 commit 5160f62

File tree

3 files changed

+26
-7
lines changed

3 files changed

+26
-7
lines changed

CHANGELOG.md

+25-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1+
## 2020-12-09 - Release 3.0.0
2+
### Summary
3+
4+
This release adds the support for Debian 10/Buster and for CentOS 8 and the ability to use special characters in `httpd_password` parameter.
5+
It fixes logging limitations and Amazon Linux compatibility.
6+
It uses a Docker Compose file to use PDK 1.8.1.
7+
8+
***BREAKING CHANGES***
9+
This release remove the support for Puppet 3.
10+
11+
#### Features
12+
- Added the support for Debian 10/Buster
13+
- Added the support for CentOS 8
14+
- Added ability to use special characters in `httpd_password` parameter
15+
16+
#### BugFixes
17+
- Fixed logging limitations
18+
- Fixed Amazon Linux compatibility
19+
20+
#### Development
21+
- Added a Docker Compose file to use PDK
22+
123
## 2018-11-23 - Release 2.0.1
224
### Summary
325

4-
This release fixes the support of Amazon Linux 2 and uses PDK 1.7.1.
26+
This release fixes the support for Amazon Linux 2 and uses PDK 1.7.1.
527

628
#### BugFixes
7-
- Fixe the support of Amazon Linux 2
29+
- Fixed the support for Amazon Linux 2
830

931
## 2018-10-07 - Release 2.0.0
10-
## Summary
32+
### Summary
1133

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

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ It allows you to enable HTTP Dashboard an to add check from a file.
3333
**WARNING:** For RedHat systems, you may need to add an additional repository like the [EPEL repository](http://fedoraproject.org/wiki/EPEL).
3434
You can use the module [stahnma-epel](https://forge.puppetlabs.com/stahnma/epel) to do this.
3535

36-
Supports Puppet v3 (optionally with future parser) and v4 with Ruby versions
37-
1.8.7 (Puppet v3 only), 1.9.3, 2.0.0 and 2.1.0.
38-
3936
### Beginning with monit
4037

4138
```puppet

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "soli-monit",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"author": "Solution Libre SAS",
55
"summary": "Puppet module to manage monit installation and configuration",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)