Skip to content

Commit

Permalink
Merge pull request #427 from rwaffen/release-6.6.0
Browse files Browse the repository at this point in the history
Release 6.6.0
  • Loading branch information
rwaffen committed Mar 8, 2024
2 parents 225d7ed + 8147aed commit 1cbf5f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ 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.

## [v6.5.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.5.0) (2024-03-05)
## [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)

**Implemented enhancements:**

- Add bolt task to return unit state in a more parsable way [\#426](https://github.com/voxpupuli/puppet-systemd/pull/426) ([rwaffen](https://github.com/rwaffen))

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

[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.4.0...v6.5.0)

Expand All @@ -16,6 +24,10 @@ These should not affect the functionality of the module.
- Support `[Slice]` in manage\_unit and manage\_dropin [\#420](https://github.com/voxpupuli/puppet-systemd/pull/420) ([traylenator](https://github.com/traylenator))
- feat: add a cron like wrapper for timers [\#419](https://github.com/voxpupuli/puppet-systemd/pull/419) ([TheMeier](https://github.com/TheMeier))

**Fixed bugs:**

- Allow CPUQuota to be greater than 100% [\#423](https://github.com/voxpupuli/puppet-systemd/pull/423) ([traylenator](https://github.com/traylenator))

**Merged pull requests:**

- Rename daemon\_reload.rb to daemon\_reload\_spec.rb [\#418](https://github.com/voxpupuli/puppet-systemd/pull/418) ([TheMeier](https://github.com/TheMeier))
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.5.1-rc0",
"version": "6.6.0",
"author": "Vox Pupuli",
"summary": "Puppet Systemd module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1cbf5f6

Please sign in to comment.