From 02c6b4e9617a3a3961f597bfb04c346a990a1336 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Wed, 5 Nov 2025 10:43:27 -0500 Subject: [PATCH] Release 21.2.0 --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09113085..a245226c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [21.1.0](https://github.com/theforeman/puppet-certs/tree/21.1.0) (2025-08-04) +## [21.2.0](https://github.com/theforeman/puppet-certs/tree/21.2.0) (2025-11-05) + +[Full Changelog](https://github.com/theforeman/puppet-certs/compare/21.1.0...21.2.0) + +**Implemented enhancements:** + +- Add class to configure generating certificates [\#449](https://github.com/theforeman/puppet-certs/pull/449) ([ehelms](https://github.com/ehelms)) + +## [21.1.0](https://github.com/theforeman/puppet-certs/tree/21.1.0) (2025-08-07) [Full Changelog](https://github.com/theforeman/puppet-certs/compare/21.0.0...21.1.0) diff --git a/metadata.json b/metadata.json index 270ded70..b26b6fda 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-certs", - "version": "21.1.0", + "version": "21.2.0", "author": "katello", "summary": "Deploys CA and required certs for a Foreman and Katello installation.", "license": "GPL-3.0+",