From 7b69336a2d27ffcbaa5009bd315d832d44bd1a10 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 6 Dec 2023 09:52:24 +0100 Subject: [PATCH] Release 6.3.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3616c3b..ed25a0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.3.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.3.0) (2023-12-06) + +[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.2.0...v6.3.0) + +**Implemented enhancements:** + +- Add some missing `Unit` options [\#396](https://github.com/voxpupuli/puppet-systemd/pull/396) ([gcoxmoz](https://github.com/gcoxmoz)) + +**Fixed bugs:** + +- Invalid option `MaxFree` in `cordedump.conf` [\#398](https://github.com/voxpupuli/puppet-systemd/issues/398) +- Correct coredump parameter from `MaxFree` to `KeepFree` [\#399](https://github.com/voxpupuli/puppet-systemd/pull/399) ([traylenator](https://github.com/traylenator)) + ## [v6.2.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.2.0) (2023-11-21) [Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.1.0...v6.2.0) diff --git a/metadata.json b/metadata.json index 165b97b2..c6202942 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-systemd", - "version": "6.2.1-rc0", + "version": "6.3.0", "author": "Vox Pupuli", "summary": "Puppet Systemd module", "license": "Apache-2.0",