Skip to content

Commit 999b265

Browse files
authored
Merge pull request #583 from traylenator/release-9.2.0
Release 9.2.0
2 parents 3bc83ce + 2bbc9a4 commit 999b265

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## [v9.2.0](https://github.com/voxpupuli/puppet-systemd/tree/v9.2.0) (2025-10-30)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v9.1.0...v9.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Support `AllowedCPUs` in `Systemd::Unit::Slice` [\#581](https://github.com/voxpupuli/puppet-systemd/pull/581) ([johnwarburton](https://github.com/johnwarburton))
14+
- Add support for system-wide drop-ins [\#580](https://github.com/voxpupuli/puppet-systemd/pull/580) ([smortex](https://github.com/smortex))
15+
- Allow more security-related options in Service units [\#579](https://github.com/voxpupuli/puppet-systemd/pull/579) ([DarthRL](https://github.com/DarthRL))
16+
- Use `runuser`/`run0` to connect to `systemd --user` instance [\#577](https://github.com/voxpupuli/puppet-systemd/pull/577) ([traylenator](https://github.com/traylenator))
17+
- Add `AssertFileNotEmpty` as optional parameter for unit [\#573](https://github.com/voxpupuli/puppet-systemd/pull/573) ([jplindquist](https://github.com/jplindquist))
18+
19+
**Closed issues:**
20+
21+
- systemd::user\_service broken for puppet running in background [\#459](https://github.com/voxpupuli/puppet-systemd/issues/459)
22+
23+
**Merged pull requests:**
24+
25+
- Reorder service options to match upstream documentation [\#582](https://github.com/voxpupuli/puppet-systemd/pull/582) ([DarthRL](https://github.com/DarthRL))
26+
727
## [v9.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v9.1.0) (2025-09-29)
828

929
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v9.0.1...v9.1.0)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-systemd",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet Systemd module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)