From 8147aed5ee96f50daa18e4e9f0e95e7657021b7c Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 8 Mar 2024 14:41:57 +0100 Subject: [PATCH] Release 6.6.0 --- CHANGELOG.md | 14 +++++++++++++- metadata.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c607d22..426fc27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/metadata.json b/metadata.json index f82d722d..385e50d5 100644 --- a/metadata.json +++ b/metadata.json @@ -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",