Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed May 10, 2021
1 parent 4f66cbf commit 64b22e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ 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).

## [3.1.0](https://github.com/opus-codium/puppet-dehydrated/tree/3.1.0) (2021-04-13)
## [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)

**Breaking changes:**

- Remove Puppet 5 from testing and bump minimal version to 6.0.0 [\#40](https://github.com/opus-codium/puppet-dehydrated/pull/40) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- Add a cleanup task to remove unmanaged certificates [\#41](https://github.com/opus-codium/puppet-dehydrated/pull/41) ([smortex](https://github.com/smortex))

## [3.1.0](https://github.com/opus-codium/puppet-dehydrated/tree/3.1.0) (2021-04-14)

[Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/3.0.0...3.1.0)

Expand Down
7 changes: 7 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

### Tasks

* [`cleanup`](#cleanup): Cleanup certificates not managed by dehydrated anymore
* [`renew`](#renew): Renew certificates about to expire

### Plans
Expand Down Expand Up @@ -465,6 +466,12 @@ The name of the host to consider

## Tasks

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

Cleanup certificates not managed by dehydrated anymore

**Supports noop?** false

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

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

0 comments on commit 64b22e6

Please sign in to comment.