From c48c352a1401d302b63f47827b406252811ee7d7 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 22 Jul 2021 12:38:45 +0000 Subject: [PATCH] Building changelog for 2.14.0 [noissue] --- CHANGES.rst | 29 +++++++++++++++++++++++++++++ CHANGES/6948.misc | 1 - CHANGES/8506.bugfix | 1 - CHANGES/8910.bugfix | 1 - CHANGES/9036.removal | 1 - 5 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 CHANGES/6948.misc delete mode 100644 CHANGES/8506.bugfix delete mode 100644 CHANGES/8910.bugfix delete mode 100644 CHANGES/9036.removal diff --git a/CHANGES.rst b/CHANGES.rst index 24dd499cd..6d819a229 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,35 @@ Changelog .. towncrier release notes start +2.14.0 (2021-07-22) +=================== + +Bugfixes +-------- + +- Add missing "Size" field in publications + `#8506 `_ +- Fixed a bug where arch=all package indices were not being synced when filtering by architecture. + `#8910 `_ + + +Removals +-------- + +- Dropped support for Python 3.6 and 3.7. pulp_deb now supports Python 3.8+. + `#9036 `_ + + +Misc +---- + +- If remotes specify components or architectures that do not exist in the synchronized Release file, a warning is now logged. + `#6948 `_ + + +---- + + 2.13.0 (2021-05-27) =================== diff --git a/CHANGES/6948.misc b/CHANGES/6948.misc deleted file mode 100644 index f1553eb98..000000000 --- a/CHANGES/6948.misc +++ /dev/null @@ -1 +0,0 @@ -If remotes specify components or architectures that do not exist in the synchronized Release file, a warning is now logged. diff --git a/CHANGES/8506.bugfix b/CHANGES/8506.bugfix deleted file mode 100644 index 11679e708..000000000 --- a/CHANGES/8506.bugfix +++ /dev/null @@ -1 +0,0 @@ -Add missing "Size" field in publications diff --git a/CHANGES/8910.bugfix b/CHANGES/8910.bugfix deleted file mode 100644 index 3ac5f0b1a..000000000 --- a/CHANGES/8910.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where arch=all package indices were not being synced when filtering by architecture. diff --git a/CHANGES/9036.removal b/CHANGES/9036.removal deleted file mode 100644 index 844d0cf9c..000000000 --- a/CHANGES/9036.removal +++ /dev/null @@ -1 +0,0 @@ -Dropped support for Python 3.6 and 3.7. pulp_deb now supports Python 3.8+.