Skip to content

Commit 2e4ef21

Browse files
committed
Merge pull request #1774 from HelenCampbell/release
Release Prep 3.1.0
2 parents 907c384 + 3c4f123 commit 2e4ef21

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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/)
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## Supported Release [3.1.0]
7+
### Summary
8+
This release includes the module being converted using version 1.4.1 of the PDK. It also includes a couple of additional parameters added.
9+
10+
#### Added
11+
- Module has been pdk converted with version 1.4.1 ([MODULES-6331](https://tickets.puppet.com/browse/MODULES-6331))
12+
- Parameter `ssl_cert` to provide a SSLCertificateFile option for use with SSL, optional of type String.
13+
- Parameter `ssl_key` to provide a SSLCertificateKey option for use with SSL, optional of type String.
14+
15+
#### Fixed
16+
- Documentation updates.
17+
- Updates to the Japanese translation based on documentation update.
18+
619
## Supported Release [3.0.0]
720
### Summary
821
This major release changes the default value of `keepalive` to `On`. It also includes many other features and bugfixes.

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "puppet",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)