From 328eddb36eefbafd774912440dd382946d845c04 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Sun, 24 Oct 2021 14:21:11 -0400 Subject: [PATCH] Release 21.1.0 --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2247c930..178fd43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [21.1.0](https://github.com/theforeman/puppet-katello/tree/21.1.0) (2021-10-29) + +[Full Changelog](https://github.com/theforeman/puppet-katello/compare/21.0.0...21.1.0) + +**Implemented enhancements:** + +- Allow katello/certs 14.0.0 [\#431](https://github.com/theforeman/puppet-katello/pull/431) ([ehelms](https://github.com/ehelms)) +- Use Foreman client certificates to setup qpid queues [\#428](https://github.com/theforeman/puppet-katello/pull/428) ([ehelms](https://github.com/ehelms)) +- Configure Candlepin with CA key password [\#427](https://github.com/theforeman/puppet-katello/pull/427) ([ehelms](https://github.com/ehelms)) + +**Fixed bugs:** + +- Remove katello\_applicability setting [\#432](https://github.com/theforeman/puppet-katello/pull/432) ([ekohl](https://github.com/ekohl)) + ## [21.0.0](https://github.com/theforeman/puppet-katello/tree/21.0.0) (2021-07-23) [Full Changelog](https://github.com/theforeman/puppet-katello/compare/20.0.0...21.0.0) diff --git a/metadata.json b/metadata.json index f130af01..6e0a04aa 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-katello", - "version": "21.0.0", + "version": "21.1.0", "author": "katello", "summary": "Handles deploying and managing a Katello + Foreman server", "license": "GPL-3.0+",