Skip to content

Commit

Permalink
Release 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Apr 8, 2024
1 parent 95a67f5 commit 5f949a6
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,47 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v7.0.0](https://github.com/voxpupuli/puppet-systemd/tree/v7.0.0) (2024-04-08)

[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.6.0...v7.0.0)

**Breaking changes:**

- Use Stdlib::CreateResources type for hiera expansions [\#438](https://github.com/voxpupuli/puppet-systemd/pull/438) ([traylenator](https://github.com/traylenator))
- Deprecate `systemd::service_limits` [\#437](https://github.com/voxpupuli/puppet-systemd/pull/437) ([traylenator](https://github.com/traylenator))
- Don't allow ensure=file anymore for systemd::unit\_file [\#434](https://github.com/voxpupuli/puppet-systemd/pull/434) ([baurmatt](https://github.com/baurmatt))

**Implemented enhancements:**

- Add `NetworkNamespacePath` to unit service [\#440](https://github.com/voxpupuli/puppet-systemd/issues/440)
- Add hiera-friendly option to manage dropins [\#435](https://github.com/voxpupuli/puppet-systemd/issues/435)
- Manage /etc/udev/rules.d directory [\#291](https://github.com/voxpupuli/puppet-systemd/issues/291)
- Manage units running under `systemd --user` instance [\#446](https://github.com/voxpupuli/puppet-systemd/pull/446) ([traylenator](https://github.com/traylenator))
- New parameters to manage systemd-nspawn [\#444](https://github.com/voxpupuli/puppet-systemd/pull/444) ([traylenator](https://github.com/traylenator))
- Support reload of instances of systemd --user [\#443](https://github.com/voxpupuli/puppet-systemd/pull/443) ([traylenator](https://github.com/traylenator))
- Add NetworkNamespacePath as a valid unit service configuration [\#441](https://github.com/voxpupuli/puppet-systemd/pull/441) ([Valantin](https://github.com/Valantin))
- Create manage\_unit, manage\_dropin types from hiera [\#436](https://github.com/voxpupuli/puppet-systemd/pull/436) ([traylenator](https://github.com/traylenator))
- Make service restart upon unit file change optional [\#433](https://github.com/voxpupuli/puppet-systemd/pull/433) ([schustersv](https://github.com/schustersv))
- `systemd::unit_file`: Ensure link gets removed on `ensure => absent` [\#405](https://github.com/voxpupuli/puppet-systemd/pull/405) ([baurmatt](https://github.com/baurmatt))

**Fixed bugs:**

- IODeviceWeight, IOReadIOPSMax, .. do not work in systemd::manage\_unit or systemd::dropin\_file [\#424](https://github.com/voxpupuli/puppet-systemd/issues/424)
- Correct typing for IOReadIOPSMax, IOWriteIOPSMax,... in systemd::manage\_dropin [\#430](https://github.com/voxpupuli/puppet-systemd/pull/430) ([traylenator](https://github.com/traylenator))

**Closed issues:**

- Provide possibility to disable service restart upon unit file change [\#432](https://github.com/voxpupuli/puppet-systemd/issues/432)
- Service not enabled on systemd::timer [\#391](https://github.com/voxpupuli/puppet-systemd/issues/391)
- Add documentation about user services [\#381](https://github.com/voxpupuli/puppet-systemd/issues/381)
- create systemd::path [\#370](https://github.com/voxpupuli/puppet-systemd/issues/370)
- create services/timers for users [\#328](https://github.com/voxpupuli/puppet-systemd/issues/328)

**Merged pull requests:**

- `init`: `service_limits` param: don't refer to `create_resources` [\#439](https://github.com/voxpupuli/puppet-systemd/pull/439) ([kenyon](https://github.com/kenyon))
- Add parameter to manage /etc/udev/rules.d directory [\#428](https://github.com/voxpupuli/puppet-systemd/pull/428) ([TheMeier](https://github.com/TheMeier))

## [v6.6.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.6.0) (2024-03-08)

[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.5.0...v6.6.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-systemd",
"version": "6.6.1-rc0",
"version": "7.0.0",
"author": "Vox Pupuli",
"summary": "Puppet Systemd module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5f949a6

Please sign in to comment.