From 639fb9222d7754725788525b3d8ba24dcfef1b39 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Wed, 8 Jan 2025 03:04:51 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b56938a11..7e7414935 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -43,6 +43,12 @@ --- +## 2.21.2 (2025-01-07) {: #2.21.2 } + +No significant changes. + +--- + ## 2.21.1 (2024-10-25) {: #2.21.1 } #### Bugfixes {: #2.21.1-bugfix } @@ -101,6 +107,19 @@ --- +## 2.20.5 (2025-01-07) {: #2.20.5 } + +#### Bugfixes {: #2.20.5-bugfix } + +- Fixed a bug where the authentication scheme in the authorization header + was not being parsed correctly. + [#1812](https://github.com/pulp/pulp_container/issues/1812) +- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter + was defined as required. + [#1874](https://github.com/pulp/pulp_container/issues/1874) + +--- + ## 2.20.4 (2024-10-25) {: #2.20.4 } #### Bugfixes {: #2.20.4-bugfix } @@ -172,6 +191,31 @@ No significant changes. --- +## 2.19.4 (2025-01-07) {: #2.19.4 } + +#### Bugfixes {: #2.19.4-bugfix } + +- Added ``application/vnd.docker.distribution.manifest.v1+prettyjws`` to the list of accepted + media types retrieved from a remote registry. + [#1444](https://github.com/pulp/pulp_container/issues/1444) +- Fixed sync failure due to ignored certs during registry signature extentions API check. + [#1552](https://github.com/pulp/pulp_container/issues/1552) +- Fixed a bug that disallowed users from leveraging the remote authentication. + [#1577](https://github.com/pulp/pulp_container/issues/1577) +- Fixed a bug that caused the registry to not accept requests from anonymous users when token + authentication was disabled. + [#1605](https://github.com/pulp/pulp_container/issues/1605) +- Fixed the long accept header limit exceed during sync. + [#1696](https://github.com/pulp/pulp_container/issues/1696) +- Fixed a bug where the authentication scheme in the authorization header + was not being parsed correctly. + [#1812](https://github.com/pulp/pulp_container/issues/1812) +- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter + was defined as required. + [#1874](https://github.com/pulp/pulp_container/issues/1874) + +--- + ## 2.19.3 (2024-04-23) {: #2.19.3 } ### Bugfixes @@ -290,6 +334,16 @@ No significant changes. --- +## 2.16.10 (2025-01-07) {: #2.16.10 } + +#### Bugfixes {: #2.16.10-bugfix } + +- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter + was defined as required. + [#1874](https://github.com/pulp/pulp_container/issues/1874) + +--- + ## 2.16.9 (2024-07-09) {: #2.16.9 } @@ -414,6 +468,19 @@ No significant changes. --- +## 2.15.7 (2025-01-07) {: #2.15.7 } + +#### Bugfixes {: #2.15.7-bugfix } + +- Fixed a bug where the authentication scheme in the authorization header + was not being parsed correctly. + [#1812](https://github.com/pulp/pulp_container/issues/1812) +- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter + was defined as required. + [#1874](https://github.com/pulp/pulp_container/issues/1874) + +--- + ## 2.15.6 (2024-03-15) {: #2.15.6 } ### Bugfixes @@ -529,6 +596,16 @@ No significant changes. --- +## 2.14.17 (2025-01-07) {: #2.14.17 } + +#### Bugfixes {: #2.14.17-bugfix } + +- Fixed an issue in `DOCKER_MANIFEST_V1_SCHEMA` definition where the optional `jwk` header parameter + was defined as required. + [#1874](https://github.com/pulp/pulp_container/issues/1874) + +--- + ## 2.14.16 (2024-07-24) {: #2.14.16 }