Skip to content

Commit e350c99

Browse files
authored
Merge pull request #534 from voxpupuli/release-prep
Release 8.2.0
2 parents d68d0dd + eff5110 commit e350c99

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

+26-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,38 @@ 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+
- Define `systemd::resolved_package` for Ubuntu 24.04 [\#525](https://github.com/voxpupuli/puppet-systemd/pull/525) ([kenyon](https://github.com/kenyon))
25+
- 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))
26+
27+
**Merged pull requests:**
28+
29+
- docs: describe how to deploy systemd templates [\#512](https://github.com/voxpupuli/puppet-systemd/pull/512) ([anarcat](https://github.com/anarcat))
30+
31+
## [v8.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.1.0) (2025-01-10)
832

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

1135
**Implemented enhancements:**
1236

1337
- 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))
38+
- 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))
1539

1640
**Closed issues:**
1741

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

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

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-
518538
**Merged pull requests:**
519539

520540
- 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)