Skip to content

Commit fe34bac

Browse files
lukpuehjku
authored andcommitted
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 <[email protected]> Signed-off-by: Lukas Puehringer <[email protected]>
1 parent c682259 commit fe34bac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
## securesystemslib v1.0.0
44

5+
Securesystemslib API is now considered stable. The core functionality is
6+
provided in the _Signer_ interface and the half a dozen integrated _Signer_
7+
implementations that can be found in the `signer` module. Smaller helper
8+
modules `dsse`, `formats`, `hash` and `storage` are also part of the API.
9+
Several legacy modules have been removed.
10+
511
### Added
612
* Signer: add public_key attribute to interface (#756)
13+
* VaultSigner: Signer implementation for HashiCorp Vault (#800)
714
* CryptoSigner: support ecdsa keytype that is no longer in spec (#711)
815
* CryptoSigner: add private_bytes property (#799)
916
* CryptoSigner: add `"file2"` signer uri (#759)

0 commit comments

Comments
 (0)