From 1bd07d0e60d7fa22deba6b1cf1cf2c925be76a2b Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 4 Nov 2024 16:51:13 +0100 Subject: [PATCH] Release 25.3.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811a9814..f8622cb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [25.3.0](https://github.com/theforeman/puppet-foreman/tree/25.3.0) (2024-11-04) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.2.2...25.3.0) + +**Implemented enhancements:** + +- add support for plugin `ensure` stage \*purged\* [\#1187](https://github.com/theforeman/puppet-foreman/pull/1187) ([UiP9AV6Y](https://github.com/UiP9AV6Y)) + +**Fixed bugs:** + +- properly escape quotes in passwords by calling to\_ruby [\#1189](https://github.com/theforeman/puppet-foreman/pull/1189) ([evgeni](https://github.com/evgeni)) + ## [25.2.2](https://github.com/theforeman/puppet-foreman/tree/25.2.2) (2024-09-18) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.2.1...25.2.2) diff --git a/metadata.json b/metadata.json index 242c82b3..c6948b0b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "25.2.2", + "version": "25.3.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",