From 52f83b2bc2288b4c921886b6ec86192f7457d09d Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 13 Feb 2024 14:11:48 +0100 Subject: [PATCH] Release 24.2.0 --- CHANGELOG.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c185767e..30950eed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [24.2.0](https://github.com/theforeman/puppet-foreman/tree/24.2.0) (2024-02-19) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.1.0...24.2.0) + +**Implemented enhancements:** + +- Mark compatible with puppet/redis 10.x [\#1153](https://github.com/theforeman/puppet-foreman/pull/1153) ([ekohl](https://github.com/ekohl)) +- Support EL9 [\#1152](https://github.com/theforeman/puppet-foreman/pull/1152) ([ekohl](https://github.com/ekohl)) +- Add hiera data manager \(HDM\) plugin [\#1149](https://github.com/theforeman/puppet-foreman/pull/1149) ([tuxmea](https://github.com/tuxmea)) +- Only install dnf module on EL8 [\#1147](https://github.com/theforeman/puppet-foreman/pull/1147) ([ekohl](https://github.com/ekohl)) + ## [24.1.0](https://github.com/theforeman/puppet-foreman/tree/24.1.0) (2023-11-29) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.0.0...24.1.0) diff --git a/metadata.json b/metadata.json index 8c485e963..0d69aace7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "24.1.0", + "version": "24.2.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",