From ad09b8e1833f6cc9376f7077aeb3dca4cc0ea940 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 7 Aug 2024 03:06:38 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a4b98e04..d95e418f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,20 @@ [//]: # (towncrier release notes start) +## 3.3.1 (2024-08-06) {: #3.3.1 } + +#### Bugfixes {: #3.3.1-bugfix } + +- Fixed throwing the wrong error when pointing to an invalid repository with a custom signing service. + [#1122](https://github.com/pulp/pulp_deb/issues/1122) + +#### Misc {: #3.3.1-misc } + +- Improved the publish task performance by optimizing the database queries used in that task. + [#1115](https://github.com/pulp/pulp_deb/issues/1115) + +--- + ## 3.3.0 (2024-06-19) {: #3.3.0 } @@ -45,6 +59,23 @@ --- +## 3.2.1 (2024-08-06) {: #3.2.1 } + +#### Bugfixes {: #3.2.1-bugfix } + +- Fixed a bug where an ``IntegrityError`` was raised during publish when a source package belonged to + two dists. + [#1053](https://github.com/pulp/pulp_deb/issues/1053) +- Fixed throwing the wrong error when pointing to an invalid repository with a custom signing service. + [#1122](https://github.com/pulp/pulp_deb/issues/1122) + +#### Misc {: #3.2.1-misc } + +- Improved the publish task performance by optimizing the database queries used in that task. + [#1115](https://github.com/pulp/pulp_deb/issues/1115) + +--- + ## 3.2.0 (2024-03-04) {: #3.2.0 } ### Features