Skip to content

Commit

Permalink
Bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed May 14, 2021
1 parent 8c6848c commit 903e690
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 9 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

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": "opuscodium-dehydrated",
"version": "4.0.0",
"version": "4.1.0",
"author": "Opus Codium",
"summary": "Manages Let's encrypt certificates using dehydrated",
"license": "MIT",
Expand Down

0 comments on commit 903e690

Please sign in to comment.