diff --git a/CHANGES.rst b/CHANGES.rst index 51a9e011d..4807aa1c8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,35 @@ Changelog .. towncrier release notes start +2.18.0 (2024-02-02) +=================== + +Features +-------- + +- Added support for pull-through caching. Users can now configure a dedicated distribution and remote + linked to an external registry without the need to create and mirror repositories in advance. Pulp + downloads missing content automatically if requested and acts as a caching proxy. + `#507 `__ + + +Bugfixes +-------- + +- Added ``application/vnd.docker.distribution.manifest.v1+prettyjws`` to the list of accepted + media types retrieved from a remote registry. + `#1444 `__ + + +Misc +---- + +- `#489 `__, `#1275 `__ + + +---- + + 2.17.0 (2023-11-03) =================== @@ -261,6 +290,19 @@ Misc ---- +2.14.11 (2024-01-30) +==================== + +Bugfixes +-------- + +- Disabled TLS validation, if opted out in a remote, when syncing signatures. + `#1305 `__ + + +---- + + 2.14.10 (2024-01-15) ====================