From ff593384a5aaa19a54773bb8dc765298eba628d3 Mon Sep 17 00:00:00 2001 From: Lucy Fu Date: Wed, 12 Jul 2023 13:35:21 -0400 Subject: [PATCH] Release 4.8.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ katello.gemspec | 2 +- lib/katello/version.rb | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999bcd67977..cf8ad5daa10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 4.8.3 Phoenix (2023-07-12) + +## Bug Fixes + +### Repositories + * Upgrade to Katello 4.5 can fail if some on_demand repositories have checksum_type set ([#36562](https://projects.theforeman.org/issues/36562), [f0ab69db](https://github.com/Katello/katello.git/commit/f0ab69db3927014c5e570366162d8bbb1fbc6044)) + +### Hammer + * Update katello-agent deprecation warnings to show specific removal version ([#36546](https://projects.theforeman.org/issues/36546), [43d06395](https://github.com/Katello/hammer-cli-katello.git/commit/43d06395ff0f449c20b0be8c435d70a3afb3b983)) + * hammer host info no longer shows content view and lifecycle environment ([#36401](https://projects.theforeman.org/issues/36401), [85e4eaea](https://github.com/Katello/katello.git/commit/85e4eaea613dd001d7f6f8975ef6990c26e4b1a9), [94b39e09](https://github.com/Katello/hammer-cli-katello.git/commit/94b39e092ae176849b992cde4d9263392757fed7)) + +### Client/Agent + * tasks Actions::Katello::BulkAgentAction without any sub-plans and stuck in running/pending ([#36528](https://projects.theforeman.org/issues/36528), [f9bf7d00](https://github.com/Katello/katello.git/commit/f9bf7d0065c55e202275de84b9c69b5ebbca9ed0)) + +### Hosts + * undefined method `each' for #= 3.19.0", "< 3.20.0" gem.add_dependency "pulp_certguard_client", "< 2.0" gem.add_dependency "pulp_python_client", ">= 3.8.0", "< 3.9" - gem.add_dependency "pulp_ostree_client" + gem.add_dependency "pulp_ostree_client", "2.0.0" # UI gem.add_dependency "deface", '>= 1.0.2', '< 2.0.0' diff --git a/lib/katello/version.rb b/lib/katello/version.rb index 9542d089e12..14953ba7870 100644 --- a/lib/katello/version.rb +++ b/lib/katello/version.rb @@ -1,3 +1,3 @@ module Katello - VERSION = "4.8.2".freeze + VERSION = "4.8.3".freeze end