From ec0b051e72d038880995fd37b70e7f54292b8b55 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Mon, 4 Mar 2024 17:36:13 +0000 Subject: [PATCH] Release 3.2.0 --- .bumpversion.cfg | 2 +- CHANGES.rst | 53 ++++++++++++++++++++++++++++++++++++++++ CHANGES/1010.feature | 1 - CHANGES/1010.removal | 2 -- CHANGES/1019.bugfix | 1 - CHANGES/1027.feature | 1 - CHANGES/911.feature | 3 --- CHANGES/919.misc | 1 - CHANGES/921.bugfix | 3 --- CHANGES/970.misc | 1 - CHANGES/976.bugfix | 1 - CHANGES/984.bugfix | 1 - CHANGES/994.bugfix | 1 - docs/conf.py | 4 +-- pulp_deb/app/__init__.py | 2 +- setup.py | 2 +- 16 files changed, 58 insertions(+), 21 deletions(-) delete mode 100644 CHANGES/1010.feature delete mode 100644 CHANGES/1010.removal delete mode 100644 CHANGES/1019.bugfix delete mode 100644 CHANGES/1027.feature delete mode 100644 CHANGES/911.feature delete mode 100644 CHANGES/919.misc delete mode 100644 CHANGES/921.bugfix delete mode 100644 CHANGES/970.misc delete mode 100644 CHANGES/976.bugfix delete mode 100644 CHANGES/984.bugfix delete mode 100644 CHANGES/994.bugfix diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c7f405a50..859146d3d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0.dev +current_version = 3.2.0 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+))? diff --git a/CHANGES.rst b/CHANGES.rst index eab84ae3d..a3bba81cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,59 @@ Changelog .. towncrier release notes start +3.2.0 (2024-03-04) +================== + +Features +-------- + +- Added feature to serve published artifacts from previous publications for 3 days. + This fulfills the apt-by-hash/acquire-by-hash spec by allowing by-hash files to be cached for a + period of 3 days. + `#911 `_ +- Added retrieve functionality for ReleaseArchitecture and ReleaseComponent content. + `#1010 `_ +- Allow optimize with mirror mode if nothing at all has changed in the repository being synced. + `#1027 `_ + + +Bugfixes +-------- + +- Fixed repo uniqueness constraints. + Duplicate packages with identical checksums are now allowed. + In addition, duplicates are now also handled for the set of incoming content. + `#921 `_ +- Fixed a bug where pulp_deb was serving unpublished content when distributing a repository that has content but no publications. + `#976 `_ +- Fixed a bug where enabling the ``APT_BY_HASH`` setting did not enable the feature. + `#984 `_ +- Fixed DEBUG logging of prohibited duplicate packages. + `#994 `_ +- Suppressed deb822's confusing log warning about python-apt not being installed. + `#1019 `_ + + +Removals +-------- + +- The API endpoints for ReleaseArchitecture and ReleaseComponent creation will no longer return a 400 ``non_field_errors`` if the content to be created already exists. + Instead a task is triggered that will list the existing content in its ``created_resources`` field. + `#1010 `_ + + +Misc +---- + +- Added tests that verify the download of content served by ``pulp_deb``. + `#919 `_ +- Added sync, publish and pulp2pulp performance tests to run with the nightly CI. + `#970 `_ + + +---- + + 3.1.2 (2024-02-29) ================== diff --git a/CHANGES/1010.feature b/CHANGES/1010.feature deleted file mode 100644 index 93a1fc0fa..000000000 --- a/CHANGES/1010.feature +++ /dev/null @@ -1 +0,0 @@ -Added retrieve functionality for ReleaseArchitecture and ReleaseComponent content. diff --git a/CHANGES/1010.removal b/CHANGES/1010.removal deleted file mode 100644 index a3d9c70fd..000000000 --- a/CHANGES/1010.removal +++ /dev/null @@ -1,2 +0,0 @@ -The API endpoints for ReleaseArchitecture and ReleaseComponent creation will no longer return a 400 ``non_field_errors`` if the content to be created already exists. -Instead a task is triggered that will list the existing content in its ``created_resources`` field. diff --git a/CHANGES/1019.bugfix b/CHANGES/1019.bugfix deleted file mode 100644 index ce0b17303..000000000 --- a/CHANGES/1019.bugfix +++ /dev/null @@ -1 +0,0 @@ -Suppressed deb822's confusing log warning about python-apt not being installed. diff --git a/CHANGES/1027.feature b/CHANGES/1027.feature deleted file mode 100644 index 448fa638a..000000000 --- a/CHANGES/1027.feature +++ /dev/null @@ -1 +0,0 @@ -Allow optimize with mirror mode if nothing at all has changed in the repository being synced. diff --git a/CHANGES/911.feature b/CHANGES/911.feature deleted file mode 100644 index f9c555fa0..000000000 --- a/CHANGES/911.feature +++ /dev/null @@ -1,3 +0,0 @@ -Added feature to serve published artifacts from previous publications for 3 days. -This fulfills the apt-by-hash/acquire-by-hash spec by allowing by-hash files to be cached for a -period of 3 days. diff --git a/CHANGES/919.misc b/CHANGES/919.misc deleted file mode 100644 index 4c7462fe0..000000000 --- a/CHANGES/919.misc +++ /dev/null @@ -1 +0,0 @@ -Added tests that verify the download of content served by ``pulp_deb``. diff --git a/CHANGES/921.bugfix b/CHANGES/921.bugfix deleted file mode 100644 index 0a539c9df..000000000 --- a/CHANGES/921.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Fixed repo uniqueness constraints. -Duplicate packages with identical checksums are now allowed. -In addition, duplicates are now also handled for the set of incoming content. diff --git a/CHANGES/970.misc b/CHANGES/970.misc deleted file mode 100644 index cc2257d73..000000000 --- a/CHANGES/970.misc +++ /dev/null @@ -1 +0,0 @@ -Added sync, publish and pulp2pulp performance tests to run with the nightly CI. diff --git a/CHANGES/976.bugfix b/CHANGES/976.bugfix deleted file mode 100644 index b6900cb1c..000000000 --- a/CHANGES/976.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where pulp_deb was serving unpublished content when distributing a repository that has content but no publications. diff --git a/CHANGES/984.bugfix b/CHANGES/984.bugfix deleted file mode 100644 index cbb377b8d..000000000 --- a/CHANGES/984.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug where enabling the ``APT_BY_HASH`` setting did not enable the feature. diff --git a/CHANGES/994.bugfix b/CHANGES/994.bugfix deleted file mode 100644 index ca062bb4e..000000000 --- a/CHANGES/994.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed DEBUG logging of prohibited duplicate packages. diff --git a/docs/conf.py b/docs/conf.py index 288f53568..b77adb433 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "3.2.0.dev" +version = "3.2.0" # The full version, including alpha/beta/rc tags. -release = "3.2.0.dev" +release = "3.2.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pulp_deb/app/__init__.py b/pulp_deb/app/__init__.py index 31a65ebc6..3cb937b2d 100644 --- a/pulp_deb/app/__init__.py +++ b/pulp_deb/app/__init__.py @@ -6,5 +6,5 @@ class PulpDebPluginAppConfig(PulpPluginAppConfig): name = "pulp_deb.app" label = "deb" - version = "3.2.0.dev" + version = "3.2.0" python_package_name = "pulp_deb" diff --git a/setup.py b/setup.py index 3e35c341d..1d97893bd 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="pulp-deb", - version="3.2.0.dev", + version="3.2.0", description="pulp-deb plugin for the Pulp Project", long_description=long_description, long_description_content_type="text/markdown",