From cf0734abb3adf2901389045095e31d2ec5b21e4c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 22 May 2021 03:13:21 +0000 Subject: [PATCH] Release prep v6.2.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 2 +- metadata.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40e97ffec..e012c5a123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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). +## [v6.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.2.0) (2021-05-22) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.1.0...v6.2.0) + +### Added + +- \(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)) + ## [v6.1.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v6.1.0) (2021-05-17) [Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v6.0.1...v6.1.0) diff --git a/REFERENCE.md b/REFERENCE.md index 57b251ce37..b7f9f1fd72 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -7936,7 +7936,7 @@ Default value: ``undef`` ##### `ssl_honorcipherorder` -Data type: `Any` +Data type: `Variant[Boolean, Enum['on', 'On', 'off', 'Off'], Undef]` diff --git a/metadata.json b/metadata.json index d075bc143b..1cd01803cf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apache", - "version": "6.1.0", + "version": "6.2.0", "author": "puppetlabs", "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.", "license": "Apache-2.0",