diff --git a/CHANGES.rst b/CHANGES.rst index 51863efde..c614521e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -184,6 +184,21 @@ Improved Documentation ---- +2.15.5 (2024-02-15) +=================== + +Deprecations and Removals +------------------------- + +- Removed the optional "kid" parameter stored inside the signatures' payload generated during + docker manifest v2 schema 1 conversion. This change also removes the ``ecdsa`` dependency, + which is vulnerable to Minevra timing attacks. + `#1485 `__ + + +---- + + 2.15.4 (2024-01-15) =================== @@ -305,6 +320,21 @@ Misc ---- +2.14.12 (2024-02-15) +==================== + +Deprecations and Removals +------------------------- + +- Removed the optional "kid" parameter stored inside the signatures' payload generated during + docker manifest v2 schema 1 conversion. This change also removes the ``ecdsa`` dependency, + which is vulnerable to Minevra timing attacks. + `#1485 `__ + + +---- + + 2.14.11 (2024-01-30) ==================== @@ -831,6 +861,21 @@ Misc ---- +2.10.13 (2024-02-15) +==================== + +Deprecations and Removals +------------------------- + +- Removed the optional "kid" parameter stored inside the signatures' payload generated during + docker manifest v2 schema 1 conversion. This change also removes the ``ecdsa`` dependency, + which is vulnerable to Minevra timing attacks. + `#1485 `__ + + +---- + + 2.10.12 (2023-02-28) ====================