diff --git a/.github/settings.yml b/.github/settings.yml index f25840b..64c007f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -33,4 +33,3 @@ branches: enforce_admins: null restrictions: null required_signatures: true - diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fc31f..985d537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,49 @@ 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. +## [v2.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v2.0.0) (2020-05-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v1.0.0...v2.0.0) + +**Breaking changes:** + +- Change the default values [\#64](https://github.com/voxpupuli/puppet-caddy/pull/64) ([dhoppe](https://github.com/dhoppe)) +- Add support for Debian 8/9/10, Ubuntu 16.04/18.04 [\#49](https://github.com/voxpupuli/puppet-caddy/pull/49) ([dhoppe](https://github.com/dhoppe)) + +**Implemented enhancements:** + +- Add support for stm/file\_capability [\#46](https://github.com/voxpupuli/puppet-caddy/issues/46) +- Update README.md [\#44](https://github.com/voxpupuli/puppet-caddy/issues/44) +- Add support for assert\_private\(\) function [\#39](https://github.com/voxpupuli/puppet-caddy/issues/39) +- Add support for ordering / notify arrows [\#38](https://github.com/voxpupuli/puppet-caddy/issues/38) +- Add support for puppetlabs/puppet-strings [\#33](https://github.com/voxpupuli/puppet-caddy/issues/33) +- Add support for latest available releases [\#32](https://github.com/voxpupuli/puppet-caddy/issues/32) +- Add support for Hiera [\#31](https://github.com/voxpupuli/puppet-caddy/issues/31) +- Add support for puppet/archive [\#30](https://github.com/voxpupuli/puppet-caddy/issues/30) +- Add support for camptocamp/systemd [\#29](https://github.com/voxpupuli/puppet-caddy/issues/29) +- Migrate from .erb to .epp templates [\#61](https://github.com/voxpupuli/puppet-caddy/pull/61) ([dhoppe](https://github.com/dhoppe)) +- Add support for a specific version [\#60](https://github.com/voxpupuli/puppet-caddy/pull/60) ([dhoppe](https://github.com/dhoppe)) +- Support Redhat 8 [\#35](https://github.com/voxpupuli/puppet-caddy/pull/35) ([qs5779](https://github.com/qs5779)) + +**Closed issues:** + +- Support a specific version [\#59](https://github.com/voxpupuli/puppet-caddy/issues/59) +- Migrate from .erb to .epp templates [\#55](https://github.com/voxpupuli/puppet-caddy/issues/55) +- Change the default values [\#54](https://github.com/voxpupuli/puppet-caddy/issues/54) +- Reduce number of duplicate parameters [\#40](https://github.com/voxpupuli/puppet-caddy/issues/40) +- Improve RSpec tests [\#37](https://github.com/voxpupuli/puppet-caddy/issues/37) + +**Merged pull requests:** + +- Fix typo [\#52](https://github.com/voxpupuli/puppet-caddy/pull/52) ([dhoppe](https://github.com/dhoppe)) +- Fix README.md [\#51](https://github.com/voxpupuli/puppet-caddy/pull/51) ([dhoppe](https://github.com/dhoppe)) +- Add support for stm/file\_capability [\#47](https://github.com/voxpupuli/puppet-caddy/pull/47) ([dhoppe](https://github.com/dhoppe)) +- Add support for puppet/archive [\#45](https://github.com/voxpupuli/puppet-caddy/pull/45) ([dhoppe](https://github.com/dhoppe)) +- Refactor Puppet manifests [\#43](https://github.com/voxpupuli/puppet-caddy/pull/43) ([dhoppe](https://github.com/dhoppe)) +- Move resources to related classes [\#42](https://github.com/voxpupuli/puppet-caddy/pull/42) ([dhoppe](https://github.com/dhoppe)) +- Reduce number of duplicate parameters [\#41](https://github.com/voxpupuli/puppet-caddy/pull/41) ([dhoppe](https://github.com/dhoppe)) +- Improve the RSpec tests [\#36](https://github.com/voxpupuli/puppet-caddy/pull/36) ([dhoppe](https://github.com/dhoppe)) + ## [v1.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v1.0.0) (2020-04-24) [Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v0.2.0...v1.0.0) diff --git a/metadata.json b/metadata.json index a6d1461..2d934d2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-caddy", - "version": "1.0.1-rc0", + "version": "2.0.0", "author": "Vox Pupuli", "summary": "Puppet Caddy Module", "description": "Puppet Caddy module installs and configures caddy - The HTTP/2 web server with automatic HTTPS.",