Skip to content

Commit

Permalink
Update v1.0.0 entry in CHANGELOG
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
lukpueh and jku committed May 2, 2024
1 parent c682259 commit fe34bac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fe34bac

Please sign in to comment.