Skip to content

Commit e23cedd

Browse files
authoredJan 10, 2025··
Merge pull request #509 from jcpunk/release-8.1.0
Release 8.1.0
2 parents 0ce7184 + 8f6d059 commit e23cedd

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
 

‎CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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.0.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.0.0) (2024-11-26)
7+
## [v8.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.1.0) (2025-01-08)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v8.0.0...v8.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- 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))
15+
16+
**Closed issues:**
17+
18+
- option not to remove existing dropin files. [\#504](https://github.com/voxpupuli/puppet-systemd/issues/504)
19+
- \[4.1.0\] ignore active+enable when ensure is set to absent for systemd::timer [\#454](https://github.com/voxpupuli/puppet-systemd/issues/454)
20+
21+
## [v8.0.0](https://github.com/voxpupuli/puppet-systemd/tree/v8.0.0) (2024-12-13)
822

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

@@ -28,6 +42,7 @@ These should not affect the functionality of the module.
2842

2943
**Merged pull requests:**
3044

45+
- Correct UMask in mkswap example [\#503](https://github.com/voxpupuli/puppet-systemd/pull/503) ([traylenator](https://github.com/traylenator))
3146
- README: fix path in example [\#489](https://github.com/voxpupuli/puppet-systemd/pull/489) ([kenyon](https://github.com/kenyon))
3247
- Update readme to reflect changes in \#485 [\#487](https://github.com/voxpupuli/puppet-systemd/pull/487) ([deric](https://github.com/deric))
3348
- README.md: correct service limits example [\#476](https://github.com/voxpupuli/puppet-systemd/pull/476) ([kenyon](https://github.com/kenyon))

‎metadata.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.