Skip to content

Commit

Permalink
Merge pull request #2341 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v8.3.0
  • Loading branch information
david22swan authored Oct 28, 2022
2 parents 47f0d72 + 5973fa8 commit ef28205
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

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

## [v8.2.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.1) (2022-09-26)
## [v8.3.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.3.0) (2022-10-28)

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

### Added

- Automatically enable mod\_http2 if needed [\#2337](https://github.com/puppetlabs/puppetlabs-apache/pull/2337) ([ekohl](https://github.com/ekohl))
- Update EL8+ and Debian SSL defaults [\#2336](https://github.com/puppetlabs/puppetlabs-apache/pull/2336) ([ekohl](https://github.com/ekohl))
- Support setting SSLProxyCipherSuite on mod\_ssl [\#2335](https://github.com/puppetlabs/puppetlabs-apache/pull/2335) ([ekohl](https://github.com/ekohl))

### Fixed

- Make serveradmin an optional parameter and use it [\#2338](https://github.com/puppetlabs/puppetlabs-apache/pull/2338) ([ekohl](https://github.com/ekohl))
- pdksync - \(CONT-189\) Remove support for RedHat6 / OracleLinux6 / Scientific6 [\#2326](https://github.com/puppetlabs/puppetlabs-apache/pull/2326) ([david22swan](https://github.com/david22swan))
- pdksync - \(CONT-130\) Dropping Support for Debian 9 [\#2322](https://github.com/puppetlabs/puppetlabs-apache/pull/2322) ([jordanbreen28](https://github.com/jordanbreen28))
- fix directory empty options if an empty array is being used [\#2312](https://github.com/puppetlabs/puppetlabs-apache/pull/2312) ([bovy89](https://github.com/bovy89))

## [v8.2.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v8.2.1) (2022-09-27)

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

Expand Down
15 changes: 12 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,11 +856,11 @@ Default value: `'On'`

##### <a name="serveradmin"></a>`serveradmin`

Data type: `String`
Data type: `Optional[String[1]]`

Sets the Apache server administrator's contact information via Apache's `ServerAdmin` directive.

Default value: `'root@localhost'`
Default value: ``undef``

##### <a name="servername"></a>`servername`

Expand Down Expand Up @@ -6505,6 +6505,7 @@ The following parameters are available in the `apache::mod::ssl` class:
* [`ssl_honorcipherorder`](#ssl_honorcipherorder)
* [`ssl_protocol`](#ssl_protocol)
* [`ssl_proxy_protocol`](#ssl_proxy_protocol)
* [`ssl_proxy_cipher_suite`](#ssl_proxy_cipher_suite)
* [`ssl_pass_phrase_dialog`](#ssl_pass_phrase_dialog)
* [`ssl_random_seed_bytes`](#ssl_random_seed_bytes)
* [`ssl_sessioncache`](#ssl_sessioncache)
Expand Down Expand Up @@ -6587,7 +6588,7 @@ Data type: `String`

Cipher Suite available for negotiation in SSL handshake.

Default value: `'HIGH:MEDIUM:!aNULL:!MD5:!RC4:!3DES'`
Default value: `$apache::params::ssl_cipher`

##### <a name="ssl_honorcipherorder"></a>`ssl_honorcipherorder`

Expand Down Expand Up @@ -6616,6 +6617,14 @@ Configure usable SSL protocol flavors for proxy usage.

Default value: `[]`

##### <a name="ssl_proxy_cipher_suite"></a>`ssl_proxy_cipher_suite`

Data type: `Optional[String[1]]`

Configure usable SSL ciphers for proxy usage. Equivalent to ssl_cipher but for proxy connections.

Default value: `$apache::params::ssl_proxy_cipher_suite`

##### <a name="ssl_pass_phrase_dialog"></a>`ssl_pass_phrase_dialog`

Data type: `String`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-apache",
"version": "8.2.1",
"version": "8.3.0",
"author": "puppetlabs",
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
"license": "Apache-2.0",
Expand Down

0 comments on commit ef28205

Please sign in to comment.