From 3e168af220d415ad15605216dadc065e58b2a9dd Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 14 Oct 2023 03:02:45 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4ad1476ec..efeae0302 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,60 @@ Changelog .. towncrier release notes start +3.23.0 (2023-10-13) +=================== + + +Features +-------- + +- Added NOCACHE_LIST config to enable specifying files to be served with a no-cache header. + + By default, repomd.xml, repomd.key, and repomd.key.asc are served with + Cache-control: no-cache. + `#2947 `__ +- Added to the distribution generate_repo_config field specifying whether Pulp should generate + ``*.repo`` files. Defaults to False. + `#2985 `__ +- Added a ``filename`` filter to package list endpoint. + `#3215 `__ +- Adjusted default access policies for new labels api. + `#3243 `__ + + +Bugfixes +-------- + +- Fixed a deadlock during concurrent syncs of rpm-repos that need data fixups. + `#2980 `__ +- Don't write invalid characters to a repo id, even if the distro name contains them. + `#3170 `__ +- Made 0048 migration more robust in the face of unexpected data. + `#3177 `__ +- Stopped package upload to parse the artifact twice. + `#3183 `__ +- Remove the non functional ``retrieve`` logic from advisories upload, fixing a bug that appeared + with pulpcore >= 3.29. + `#3195 `__ +- Made 0049 migration more robust in the face of unexpected data. + `#3196 `__ +- Adjust modules uniqueness to allow two modules with same NSVCA but different snippet content. + `#3241 `__ +- Improved performance of exports significantly in some circumstances by optimizing a query. + `#3259 `__ +- Fixed sporadic error due to to set domain on non-Content objects at sync time. + `#3275 `__ + + +Misc +---- + +- `#3217 `__, `#3225 `__, `#3226 `__, `#3234 `__, `#3254 `__ + + +---- + + 3.22.5 (2023-09-29) =================== @@ -854,6 +908,20 @@ Misc ---- +3.17.20 (2023-10-13) +==================== + + +Bugfixes +-------- + +- Improved performance by reducing the number of small queries during exports. + `#3286 `__ + + +---- + + 3.17.19 (2023-10-02) ====================