diff --git a/CHANGES.rst b/CHANGES.rst index 45767bcad..2345dac67 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,40 @@ Changelog .. towncrier release notes start +3.1.0 (2023-11-09) +================ + +Features +-------- + +- Add support for handling source packages. + `#409 `_ +- Added an option to publish `by-hash/` files to mitigate the Hash Sum Mismatch error in debian repos as specified here: https://wiki.debian.org/DebianRepository/Format#indices_acquisition_via_hashsums_.28by-hash.29. + Use the APT_BY_HASH setting to enable this feature. + `#795 `_ +- Fixed the ``create_repositories=True`` parameter for importing content. + `#872 `_ +- Add additional package name filters such as ``name__contains`` and ``name__startswith``. + Check the REST docs for a complete list. + `#909 `_ +- Added extra filters linking SourcePackages to Releases and ReleaseComponents. + `#926 `_ +- Made the plugin compatible with pulpcore 3.40.1+. + `#928 `_ + + +Bugfixes +-------- + +- Improved the performance of structured ``/pulp/api/v3/deb/copy/`` actions. + `#870 `_ +- Optimize mode can now take effect, when switching from mirrored to not mirrored mode between syncs. + `#903 `_ + + +---- + + 3.0.0 (2023-09-05) ================== diff --git a/CHANGES/409.feature b/CHANGES/409.feature deleted file mode 100644 index fddfe71f7..000000000 --- a/CHANGES/409.feature +++ /dev/null @@ -1 +0,0 @@ -Add support for handling source packages. \ No newline at end of file diff --git a/CHANGES/795.feature b/CHANGES/795.feature deleted file mode 100644 index 0aa1b13d1..000000000 --- a/CHANGES/795.feature +++ /dev/null @@ -1,2 +0,0 @@ -Added an option to publish `by-hash/` files to mitigate the Hash Sum Mismatch error in debian repos as specified here: https://wiki.debian.org/DebianRepository/Format#indices_acquisition_via_hashsums_.28by-hash.29. -Use the APT_BY_HASH setting to enable this feature. diff --git a/CHANGES/870.bugfix b/CHANGES/870.bugfix deleted file mode 100644 index bcf5a7db6..000000000 --- a/CHANGES/870.bugfix +++ /dev/null @@ -1 +0,0 @@ -Improved the performance of structured ``/pulp/api/v3/deb/copy/`` actions. diff --git a/CHANGES/872.feature b/CHANGES/872.feature deleted file mode 100644 index d453c4070..000000000 --- a/CHANGES/872.feature +++ /dev/null @@ -1 +0,0 @@ -Fixed the ``create_repositories=True`` parameter for importing content. diff --git a/CHANGES/903.bugfix b/CHANGES/903.bugfix deleted file mode 100644 index 5bb14b477..000000000 --- a/CHANGES/903.bugfix +++ /dev/null @@ -1 +0,0 @@ -Optimize mode can now take effect, when switching from mirrored to not mirrored mode between syncs. diff --git a/CHANGES/909.feature b/CHANGES/909.feature deleted file mode 100644 index 497c2dbd1..000000000 --- a/CHANGES/909.feature +++ /dev/null @@ -1,2 +0,0 @@ -Add additional package name filters such as ``name__contains`` and ``name__startswith``. -Check the REST docs for a complete list. diff --git a/CHANGES/926.feature b/CHANGES/926.feature deleted file mode 100644 index 552128ae4..000000000 --- a/CHANGES/926.feature +++ /dev/null @@ -1 +0,0 @@ -Added extra filters linking SourcePackages to Releases and ReleaseComponents. diff --git a/CHANGES/928.feature b/CHANGES/928.feature deleted file mode 100644 index 2ed0d6940..000000000 --- a/CHANGES/928.feature +++ /dev/null @@ -1 +0,0 @@ -Made the plugin compatible with pulpcore 3.40.1+.