From 08ee929d57d86d01108f443021477e4645193804 Mon Sep 17 00:00:00 2001 From: Arvind Jangir Date: Wed, 29 Jul 2026 12:40:09 +0530 Subject: [PATCH] Release 29.0.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f531fa0..6c082ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [29.0.0](https://github.com/theforeman/puppet-katello/tree/29.0.0) (2026-07-29) + +[Full Changelog](https://github.com/theforeman/puppet-katello/compare/28.0.0...29.0.0) + +**Breaking changes:** + +- Update Candlepin Java requirement to Java 25 [\#529](https://github.com/theforeman/puppet-katello/pull/529) ([zjhuntin](https://github.com/zjhuntin)) + +**Implemented enhancements:** + +- theforeman/foreman: Allow 30.x [\#530](https://github.com/theforeman/puppet-katello/pull/530) ([arvind4501](https://github.com/arvind4501)) +- puppet/extlib: Allow 8.x [\#528](https://github.com/theforeman/puppet-katello/pull/528) ([bastelfreak](https://github.com/bastelfreak)) + ## [28.0.0](https://github.com/theforeman/puppet-katello/tree/28.0.0) (2026-04-30) [Full Changelog](https://github.com/theforeman/puppet-katello/compare/27.0.0...28.0.0) diff --git a/metadata.json b/metadata.json index 5995b78..0b4b149 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-katello", - "version": "28.0.0", + "version": "29.0.0", "author": "katello", "summary": "Handles deploying and managing a Katello + Foreman server", "license": "GPL-3.0+",