Skip to content

Commit 890307c

Browse files
committed
Changelog: mention rekor v2 support
Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent d5b407b commit 890307c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ All versions prior to 0.9.0 are untracked.
1616

1717
* Added support for ed25519 keys.
1818
[#1377](https://github.com/sigstore/sigstore-python/pull/1377)
19+
1920
* API: `IdentityToken` now supports `client_id` for audience claim validation.
2021
[#1402](https://github.com/sigstore/sigstore-python/pull/1402)
2122

22-
2323
* Added a `RekorV2Client` for posting new entries to a Rekor V2 instance.
2424
[#1400](https://github.com/sigstore/sigstore-python/pull/1422)
2525

@@ -60,15 +60,21 @@ All versions prior to 0.9.0 are untracked.
6060

6161
### Changed
6262

63+
* Rekor V2 is now supported for both verification and signing: The used instances are selected
64+
with configuration from TUF or `--trust-config` as before
65+
[#1432](https://github.com/sigstore/sigstore-python/pull/1432)
66+
6367
* API:
6468
* ClientTrustConfig now provides methods `production()`, `staging()`and `from_tuf()`
6569
to get access to current client configuration (trusted keys & certificates,
6670
URLs and their validity periods). [#1363](https://github.com/sigstore/sigstore-python/pull/1363)
6771
* SigningConfig now has methods that return actual clients (like `RekorClient`) instead of
6872
just URLs. The returned clients are also filtered according to SigningConfig contents.
6973
[#1407](https://github.com/sigstore/sigstore-python/pull/1407)
74+
7075
* `--trust-config` now requires a file with SigningConfig v0.2, and is able to fully
7176
configure the used Sigstore instance [#1358]/(https://github.com/sigstore/sigstore-python/pull/1358)
77+
7278
* By default (when `--trust-config` is not used) the whole trust configuration now
7379
comes from the TUF repository [#1363](https://github.com/sigstore/sigstore-python/pull/1363)
7480

0 commit comments

Comments
 (0)