From 33df509939a1702fbc9dbc5f2afd6fd44b241c38 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 13 Jan 2022 16:44:59 +0000 Subject: [PATCH] 2.16.1 changelog [noissue] --- CHANGES.rst | 17 +++++++++++++++++ CHANGES/432.bugfix | 2 -- CHANGES/433.bugfix | 2 -- 3 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 CHANGES/432.bugfix delete mode 100644 CHANGES/433.bugfix diff --git a/CHANGES.rst b/CHANGES.rst index bd6e9305b..f1b3210bc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,23 @@ Changelog .. towncrier release notes start +2.16.1 (2022-01-13) +=================== + +Bugfixes +-------- + +- Fixed a bug causing package validation to fail, when the package paragraph contains keys without values. + (backported from #8770) + `#432 `_ +- Fixed a bug causing publications to reference any ``AptReleaseSigningService`` via a full URL instead of just a ``pulp_href``. + (backported from #9563) + `#433 `_ + + +---- + + 2.16.0 (2021-10-28) =================== diff --git a/CHANGES/432.bugfix b/CHANGES/432.bugfix deleted file mode 100644 index 8177bbec5..000000000 --- a/CHANGES/432.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fixed a bug causing package validation to fail, when the package paragraph contains keys without values. -(backported from #8770) diff --git a/CHANGES/433.bugfix b/CHANGES/433.bugfix deleted file mode 100644 index 164791471..000000000 --- a/CHANGES/433.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fixed a bug causing publications to reference any ``AptReleaseSigningService`` via a full URL instead of just a ``pulp_href``. -(backported from #9563)