Skip to content

Commit 367a7c0

Browse files
authored
Merge pull request #2151 from puppetlabs/release-prep
Release prep v6.1.0
2 parents e44f100 + 4c30caa commit 367a7c0

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.1.0) (2021-05-17)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.0.1...v6.1.0)
8+
9+
### Added
10+
11+
- support for uri for severname with use\_servername\_for\_filenames [\#2150](https://github.com/puppetlabs/puppetlabs-apache/pull/2150) ([Zarne](https://github.com/Zarne))
12+
- \(MODULES-11061\) mod\_security custom rule functionality [\#2145](https://github.com/puppetlabs/puppetlabs-apache/pull/2145) ([k2patel](https://github.com/k2patel))
13+
514
## [v6.0.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.0.1) (2021-05-10)
615

716
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.0.0...v6.0.1)

REFERENCE.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5969,8 +5969,6 @@ The following parameters are available in the `apache::mod::security` class:
59695969
* [`activated_rules`](#activated_rules)
59705970
* [`modsec_dir`](#modsec_dir)
59715971
* [`modsec_secruleengine`](#modsec_secruleengine)
5972-
* [`custom_rules`](#custom_rules)
5973-
* [`custom_rules_set`](#custom_rules_set)
59745972
* [`audit_log_relevant_status`](#audit_log_relevant_status)
59755973
* [`audit_log_parts`](#audit_log_parts)
59765974
* [`audit_log_type`](#audit_log_type)
@@ -5994,6 +5992,8 @@ The following parameters are available in the `apache::mod::security` class:
59945992
* [`secrequestbodynofileslimit`](#secrequestbodynofileslimit)
59955993
* [`secrequestbodyinmemorylimit`](#secrequestbodyinmemorylimit)
59965994
* [`manage_security_crs`](#manage_security_crs)
5995+
* [`custom_rules`](#custom_rules)
5996+
* [`custom_rules_set`](#custom_rules_set)
59975997

59985998
##### <a name="version"></a>`version`
59995999

@@ -6043,23 +6043,6 @@ Configures the rules engine.
60436043

60446044
Default value: `$apache::params::modsec_secruleengine`
60456045

6046-
##### <a name="custom_rules"></a>`custom_rules`
6047-
6048-
Data type: `Boolean`
6049-
6050-
Enable Custom rules for security, this does not create or provide any rules rather it facilitate to add custom rules.
6051-
If enabled, must provide `custom_rules_set`.
6052-
6053-
Default value: `$apache::params::modsec_custom_rules`
6054-
6055-
##### <a name="custom_rules_set"></a>`custom_rules_set`
6056-
6057-
Data type: `[Array]`
6058-
6059-
Customrules must be array of rules, for an example `['REMOTE_ADDR "^127.0.0.1" "id:199999,phase:1,nolog,allow,ctl:ruleEngine=off"']`.
6060-
Configures the set of custom rules.
6061-
6062-
Default value: `$apache::params::modsec_custom_rules_set`
60636046
##### <a name="audit_log_relevant_status"></a>`audit_log_relevant_status`
60646047

60656048
Data type: `Any`
@@ -6246,6 +6229,22 @@ Toggles whether to manage ModSecurity Core Rule Set
62466229

62476230
Default value: ``true``
62486231

6232+
##### <a name="custom_rules"></a>`custom_rules`
6233+
6234+
Data type: `Any`
6235+
6236+
6237+
6238+
Default value: `$apache::params::modsec_custom_rules`
6239+
6240+
##### <a name="custom_rules_set"></a>`custom_rules_set`
6241+
6242+
Data type: `Any`
6243+
6244+
6245+
6246+
Default value: `$apache::params::modsec_custom_rules_set`
6247+
62496248
### <a name="apachemodsetenvif"></a>`apache::mod::setenvif`
62506249

62516250
Installs `mod_setenvif`.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)