Skip to content

Commit c729f84

Browse files
author
GitHub Action
committed
Release prep v8.4.0
1 parent 0aac6ba commit c729f84

File tree

3 files changed

+118
-1
lines changed

3 files changed

+118
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
## [v8.4.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.4.0) (2022-11-14)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v8.3.0...v8.4.0)
8+
9+
### Added
10+
11+
- add maxrequestworkers parameter for mpm\_worker module [\#2331](https://github.com/puppetlabs/puppetlabs-apache/pull/2331) ([trefzer](https://github.com/trefzer))
12+
- support lbmethod modules [\#2268](https://github.com/puppetlabs/puppetlabs-apache/pull/2268) ([xorpaul](https://github.com/xorpaul))
13+
14+
### Fixed
15+
16+
- Declare minimum Puppet version to be 6.24.0 [\#2342](https://github.com/puppetlabs/puppetlabs-apache/pull/2342) ([ekohl](https://github.com/ekohl))
17+
- Fix RedHat + PHP 8 libphp file [\#2333](https://github.com/puppetlabs/puppetlabs-apache/pull/2333) ([polatsinan](https://github.com/polatsinan))
18+
519
## [v8.3.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.3.0) (2022-10-28)
620

721
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v8.2.1...v8.3.0)

REFERENCE.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
* [`apache::mod::intercept_form_submit`](#apachemodintercept_form_submit): Installs `mod_intercept_form_submit`.
5757
* [`apache::mod::itk`](#apachemoditk): Installs MPM `mod_itk`.
5858
* [`apache::mod::jk`](#apachemodjk): Installs `mod_jk`.
59+
* [`apache::mod::lbmethod_bybusyness`](#apachemodlbmethod_bybusyness): Installs `lbmethod_bybusyness`.
60+
* [`apache::mod::lbmethod_byrequests`](#apachemodlbmethod_byrequests): Installs `lbmethod_byrequests`.
61+
* [`apache::mod::lbmethod_bytraffic`](#apachemodlbmethod_bytraffic): Installs `lbmethod_bytraffic`.
62+
* [`apache::mod::lbmethod_heartbeat`](#apachemodlbmethod_heartbeat): Installs `lbmethod_heartbeat`.
5963
* [`apache::mod::ldap`](#apachemodldap): Installs and configures `mod_ldap`.
6064
* [`apache::mod::lookup_identity`](#apachemodlookup_identity): Installs `mod_lookup_identity`
6165
* [`apache::mod::macro`](#apachemodmacro): Installs `mod_macro`.
@@ -3498,6 +3502,94 @@ $mount_file_content = {
34983502

34993503
Default value: `{}`
35003504

3505+
### <a name="apachemodlbmethod_bybusyness"></a>`apache::mod::lbmethod_bybusyness`
3506+
3507+
Installs `lbmethod_bybusyness`.
3508+
3509+
* **See also**
3510+
* https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bybusyness.html
3511+
* for additional documentation.
3512+
3513+
#### Parameters
3514+
3515+
The following parameters are available in the `apache::mod::lbmethod_bybusyness` class:
3516+
3517+
* [`apache_version`](#apache_version)
3518+
3519+
##### <a name="apache_version"></a>`apache_version`
3520+
3521+
Data type: `Optional[String]`
3522+
3523+
Version of Apache to install module on.
3524+
3525+
Default value: `$apache::apache_version`
3526+
3527+
### <a name="apachemodlbmethod_byrequests"></a>`apache::mod::lbmethod_byrequests`
3528+
3529+
Installs `lbmethod_byrequests`.
3530+
3531+
* **See also**
3532+
* https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_byrequests.html
3533+
* for additional documentation.
3534+
3535+
#### Parameters
3536+
3537+
The following parameters are available in the `apache::mod::lbmethod_byrequests` class:
3538+
3539+
* [`apache_version`](#apache_version)
3540+
3541+
##### <a name="apache_version"></a>`apache_version`
3542+
3543+
Data type: `Optional[String]`
3544+
3545+
Version of Apache to install module on.
3546+
3547+
Default value: `$apache::apache_version`
3548+
3549+
### <a name="apachemodlbmethod_bytraffic"></a>`apache::mod::lbmethod_bytraffic`
3550+
3551+
Installs `lbmethod_bytraffic`.
3552+
3553+
* **See also**
3554+
* https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bytraffic.html
3555+
* for additional documentation.
3556+
3557+
#### Parameters
3558+
3559+
The following parameters are available in the `apache::mod::lbmethod_bytraffic` class:
3560+
3561+
* [`apache_version`](#apache_version)
3562+
3563+
##### <a name="apache_version"></a>`apache_version`
3564+
3565+
Data type: `Optional[String]`
3566+
3567+
Version of Apache to install module on.
3568+
3569+
Default value: `$apache::apache_version`
3570+
3571+
### <a name="apachemodlbmethod_heartbeat"></a>`apache::mod::lbmethod_heartbeat`
3572+
3573+
Installs `lbmethod_heartbeat`.
3574+
3575+
* **See also**
3576+
* https://httpd.apache.org/docs/2.4/mod/mod_lbmethod_heartbeat.html
3577+
* for additional documentation.
3578+
3579+
#### Parameters
3580+
3581+
The following parameters are available in the `apache::mod::lbmethod_heartbeat` class:
3582+
3583+
* [`apache_version`](#apache_version)
3584+
3585+
##### <a name="apache_version"></a>`apache_version`
3586+
3587+
Data type: `Optional[String]`
3588+
3589+
Version of Apache to install module on.
3590+
3591+
Default value: `$apache::apache_version`
3592+
35013593
### <a name="apachemodldap"></a>`apache::mod::ldap`
35023594

35033595
Installs and configures `mod_ldap`.
@@ -6986,6 +7078,7 @@ The following parameters are available in the `apache::mod::worker` class:
69867078
* [`threadlimit`](#threadlimit)
69877079
* [`listenbacklog`](#listenbacklog)
69887080
* [`apache_version`](#apache_version)
7081+
* [`maxrequestworkers`](#maxrequestworkers)
69897082

69907083
##### <a name="startservers"></a>`startservers`
69917084

@@ -7002,6 +7095,7 @@ Data type: `Integer`
70027095
The max number of simultaneous requests that will be served.
70037096
This is the old name and is still supported. The new name is
70047097
MaxRequestWorkers as of 2.3.13.
7098+
If maxrequestworkers is set, this value is ignored.
70057099

70067100
Default value: `150`
70077101

@@ -7076,6 +7170,15 @@ Used to verify that the Apache version you have requested is compatible with the
70767170

70777171
Default value: ``undef``
70787172

7173+
##### <a name="maxrequestworkers"></a>`maxrequestworkers`
7174+
7175+
Data type: `Optional[Integer]`
7176+
7177+
Maximum number of connections that will be processed simultaneously
7178+
if set, maxclients is ignored
7179+
7180+
Default value: ``undef``
7181+
70797182
### <a name="apachemodwsgi"></a>`apache::mod::wsgi`
70807183

70817184
Installs and configures `mod_wsgi`.

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": "8.3.0",
3+
"version": "8.4.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)