From d51f64912e64fa34447a6aea9f166ea39ca05b67 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Fri, 5 Feb 2021 13:44:45 -0500 Subject: [PATCH] Release 18.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0080b2a0..1e89a6c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [18.0.0](https://github.com/theforeman/puppet-katello/tree/18.0.0) (2021-02-09) + +[Full Changelog](https://github.com/theforeman/puppet-katello/compare/17.0.0...18.0.0) + +**Breaking changes:** + +- Fixes [\#30360](https://projects.theforeman.org/issues/30360): Remove Pulp 2 deployment code [\#380](https://github.com/theforeman/puppet-katello/pull/380) ([ehelms](https://github.com/ehelms)) + +**Implemented enhancements:** + +- Fixes [\#31761](https://projects.theforeman.org/issues/31761) - create katello.agent qpid queue [\#379](https://github.com/theforeman/puppet-katello/pull/379) ([jturel](https://github.com/jturel)) + ## [17.0.0](https://github.com/theforeman/puppet-katello/tree/17.0.0) (2021-02-01) [Full Changelog](https://github.com/theforeman/puppet-katello/compare/16.1.0...17.0.0) diff --git a/metadata.json b/metadata.json index 5fcfa44c..4162e2b4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-katello", - "version": "17.0.0", + "version": "18.0.0", "author": "katello", "summary": "Handles deploying and managing a Katello + Foreman server", "license": "GPL-3.0+",