From e2a1cbac231b9af7e650d3ca8cd8ff39750dd43a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 1 Dec 2020 11:42:00 -0500 Subject: [PATCH] Bump version and update changelog for 3.17.1 --- CHANGELOG.md | 16 ++++++++++++++++ lib/katello/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669605c54d3..f43248e6157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 3.17.1 (2020-12-01) + +## Bug Fixes + +### Hosts + * Hypervisors upload fails with duplicate UUIDs ([#30826](https://projects.theforeman.org/issues/30826), [59210c07](https://github.com/Katello/katello.git/commit/59210c0704e6935e045d6cb20584618862bac368)) + + ### Errata Management + * Katello Pulp 3 Applicability errors out when deleted hosts are plucked from the queue ([#31321](https://projects.theforeman.org/issues/31321), [260c0ff](https://github.com/Katello/katello/pull/9041/commits/260c0ff7e2280a686a9a06ddf77b3a686a3e46fa)) + + ### Repositories + * “NoMethodError: undefined method `repository_href’ for nil:NilClass” when syncing yum repos ([#31247](https://projects.theforeman.org/issues/31247), [6ef23ff](https://github.com/Katello/katello.git/commit/6ef23ff41adaeeb13feab7ec8fbebceb792cb313)) + +### Content Views +* publishing a content view w/ a filter with multiple repositories and 10K+ rpms will result in empty repos ([#31268](https://projects.theforeman.org/issues/31268), [59a20b7](https://github.com/Katello/katello.git/commit/59a20b76a851f690d2b1325180ab4e3021c5cf82)) + # 3.17.0 (2020-11-06) ## Features diff --git a/lib/katello/version.rb b/lib/katello/version.rb index b93b86679a4..ea284005300 100644 --- a/lib/katello/version.rb +++ b/lib/katello/version.rb @@ -1,3 +1,3 @@ module Katello - VERSION = "3.17.0".freeze + VERSION = "3.17.1".freeze end