Skip to content

Commit e9ca0ac

Browse files
committed
Release 1.11.0 Prep
1 parent d2e326b commit e9ca0ac

File tree

2 files changed

+73
-2
lines changed

2 files changed

+73
-2
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
## Supported Release 1.11.0
2+
#### Summary
3+
This release adds SLES12 Support and many more features and bugfixes.
4+
5+
#### Features
6+
- (MODULES-4049) Adds SLES 12 Support
7+
- Adds additional directories options for LDAP Auth
8+
- `auth_ldap_url`
9+
- `auth_ldap_bind_dn`
10+
- `auth_ldap_bind_password`
11+
- `auth_ldap_group_attribute`
12+
- `auth_ldap_group_attribute_is_dn`
13+
- Allows `mod_event` parameters to be unset
14+
- Allows management of default root directory access rights
15+
- Adds class `apache::vhosts` to create apache::vhost resources
16+
- Adds class `apache::mod::proxy_wstunnel`
17+
- Adds class `apache::mod::dumpio`
18+
- Adds class `apache::mod::socache_shmcb`
19+
- Adds class `apache::mod::authn_dbd`
20+
- Adds support for apache 2.4 on Amazon Linux
21+
- Support the newer `mod_auth_cas` config options
22+
- Adds `wsgi_script_aliases_match` parameter to `apache::vhost`
23+
- Allow to override all SecDefaultAction attributes
24+
- Add audit_log_relevant_status parameter to apache::mod::security
25+
- Allow absolute path to $apache::mod::security::activated_rules
26+
- Allow setting SecAuditLog
27+
- Adds `passenger_max_instances_per_app` to `mod::passenger`
28+
- Allow the proxy_via setting to be configured
29+
- Allow no_proxy_uris to be used within proxy_pass
30+
- Add rpaf.conf template parameter to `mod::rpaf`
31+
- Allow user to specify alternative package and library names for shibboleth module
32+
- Allows configuration of shibboleth lib path
33+
- Adds parameter `passenger_data_buffer_dir` to `mod::passenger`
34+
- Adds SSL stapling
35+
- Allows use of `balance_manager` with `mod_proxy_balancer`
36+
- Raises lower bound of `stdlib` dependency to version 4.2
37+
- Adds support for Passenger repo on Amazon Linux
38+
- Add ability to set SSLStaplingReturnResponderErrors on server level
39+
- (MODULES-4213) Allow global rewrite rules inheritance in vhosts
40+
- Moves `mod_env` to its own class and load it when required
41+
42+
#### Bugfixes
43+
- Deny access to .ht and .hg, which are created by mercurial hg.
44+
- Instead of failing, include apache::mod::prefork in manifests/mod/itk.pp instead.
45+
- Only set SSLCompression when it is set to true.
46+
- Remove duplicate shib2 hash element
47+
- (MODULES-3388) Include mpm_module classes instead of class declaration
48+
- Updates `apache::balancer` to respect `apache::confd_dir`
49+
- Wrap mod_security directives in an IfModule
50+
- Fixes to various mods for Ubuntu Xenial
51+
- Fix /etc/modsecurity perms to match package
52+
- Fix PassengerRoot under Debian stretch
53+
- (MODULES-3476) Updates regex in apache_version custom fact to work with EL5
54+
- Dont sql_injection_attacks.data
55+
- Add force option to confd file resource to purge directory without warnings
56+
- Patch httpoxy through mod_security
57+
- Fixes config ordering of IncludeOptional
58+
- Fixes bug where port numbers were unquoted
59+
- Fixes bug where empty servername for vhost were written to template
60+
- Auto-load `slotmem_shm` and `lbmethod_byrequests` with `proxy_balancer` on 2.4
61+
- Simplify MPM setup on FreeBSD
62+
- Adds requirement for httpd package
63+
- Do not set ssl_certs_dir on FreeBSD
64+
- Fixes bug that produces a duplicate `Listen 443` after a package update on EL7
65+
- Fixes bug where custom facts break structured facts
66+
- Avoid relative classname inclusion
67+
- Fixes a failure in `vhost` if the first element of `$rewrites` is not a hash
68+
- (MODULES-3744) Process $crs_package before $modsec_dir
69+
- (MODULES-1491) Adds `::apache` include to mods that need it
70+
171
## Supported Release 1.10.0
272
#### Summary
373
This release fixes backwards compatibility bugs introduced in 1.9.0. Also includes a new mod class and a new vhost feature.

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",
@@ -55,7 +55,8 @@
5555
{
5656
"operatingsystem": "SLES",
5757
"operatingsystemrelease": [
58-
"11 SP1"
58+
"11 SP1",
59+
"12"
5960
]
6061
},
6162
{

0 commit comments

Comments
 (0)