From e1f2d0ea1dc9c6148fe6ec848a98246d3dde0482 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 19 Jan 2024 03:02:58 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index b1c148df7..3d492517f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,49 @@ Changelog .. towncrier release notes start +3.25.0 (2024-01-18) +=================== + +Features +-------- + +- Added a ``compression_type`` option to allow publishing metadata files with zstd compression (in addition to the default gzip). + `#3316 `__ +- Raised pulpcore requirement to 3.44.1 to fix an RBAC related bug. + `#3381 `__ + + +Bugfixes +-------- + +- Added support for preventing unquoted NSVCA numerical values (e.g. ``"stream": 2.10``) of having zeros stripped on modulemd YAML files. + `#3285 `__ +- Fixed bug about malformed tuple introduced on the removal of sqlite-metadata support (PR #3328). + `#3351 `__ +- Fixed server error when trying to create repository with deprecated `gpgcheck` and `repo_gpgcheck`. + `#3357 `__ +- Fixes bug where RpmPublications couldn't be created when using a non-admin user. + `#3381 `__ + + +Deprecations and Removals +------------------------- + +- Removed the ability to generate sqlite metadata during repository publish. + `#2457 `__ +- Removed support for publishing repos with a checksum type of md5, sha1, or sha224 + `#2488 `__ + + +Misc +---- + +- `#3345 `__ + + +---- + + 3.24.1 (2024-01-05) ===================