From e287091c6d0ffc3751e2f76ac043255b0cf90d9b Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 28 Jun 2024 03:01:07 +0000 Subject: [PATCH] Update Changelog [noissue] --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8fcc0064f..d9f1f54c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -160,6 +160,19 @@ No significant changes. --- +## 2.16.8 (2024-06-27) {: #2.16.8 } + + +#### Bugfixes {: #2.16.8-bugfix } + +- 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) + +--- + ## 2.16.7 (2024-06-21) {: #2.16.7 }