File tree 3 files changed +26
-7
lines changed
3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
23
## 2018-11-23 - Release 2.0.1
2
24
### Summary
3
25
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.
5
27
6
28
#### BugFixes
7
- - Fixe the support of Amazon Linux 2
29
+ - Fixed the support for Amazon Linux 2
8
30
9
31
## 2018-10-07 - Release 2.0.0
10
- ## Summary
32
+ ### Summary
11
33
12
34
This release adds ` httpd_allow ` configuration and support for MMonit HTTPs addresses and uses PDK 1.7.0.
13
35
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ It allows you to enable HTTP Dashboard an to add check from a file.
33
33
** WARNING:** For RedHat systems, you may need to add an additional repository like the [ EPEL repository] ( http://fedoraproject.org/wiki/EPEL ) .
34
34
You can use the module [ stahnma-epel] ( https://forge.puppetlabs.com/stahnma/epel ) to do this.
35
35
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
-
39
36
### Beginning with monit
40
37
41
38
``` puppet
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " soli-monit" ,
3
- "version" : " 2 .0.1 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"author" : " Solution Libre SAS" ,
5
5
"summary" : " Puppet module to manage monit installation and configuration" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments