Skip to content

Commit

Permalink
Merge pull request #341 from kenyon/release-11.0.0
Browse files Browse the repository at this point in the history
Release 11.0.0
  • Loading branch information
kenyon authored Dec 4, 2023
2 parents 3196747 + 45aec2f commit 40ba908
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v11.0.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v11.0.0) (2023-12-03)

[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v10.1.0...v11.0.0)

**Breaking changes:**

- Add support for Fedora 39, drop support for Fedora 36 [\#336](https://github.com/voxpupuli/puppet-letsencrypt/pull/336) ([kenyon](https://github.com/kenyon))
- certonly: Use the first domain for `$cert_name` instead of the `$title` [\#220](https://github.com/voxpupuli/puppet-letsencrypt/pull/220) ([saimonn](https://github.com/saimonn))

**Implemented enhancements:**

- Add Puppet 8 support [\#324](https://github.com/voxpupuli/puppet-letsencrypt/pull/324) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- plugins: avoid circular dependencies [\#332](https://github.com/voxpupuli/puppet-letsencrypt/pull/332) ([kenyon](https://github.com/kenyon))

**Merged pull requests:**

- Mark `install.pp` as private [\#338](https://github.com/voxpupuli/puppet-letsencrypt/pull/338) ([kenyon](https://github.com/kenyon))
- move `letsencrypt::configure_epel` from hiera to `init.pp` [\#337](https://github.com/voxpupuli/puppet-letsencrypt/pull/337) ([kenyon](https://github.com/kenyon))
- Remove legacy top-scope syntax [\#335](https://github.com/voxpupuli/puppet-letsencrypt/pull/335) ([smortex](https://github.com/smortex))

## [v10.1.0](https://github.com/voxpupuli/puppet-letsencrypt/tree/v10.1.0) (2023-10-18)

[Full Changelog](https://github.com/voxpupuli/puppet-letsencrypt/compare/v10.0.0...v10.1.0)
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": "puppet-letsencrypt",
"version": "10.1.1-rc0",
"version": "11.0.0",
"author": "Vox Pupuli",
"summary": "Manages lets-encrypt and certbot + related certs",
"license": "Apache-2.0",
Expand Down

0 comments on commit 40ba908

Please sign in to comment.