From fe34baceeac69db207cb41634f86a1a8cf35852e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20P=C3=BChringer?= Date: Thu, 2 May 2024 12:31:24 +0200 Subject: [PATCH] Update v1.0.0 entry in CHANGELOG * Add Jussi's opener paragraph for 1.0.0 * Include just merged VaultSigner Co-authored-by: Jussi Kukkonen Signed-off-by: Lukas Puehringer --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10763e9c..4c601f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ ## securesystemslib v1.0.0 +Securesystemslib API is now considered stable. The core functionality is +provided in the _Signer_ interface and the half a dozen integrated _Signer_ +implementations that can be found in the `signer` module. Smaller helper +modules `dsse`, `formats`, `hash` and `storage` are also part of the API. +Several legacy modules have been removed. + ### Added * Signer: add public_key attribute to interface (#756) +* VaultSigner: Signer implementation for HashiCorp Vault (#800) * CryptoSigner: support ecdsa keytype that is no longer in spec (#711) * CryptoSigner: add private_bytes property (#799) * CryptoSigner: add `"file2"` signer uri (#759)