From ced865048b6ff955b9ec6cfea3b165e970c82703 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 | 16 ++++++++++++++++ metadata.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811a9814..d13ea342 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) @@ -8,6 +20,10 @@ - Fixes [\#37761](https://projects.theforeman.org/issues/37761) - use ProxyPass and upgrade=websocket where possible [\#1185](https://github.com/theforeman/puppet-foreman/pull/1185) ([evgeni](https://github.com/evgeni)) +## [24.2.1](https://github.com/theforeman/puppet-foreman/tree/24.2.1) (2024-09-04) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.2.1...24.2.1) + ## [25.2.1](https://github.com/theforeman/puppet-foreman/tree/25.2.1) (2024-09-04) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.2.0...25.2.1) 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+",