From a2c0839199ea490a942495856d379825b890a117 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Tue, 7 May 2024 03:01:09 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 399e2bb71..439dbfb1d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,50 @@ Changelog .. towncrier release notes start +2.20.0 (2024-05-06) +=================== + +Features +-------- + +- Updated the Manifest model to no longer rely on artifacts, storing all manifest data internally + within the database. This change dissociates the manifest from external files on the storage + backend. + `#1288 `__ + + +Bugfixes +-------- + +- Resolved circular import errors raised when using pulp-container as a library. + `#1561 `__ +- Fixed hande-image-data command to skip content that has labels/annotations already populated. + `#1573 `__ +- Fixed handle-image-data command to update all entries in one run. + `#1575 `__ +- Fixed a bug that disallowed users from leveraging the remote authentication. + `#1577 `__ +- Fixed a bug that caused the registry to not accept requests from anonymous users when token + authentication was disabled. + `#1605 `__ + + +Deprecations and Removals +------------------------- + +- Removed the deprecated `ADDITIONAL_OCI_ARTIFACT_TYPES` setting. + `#1537 `__ + + +Misc +---- + +- + + +---- + + 2.19.3 (2024-04-23) ===================