Skip to content

Commit f6471d8

Browse files
authored
Merge pull request #2153 from puppetlabs/release-prep
Release prep v6.2.0
2 parents e14ec09 + cf0734a commit f6471d8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.2.0) (2021-05-22)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.1.0...v6.2.0)
8+
9+
### Added
10+
11+
- \(MODULES-11068\) Allow apache::vhost ssl\_honorcipherorder to take boolean parameter [\#2152](https://github.com/puppetlabs/puppetlabs-apache/pull/2152) ([davidc](https://github.com/davidc))
12+
513
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.1.0) (2021-05-17)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.0.1...v6.1.0)

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7936,7 +7936,7 @@ Default value: ``undef``
79367936

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

7939-
Data type: `Any`
7939+
Data type: `Variant[Boolean, Enum['on', 'On', 'off', 'Off'], Undef]`
79407940

79417941

79427942

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "6.1.0",
3+
"version": "6.2.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)