From 0bd28c130e04771d57e9ae39e68df206fcda5330 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 12 Aug 2024 18:09:40 +0200 Subject: [PATCH] Release 25.1.0 --- CHANGELOG.md | 10 ++++++++++ metadata.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50646f62..9ce3b078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [25.1.0](https://github.com/theforeman/puppet-foreman/tree/25.1.0) (2024-08-12) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.0.0...25.1.0) + +**Implemented enhancements:** + +- always log foreman-rake output [\#1170](https://github.com/theforeman/puppet-foreman/pull/1170) ([evgeni](https://github.com/evgeni)) +- Update puppet\_metadata to ~\> 4.0 and voxpupuli-acceptance to ~\> 3.0 [\#1169](https://github.com/theforeman/puppet-foreman/pull/1169) ([archanaserver](https://github.com/archanaserver)) +- Add AlmaLinux 8 & 9 support [\#1168](https://github.com/theforeman/puppet-foreman/pull/1168) ([archanaserver](https://github.com/archanaserver)) + ## [25.0.0](https://github.com/theforeman/puppet-foreman/tree/25.0.0) (2024-05-16) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.2.0...25.0.0) diff --git a/metadata.json b/metadata.json index 8685b699..e4577794 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "25.0.0", + "version": "25.1.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",