From ec5cd9745cbfcede70c2a612f86dad3cbe8c1046 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Thu, 3 Aug 2023 03:01:32 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.rst | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 55259b922..cadfd4b6d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,58 @@ Changelog .. towncrier release notes start +2.16.0 (2023-08-02) +=================== + + +Features +-------- + +- Added OCI artifact support for Helm charts. + `#464 `__ +- Added support to serve cosign signatures, SBOMs, and attestations. + `#1165 `__ +- Added support to mirror cosign signatures, SBOMs and attestations. + `#1166 `__ +- Added suport to push cosign signatures, attestations or SBOMs to Pulp Registry. + `#1167 `__ +- Added support for monolithic upload. + `#1219 `__ +- Enabled Pulp registry to support by default some well-known OCI types. + `#1232 `__ +- Added ``ADDITIONAL_OCI_ARTIFACT_TYPES`` setting to make the list of supported OCI artifact types + configurable. + `#1233 `__ +- Added support for Flatpak index endpoints. + `#1315 `__ + + +Bugfixes +-------- + +- Taught the Container Registry to accept docker schema2 sub-manifest types in OCI index. + `#1231 `__ +- Fixed a security issue that allowed users without sufficient permissions to mount blobs. + `#1286 `__ +- Ensured downloader during the repair task contains accept headers for the + manifests to download. + `#1303 `__ +- Disabled TLS validation, if opted out in a remote, when syncing signatures. + `#1305 `__ +- Fixed pulp-to-pulp failing sync with ``406 Not Acceptable``. + `#1329 `__ + + +Improved Documentation +---------------------- + +- Took the import/export feature out of tech preview. + `#1236 `__ + + +---- + + 2.15.2 (2023-07-24) ===================