diff --git a/CHANGELOG.md b/CHANGELOG.md index 985d537..7fff94e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,61 @@ 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. +## [v3.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v3.0.0) (2025-02-12) + +[Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v2.0.0...v3.0.0) + +**Breaking changes:** + +- Drop CentOS 7/8, Debian 10, RedHat 7, Ubuntu 18.04 [\#112](https://github.com/voxpupuli/puppet-caddy/pull/112) ([jay7x](https://github.com/jay7x)) +- Do not cache files in /tmp & remove stm/file\_capability dependency [\#96](https://github.com/voxpupuli/puppet-caddy/pull/96) ([smortex](https://github.com/smortex)) +- Rework capabilities management [\#93](https://github.com/voxpupuli/puppet-caddy/pull/93) ([smortex](https://github.com/smortex)) +- Drop Debian 8, 9 and Ubuntu 16.04 \(EOL\) [\#87](https://github.com/voxpupuli/puppet-caddy/pull/87) ([smortex](https://github.com/smortex)) +- Use Caddy 2.x syntax [\#86](https://github.com/voxpupuli/puppet-caddy/pull/86) ([smortex](https://github.com/smortex)) +- Drop Puppet 6 support [\#81](https://github.com/voxpupuli/puppet-caddy/pull/81) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Allow to change default config files extension [\#120](https://github.com/voxpupuli/puppet-caddy/pull/120) ([jay7x](https://github.com/jay7x)) +- Implement support for conf-{available,enabled} as well [\#119](https://github.com/voxpupuli/puppet-caddy/pull/119) ([jay7x](https://github.com/jay7x)) +- Implement vhost\_dir and vhost\_enable\_dir support [\#118](https://github.com/voxpupuli/puppet-caddy/pull/118) ([jay7x](https://github.com/jay7x)) +- Improve caddy config files management [\#116](https://github.com/voxpupuli/puppet-caddy/pull/116) ([jay7x](https://github.com/jay7x)) +- Allow to install caddy from repos [\#114](https://github.com/voxpupuli/puppet-caddy/pull/114) ([jay7x](https://github.com/jay7x)) +- Allow to manage caddy user/group/systemd unit/service parameters separately [\#113](https://github.com/voxpupuli/puppet-caddy/pull/113) ([jay7x](https://github.com/jay7x)) +- Add AlmaLinux 8/9, CentOS 9, Debian 11/12, Fedora 40, OL 8/9, RHEL 9, Rocky 8/9, Ubuntu 20.04/22.04/24.04 [\#111](https://github.com/voxpupuli/puppet-caddy/pull/111) ([jay7x](https://github.com/jay7x)) +- puppet/systemd: Allow 6.x [\#102](https://github.com/voxpupuli/puppet-caddy/pull/102) ([zilchms](https://github.com/zilchms)) +- Allow stm/file\_capability 6.x [\#89](https://github.com/voxpupuli/puppet-caddy/pull/89) ([smortex](https://github.com/smortex)) +- Allow puppet/systemd 5.x [\#88](https://github.com/voxpupuli/puppet-caddy/pull/88) ([smortex](https://github.com/smortex)) +- Add Puppet 8 support [\#83](https://github.com/voxpupuli/puppet-caddy/pull/83) ([bastelfreak](https://github.com/bastelfreak)) +- puppetlabs/stdlib: Allow 9.x [\#82](https://github.com/voxpupuli/puppet-caddy/pull/82) ([bastelfreak](https://github.com/bastelfreak)) +- puppet/archive: allow 5.x [\#77](https://github.com/voxpupuli/puppet-caddy/pull/77) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Fix installation of a specific caddy version [\#95](https://github.com/voxpupuli/puppet-caddy/pull/95) ([smortex](https://github.com/smortex)) +- Actually fix github [\#84](https://github.com/voxpupuli/puppet-caddy/pull/84) ([AstraLuma](https://github.com/AstraLuma)) + +**Closed issues:** + +- `caddy` binary not updated after `version` / `install_method` is changed [\#92](https://github.com/voxpupuli/puppet-caddy/issues/92) +- Acceptance tests do not pass in Vagrant [\#91](https://github.com/voxpupuli/puppet-caddy/issues/91) +- Caddy download URL moved [\#85](https://github.com/voxpupuli/puppet-caddy/issues/85) +- Installation from Github source fails [\#75](https://github.com/voxpupuli/puppet-caddy/issues/75) +- End support for Caddy 1 [\#66](https://github.com/voxpupuli/puppet-caddy/issues/66) +- Create a final release for Caddy 1 [\#65](https://github.com/voxpupuli/puppet-caddy/issues/65) +- Add support for .deb / .rpm repositories [\#62](https://github.com/voxpupuli/puppet-caddy/issues/62) +- Make Caddyfile more configurable [\#58](https://github.com/voxpupuli/puppet-caddy/issues/58) +- Support for caddy v2 [\#34](https://github.com/voxpupuli/puppet-caddy/issues/34) + +**Merged pull requests:** + +- puppet/systemd: allow 8.x [\#117](https://github.com/voxpupuli/puppet-caddy/pull/117) ([jay7x](https://github.com/jay7x)) +- Bump puppet-archive version upper boundary and fix github download idempotency [\#115](https://github.com/voxpupuli/puppet-caddy/pull/115) ([jay7x](https://github.com/jay7x)) +- update puppet-systemd upper bound to 8.0.0 [\#106](https://github.com/voxpupuli/puppet-caddy/pull/106) ([TheMeier](https://github.com/TheMeier)) +- Make sure acceptance tests are idempotent [\#90](https://github.com/voxpupuli/puppet-caddy/pull/90) ([smortex](https://github.com/smortex)) +- switch from camptocamp/systemd to voxpupuli/systemd [\#78](https://github.com/voxpupuli/puppet-caddy/pull/78) ([bastelfreak](https://github.com/bastelfreak)) +- Fix typo on installing package from github [\#76](https://github.com/voxpupuli/puppet-caddy/pull/76) ([djordjeparovic](https://github.com/djordjeparovic)) + ## [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) @@ -35,6 +90,7 @@ These should not affect the functionality of the module. - 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) +- Create a final release for Caddy 1 [\#65](https://github.com/voxpupuli/puppet-caddy/issues/65) **Merged pull requests:** diff --git a/metadata.json b/metadata.json index aa7ee8e..b5b063e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-caddy", - "version": "2.0.1-rc0", + "version": "3.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.",