From b33257cccb033d9c6039559a893518e199c4df40 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 28 Nov 2023 16:05:37 +0100 Subject: [PATCH] Release 26.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57160b9..7d51364e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [26.0.0](https://github.com/theforeman/puppet-foreman_proxy_content/tree/26.0.0) (2023-11-28) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy_content/compare/25.0.0...26.0.0) + +**Breaking changes:** + +- puppetlabs/stdlib: Require 9.x && puppet/trusted\_ca: Allow 5.x [\#453](https://github.com/theforeman/puppet-foreman_proxy_content/pull/453) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Mark compatible with theforeman/pulpcore 9.x [\#465](https://github.com/theforeman/puppet-foreman_proxy_content/pull/465) ([ekohl](https://github.com/ekohl)) +- Mark compatible with katello/qpid 11.x [\#464](https://github.com/theforeman/puppet-foreman_proxy_content/pull/464) ([ekohl](https://github.com/ekohl)) +- Mark compatible with puppet-extlib 7.x [\#463](https://github.com/theforeman/puppet-foreman_proxy_content/pull/463) ([ekohl](https://github.com/ekohl)) +- Mark compatible with katello/certs 17.x [\#462](https://github.com/theforeman/puppet-foreman_proxy_content/pull/462) ([ekohl](https://github.com/ekohl)) +- Mark compatible with puppetlabs/apache 11.x [\#460](https://github.com/theforeman/puppet-foreman_proxy_content/pull/460) ([ekohl](https://github.com/ekohl)) +- Add Puppet 8 support [\#454](https://github.com/theforeman/puppet-foreman_proxy_content/pull/454) ([bastelfreak](https://github.com/bastelfreak)) +- Fixes [\#36854](https://projects.theforeman.org/issues/36854) - Use HTTP/2 when proxying to Foreman [\#442](https://github.com/theforeman/puppet-foreman_proxy_content/pull/442) ([ekohl](https://github.com/ekohl)) + ## [25.0.0](https://github.com/theforeman/puppet-foreman_proxy_content/tree/25.0.0) (2023-09-18) [Full Changelog](https://github.com/theforeman/puppet-foreman_proxy_content/compare/24.3.0...25.0.0) diff --git a/metadata.json b/metadata.json index db2995a6..c44c79f9 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-foreman_proxy_content", - "version": "25.0.0", + "version": "26.0.0", "author": "katello", "summary": "Deploys and manages a Foreman proxy server with content", "license": "GPL-3.0+",