Skip to content

Commit c4063c5

Browse files
Release Automationgithub-actions[bot]
Release Automation
authored andcommitted
Release 2.1.0
1 parent ef36b25 commit c4063c5

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,61 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v2.1.0](https://github.com/voxpupuli/puppet-caddy/tree/v2.1.0) (2025-02-12)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-caddy/compare/v2.0.0...v2.1.0)
10+
11+
**Breaking changes:**
12+
13+
- 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))
14+
- 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))
15+
- Rework capabilities management [\#93](https://github.com/voxpupuli/puppet-caddy/pull/93) ([smortex](https://github.com/smortex))
16+
- Drop Debian 8, 9 and Ubuntu 16.04 \(EOL\) [\#87](https://github.com/voxpupuli/puppet-caddy/pull/87) ([smortex](https://github.com/smortex))
17+
- Use Caddy 2.x syntax [\#86](https://github.com/voxpupuli/puppet-caddy/pull/86) ([smortex](https://github.com/smortex))
18+
- Drop Puppet 6 support [\#81](https://github.com/voxpupuli/puppet-caddy/pull/81) ([bastelfreak](https://github.com/bastelfreak))
19+
20+
**Implemented enhancements:**
21+
22+
- Allow to change default config files extension [\#120](https://github.com/voxpupuli/puppet-caddy/pull/120) ([jay7x](https://github.com/jay7x))
23+
- Implement support for conf-{available,enabled} as well [\#119](https://github.com/voxpupuli/puppet-caddy/pull/119) ([jay7x](https://github.com/jay7x))
24+
- Implement vhost\_dir and vhost\_enable\_dir support [\#118](https://github.com/voxpupuli/puppet-caddy/pull/118) ([jay7x](https://github.com/jay7x))
25+
- Improve caddy config files management [\#116](https://github.com/voxpupuli/puppet-caddy/pull/116) ([jay7x](https://github.com/jay7x))
26+
- Allow to install caddy from repos [\#114](https://github.com/voxpupuli/puppet-caddy/pull/114) ([jay7x](https://github.com/jay7x))
27+
- 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))
28+
- 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))
29+
- puppet/systemd: Allow 6.x [\#102](https://github.com/voxpupuli/puppet-caddy/pull/102) ([zilchms](https://github.com/zilchms))
30+
- Allow stm/file\_capability 6.x [\#89](https://github.com/voxpupuli/puppet-caddy/pull/89) ([smortex](https://github.com/smortex))
31+
- Allow puppet/systemd 5.x [\#88](https://github.com/voxpupuli/puppet-caddy/pull/88) ([smortex](https://github.com/smortex))
32+
- Add Puppet 8 support [\#83](https://github.com/voxpupuli/puppet-caddy/pull/83) ([bastelfreak](https://github.com/bastelfreak))
33+
- puppetlabs/stdlib: Allow 9.x [\#82](https://github.com/voxpupuli/puppet-caddy/pull/82) ([bastelfreak](https://github.com/bastelfreak))
34+
- puppet/archive: allow 5.x [\#77](https://github.com/voxpupuli/puppet-caddy/pull/77) ([bastelfreak](https://github.com/bastelfreak))
35+
36+
**Fixed bugs:**
37+
38+
- Fix installation of a specific caddy version [\#95](https://github.com/voxpupuli/puppet-caddy/pull/95) ([smortex](https://github.com/smortex))
39+
- Actually fix github [\#84](https://github.com/voxpupuli/puppet-caddy/pull/84) ([AstraLuma](https://github.com/AstraLuma))
40+
41+
**Closed issues:**
42+
43+
- `caddy` binary not updated after `version` / `install_method` is changed [\#92](https://github.com/voxpupuli/puppet-caddy/issues/92)
44+
- Acceptance tests do not pass in Vagrant [\#91](https://github.com/voxpupuli/puppet-caddy/issues/91)
45+
- Caddy download URL moved [\#85](https://github.com/voxpupuli/puppet-caddy/issues/85)
46+
- Installation from Github source fails [\#75](https://github.com/voxpupuli/puppet-caddy/issues/75)
47+
- End support for Caddy 1 [\#66](https://github.com/voxpupuli/puppet-caddy/issues/66)
48+
- Create a final release for Caddy 1 [\#65](https://github.com/voxpupuli/puppet-caddy/issues/65)
49+
- Add support for .deb / .rpm repositories [\#62](https://github.com/voxpupuli/puppet-caddy/issues/62)
50+
- Make Caddyfile more configurable [\#58](https://github.com/voxpupuli/puppet-caddy/issues/58)
51+
- Support for caddy v2 [\#34](https://github.com/voxpupuli/puppet-caddy/issues/34)
52+
53+
**Merged pull requests:**
54+
55+
- puppet/systemd: allow 8.x [\#117](https://github.com/voxpupuli/puppet-caddy/pull/117) ([jay7x](https://github.com/jay7x))
56+
- 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))
57+
- update puppet-systemd upper bound to 8.0.0 [\#106](https://github.com/voxpupuli/puppet-caddy/pull/106) ([TheMeier](https://github.com/TheMeier))
58+
- Make sure acceptance tests are idempotent [\#90](https://github.com/voxpupuli/puppet-caddy/pull/90) ([smortex](https://github.com/smortex))
59+
- switch from camptocamp/systemd to voxpupuli/systemd [\#78](https://github.com/voxpupuli/puppet-caddy/pull/78) ([bastelfreak](https://github.com/bastelfreak))
60+
- Fix typo on installing package from github [\#76](https://github.com/voxpupuli/puppet-caddy/pull/76) ([djordjeparovic](https://github.com/djordjeparovic))
61+
762
## [v2.0.0](https://github.com/voxpupuli/puppet-caddy/tree/v2.0.0) (2020-05-14)
863

964
[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.
3590
- Change the default values [\#54](https://github.com/voxpupuli/puppet-caddy/issues/54)
3691
- Reduce number of duplicate parameters [\#40](https://github.com/voxpupuli/puppet-caddy/issues/40)
3792
- Improve RSpec tests [\#37](https://github.com/voxpupuli/puppet-caddy/issues/37)
93+
- Create a final release for Caddy 1 [\#65](https://github.com/voxpupuli/puppet-caddy/issues/65)
3894

3995
**Merged pull requests:**
4096

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-caddy",
3-
"version": "2.0.1-rc0",
3+
"version": "2.1.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet Caddy Module",
66
"description": "Puppet Caddy module installs and configures caddy - The HTTP/2 web server with automatic HTTPS.",

0 commit comments

Comments
 (0)