Skip to content

Commit 3a71d72

Browse files
Release Automationgithub-actions[bot]
Release Automation
authored andcommitted
Release 8.2.0
1 parent d68d0dd commit 3a71d72

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

CHANGELOG.md

+34-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,46 @@ 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-
## [v8.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.1.0) (2025-01-08)
7+
## [v8.2.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.2.0) (2025-04-19)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v8.1.0...v8.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add missing settings to various types [\#533](https://github.com/voxpupuli/puppet-systemd/pull/533) ([TechyShishy](https://github.com/TechyShishy))
14+
- Add missing `Systemd::LogindSettings` [\#532](https://github.com/voxpupuli/puppet-systemd/pull/532) ([TechyShishy](https://github.com/TechyShishy))
15+
- Add `UserStopDelaySec` to `Systemd::LogindSettings` [\#531](https://github.com/voxpupuli/puppet-systemd/pull/531) ([TechyShishy](https://github.com/TechyShishy))
16+
- Add defaults for RHEL10 [\#530](https://github.com/voxpupuli/puppet-systemd/pull/530) ([jcpunk](https://github.com/jcpunk))
17+
- Add `CPUSchedulingPolicy` for service entries [\#529](https://github.com/voxpupuli/puppet-systemd/pull/529) ([jcpunk](https://github.com/jcpunk))
18+
- Allow `OOMScoreAdjust` within Mount, Socket, Swap Units [\#528](https://github.com/voxpupuli/puppet-systemd/pull/528) ([traylenator](https://github.com/traylenator))
19+
- metadata.json: Add OpenVox [\#523](https://github.com/voxpupuli/puppet-systemd/pull/523) ([jstraw](https://github.com/jstraw))
20+
21+
**Fixed bugs:**
22+
23+
- Ensure NSS libraries are installed when managing `systemd-resolved` on Debian family [\#527](https://github.com/voxpupuli/puppet-systemd/pull/527) ([kenyon](https://github.com/kenyon))
24+
- Correct fail message "... swap\_entry is only valid for swap units" [\#519](https://github.com/voxpupuli/puppet-systemd/pull/519) ([phaedriel](https://github.com/phaedriel))
25+
26+
**Closed issues:**
27+
28+
- Ensure NSS libraries are installed when managing `systemd-resolved` on Debian family [\#526](https://github.com/voxpupuli/puppet-systemd/issues/526)
29+
- Systemd::Unit::\* types miss exec-related settings [\#521](https://github.com/voxpupuli/puppet-systemd/issues/521)
30+
- unit\_file should accept relative paths [\#510](https://github.com/voxpupuli/puppet-systemd/issues/510)
31+
32+
**Merged pull requests:**
33+
34+
- Define `systemd::resolved_package` for Ubuntu 24.04 [\#525](https://github.com/voxpupuli/puppet-systemd/pull/525) ([kenyon](https://github.com/kenyon))
35+
- Revert "Add support for .link units and dropins" [\#515](https://github.com/voxpupuli/puppet-systemd/pull/515) ([traylenator](https://github.com/traylenator))
36+
- Add support for .link units and dropins [\#513](https://github.com/voxpupuli/puppet-systemd/pull/513) ([traylenator](https://github.com/traylenator))
37+
- docs: describe how to deploy systemd templates [\#512](https://github.com/voxpupuli/puppet-systemd/pull/512) ([anarcat](https://github.com/anarcat))
38+
39+
## [v8.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.1.0) (2025-01-10)
840

941
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v8.0.0...v8.1.0)
1042

1143
**Implemented enhancements:**
1244

1345
- Add a few more missing service options [\#508](https://github.com/voxpupuli/puppet-systemd/pull/508) ([jcpunk](https://github.com/jcpunk))
14-
- Add Missing Condition Units which were added in version244 [\#507](https://github.com/voxpupuli/puppet-systemd/pull/507) ([C24-AK](https://github.com/C24-AK))
46+
- Add Missing Condition Units which were added in version 244 [\#507](https://github.com/voxpupuli/puppet-systemd/pull/507) ([C24-AK](https://github.com/C24-AK))
1547

1648
**Closed issues:**
1749

@@ -511,10 +543,6 @@ These should not affect the functionality of the module.
511543

512544
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v3.2.0...v3.3.0)
513545

514-
**Implemented enhancements:**
515-
516-
- Add support for strict mode for DNS over TLS [\#200](https://github.com/voxpupuli/puppet-systemd/pull/200) ([ghost](https://github.com/ghost))
517-
518546
**Merged pull requests:**
519547

520548
- Allow stdlib 8.0.0 [\#213](https://github.com/voxpupuli/puppet-systemd/pull/213) ([smortex](https://github.com/smortex))

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-systemd",
3-
"version": "8.1.1-rc0",
3+
"version": "8.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet Systemd module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)