From cf63538590afa2e0244fdf0260d0c58cf9150758 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Mon, 2 Oct 2023 11:39:24 -0700 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 14 +++++++++++++- metadata.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941300a..793e76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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. -## [v4.0.0](https://github.com/voxpupuli/puppet-kmod/tree/v4.0.0) (2023-08-06) +## [v4.0.1](https://github.com/voxpupuli/puppet-kmod/tree/v4.0.1) (2023-10-02) + +[Full Changelog](https://github.com/voxpupuli/puppet-kmod/compare/v4.0.0...v4.0.1) + +**Fixed bugs:** + +- kmods fact produces null byte in parameters datastructure [\#98](https://github.com/voxpupuli/puppet-kmod/issues/98) + +**Merged pull requests:** + +- Strip null bytes in kmods fact [\#107](https://github.com/voxpupuli/puppet-kmod/pull/107) ([saz](https://github.com/saz)) + +## [v4.0.0](https://github.com/voxpupuli/puppet-kmod/tree/v4.0.0) (2023-08-07) [Full Changelog](https://github.com/voxpupuli/puppet-kmod/compare/v3.2.0...v4.0.0) diff --git a/metadata.json b/metadata.json index 220b94e..a3bd9eb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-kmod", - "version": "4.0.1-rc0", + "version": "4.0.1", "author": "Vox Pupuli", "summary": "Manage Linux kernel modules with Puppet", "license": "Apache-2.0",