Skip to content

Commit

Permalink
Merge pull request #51 from opus-codium/release
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
neomilium authored Sep 12, 2022
2 parents c8a8712 + f4107e4 commit 66bf14e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 36 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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).

## [5.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/5.0.0) (2022-09-10)

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

**Breaking changes:**

- Drop support of Debian 8 \(EOL\) [\#48](https://github.com/opus-codium/puppet-dehydrated/pull/48) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- Add support for Debian 11 [\#47](https://github.com/opus-codium/puppet-dehydrated/pull/47) ([smortex](https://github.com/smortex))

**Merged pull requests:**

- Tag private classes @api private [\#50](https://github.com/opus-codium/puppet-dehydrated/pull/50) ([smortex](https://github.com/smortex))
- Allow stdlib 8.x [\#49](https://github.com/opus-codium/puppet-dehydrated/pull/49) ([smortex](https://github.com/smortex))

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

[Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/4.1.0...4.1.1)
Expand Down
47 changes: 12 additions & 35 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@

### Classes

#### Public Classes

* [`dehydrated`](#dehydrated): Main class used to setup the system.
* [`dehydrated::apache`](#dehydratedapache): Serve challenges with Apache
* [`dehydrated::changed`](#dehydratedchanged): Trigger a refresh of the certificates
* [`dehydrated::config`](#dehydratedconfig): Manage dehydrated configuration
* [`dehydrated::cron`](#dehydratedcron): Manage cron task to refresh certificates
* [`dehydrated::domains`](#dehydrateddomains): Manage the domains.txt file
* [`dehydrated::package`](#dehydratedpackage): Manage the dehydrated package
* [`dehydrated::repo`](#dehydratedrepo): Manage the dehydrated code
* [`dehydrated::user`](#dehydrateduser): Manage the dehydrated user

#### Private Classes

* `dehydrated::changed`: Trigger a refresh of the certificates
* `dehydrated::config`: Manage dehydrated configuration
* `dehydrated::cron`: Manage cron task to refresh certificates
* `dehydrated::domains`: Manage the domains.txt file
* `dehydrated::package`: Manage the dehydrated package
* `dehydrated::repo`: Manage the dehydrated code
* `dehydrated::user`: Manage the dehydrated user

### Defined types

Expand Down Expand Up @@ -286,34 +291,6 @@ Default value: ``undef``

Serve challenges with Apache

### <a name="dehydratedchanged"></a>`dehydrated::changed`

Trigger a refresh of the certificates

### <a name="dehydratedconfig"></a>`dehydrated::config`

Manage dehydrated configuration

### <a name="dehydratedcron"></a>`dehydrated::cron`

Manage cron task to refresh certificates

### <a name="dehydrateddomains"></a>`dehydrated::domains`

Manage the domains.txt file

### <a name="dehydratedpackage"></a>`dehydrated::package`

Manage the dehydrated package

### <a name="dehydratedrepo"></a>`dehydrated::repo`

Manage the dehydrated code

### <a name="dehydrateduser"></a>`dehydrated::user`

Manage the dehydrated user

## Defined types

### <a name="dehydratedcertificate"></a>`dehydrated::certificate`
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.1.1",
"version": "5.0.0",
"author": "Opus Codium",
"summary": "Manages Let's encrypt certificates using dehydrated",
"license": "MIT",
Expand Down

0 comments on commit 66bf14e

Please sign in to comment.