Skip to content

Commit af26af5

Browse files
authored
Merge pull request #2592 from puppetlabs/release-prep
Release prep v12.3.0
2 parents 1fea601 + a981abf commit af26af5

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,26 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8-
## [v12.3.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.3.0) - 2024-12-16
8+
## [v12.3.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.3.0) - 2025-03-05
99

1010
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.2.0...v12.3.0)
1111

1212
### Added
1313

14+
- Allow configuring RemoteIPProxyProtocol at VHost level [#2582](https://github.com/puppetlabs/puppetlabs-apache/pull/2582) ([smortex](https://github.com/smortex))
1415
- (CAT-2100) Add Debian 12 support [#2572](https://github.com/puppetlabs/puppetlabs-apache/pull/2572) ([shubhamshinde360](https://github.com/shubhamshinde360))
16+
- Feature: Allow to set the verbosity of the debug [#2523](https://github.com/puppetlabs/puppetlabs-apache/pull/2523) ([JGodin-C2C](https://github.com/JGodin-C2C))
1517

1618
### Fixed
1719

1820
- (CAT-2158) Upgrade rexml to address CVE-2024-49761 [#2579](https://github.com/puppetlabs/puppetlabs-apache/pull/2579) ([amitkarsale](https://github.com/amitkarsale))
1921
- Update types/oidcsettings UserInfoRefreshInterval to allow Integers again [#2578](https://github.com/puppetlabs/puppetlabs-apache/pull/2578) ([gcoxmoz](https://github.com/gcoxmoz))
2022

23+
### Other
24+
25+
- Fix mod_headers load for headers in directory #2590 [#2591](https://github.com/puppetlabs/puppetlabs-apache/pull/2591) ([uoe-pjackson](https://github.com/uoe-pjackson))
26+
- Adding ModSecurity parameter for audit log format. [#2583](https://github.com/puppetlabs/puppetlabs-apache/pull/2583) ([Tamerz](https://github.com/Tamerz))
27+
2128
## [v12.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.2.0) - 2024-10-23
2229

2330
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.1.0...v12.2.0)
@@ -118,7 +125,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
118125
- (CAT-1283) - Enable forensic module [#2442](https://github.com/puppetlabs/puppetlabs-apache/pull/2442) ([Ramesh7](https://github.com/Ramesh7))
119126
- (CAT-1281) - Support to add cipher with respective ssl protocol [#2440](https://github.com/puppetlabs/puppetlabs-apache/pull/2440) ([Ramesh7](https://github.com/Ramesh7))
120127
- feat: add Debian12 Compability [#2439](https://github.com/puppetlabs/puppetlabs-apache/pull/2439) ([Robnarok](https://github.com/Robnarok))
121-
- Add MellonSetEnv support [#2423](https://github.com/puppetlabs/puppetlabs-apache/pull/2423) ([ic248](https://github.com/ic248))
128+
- Add MellonSetEnv support [#2423](https://github.com/puppetlabs/puppetlabs-apache/pull/2423) ([](https://github.com/))
122129
- Add the missing mod_authnz_ldap parameters [#2404](https://github.com/puppetlabs/puppetlabs-apache/pull/2404) ([chutzimir](https://github.com/chutzimir))
123130

124131
### Fixed
@@ -667,7 +674,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
667674

668675
### Fixed
669676

670-
- (MODULES-9014) Improve SSLSessionTickets handling [#1923](https://github.com/puppetlabs/puppetlabs-apache/pull/1923) ([FredericLespez](https://github.com/FredericLespez))
677+
- (MODULES-9014) Improve SSLSessionTickets handling [#1923](https://github.com/puppetlabs/puppetlabs-apache/pull/1923) ([FredL69](https://github.com/FredL69))
671678
- (MODULES-8931) Fix stahnma/epel failures [#1914](https://github.com/puppetlabs/puppetlabs-apache/pull/1914) ([eimlav](https://github.com/eimlav))
672679
- Fix wsgi_daemon_process to support hash data type [#1884](https://github.com/puppetlabs/puppetlabs-apache/pull/1884) ([mdechiaro](https://github.com/mdechiaro))
673680

REFERENCE.md

+27
Original file line numberDiff line numberDiff line change
@@ -6072,6 +6072,7 @@ The following parameters are available in the `apache::mod::security` class:
60726072
* [`custom_rules_set`](#-apache--mod--security--custom_rules_set)
60736073
* [`modsec_dir`](#-apache--mod--security--modsec_dir)
60746074
* [`modsec_secruleengine`](#-apache--mod--security--modsec_secruleengine)
6075+
* [`debug_log_level`](#-apache--mod--security--debug_log_level)
60756076
* [`audit_log_relevant_status`](#-apache--mod--security--audit_log_relevant_status)
60766077
* [`audit_log_parts`](#-apache--mod--security--audit_log_parts)
60776078
* [`audit_log_type`](#-apache--mod--security--audit_log_type)
@@ -6170,6 +6171,14 @@ Configures the rules engine.
61706171

61716172
Default value: `$apache::params::modsec_secruleengine`
61726173

6174+
##### <a name="-apache--mod--security--debug_log_level"></a>`debug_log_level`
6175+
6176+
Data type: `Integer[0, 9]`
6177+
6178+
Configures the debug log level.
6179+
6180+
Default value: `0`
6181+
61736182
##### <a name="-apache--mod--security--audit_log_relevant_status"></a>`audit_log_relevant_status`
61746183

61756184
Data type: `String`
@@ -7910,6 +7919,8 @@ The following parameters are available in the `apache::vhost` defined type:
79107919
* [`mdomain`](#-apache--vhost--mdomain)
79117920
* [`proxy_requests`](#-apache--vhost--proxy_requests)
79127921
* [`userdir`](#-apache--vhost--userdir)
7922+
* [`proxy_protocol`](#-apache--vhost--proxy_protocol)
7923+
* [`proxy_protocol_exceptions`](#-apache--vhost--proxy_protocol_exceptions)
79137924

79147925
##### <a name="-apache--vhost--access_log"></a>`access_log`
79157926

@@ -10838,6 +10849,22 @@ Instances of apache::mod::userdir
1083810849

1083910850
Default value: `undef`
1084010851

10852+
##### <a name="-apache--vhost--proxy_protocol"></a>`proxy_protocol`
10853+
10854+
Data type: `Optional[Boolean]`
10855+
10856+
Enable or disable PROXY protocol handling
10857+
10858+
Default value: `undef`
10859+
10860+
##### <a name="-apache--vhost--proxy_protocol_exceptions"></a>`proxy_protocol_exceptions`
10861+
10862+
Data type: `Array[Stdlib::Host]`
10863+
10864+
Disable processing of PROXY header for certain hosts or networks
10865+
10866+
Default value: `[]`
10867+
1084110868
### <a name="apache--vhost--custom"></a>`apache::vhost::custom`
1084210869

1084310870
The `apache::vhost::custom` defined type is a thin wrapper around the `apache::custom_config` defined type, and simply overrides some of its default settings specific to the virtual host directory in Apache.

0 commit comments

Comments
 (0)