From 903e690005c50e782b067cd09fcd453a0ac48f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Fri, 14 May 2021 07:27:50 -1000 Subject: [PATCH] Bump version to 4.1.0 --- CHANGELOG.md | 8 ++++++++ REFERENCE.md | 10 +++++++++- metadata.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde6b67..c403115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/4.0.0) (2021-05-14) + +[Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/4.0.0...4.0.0) + +**Implemented enhancements:** + +- Add support for --noop to dehydrated::cleanup [\#42](https://github.com/opus-codium/puppet-dehydrated/pull/42) ([smortex](https://github.com/smortex)) + ## [4.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/4.0.0) (2021-05-10) [Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/3.1.0...4.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 7eaff4c..dc84d36 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -470,7 +470,15 @@ The name of the host to consider Cleanup certificates not managed by dehydrated anymore -**Supports noop?** false +**Supports noop?** true + +#### Parameters + +##### `dehydrated_dir` + +Data type: `Optional[Stdlib::AbsolutePath]` + +The directory of dehydrated ### `renew` diff --git a/metadata.json b/metadata.json index 451e680..c487e2f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-dehydrated", - "version": "4.0.0", + "version": "4.1.0", "author": "Opus Codium", "summary": "Manages Let's encrypt certificates using dehydrated", "license": "MIT",