Skip to content

Commit b1344ef

Browse files
committed
CHANGELOG: Add entry for SigningConfig API changes
Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent f1c7cfd commit b1344ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ All versions prior to 0.9.0 are untracked.
4242
* ClientTrustConfig now provides methods `production()`, `staging()`and `from_tuf()`
4343
to get access to current client configuration (trusted keys & certificates,
4444
URLs and their validity periods). [#1363](https://github.com/sigstore/sigstore-python/pull/1363)
45+
* SigningConfig now has methods that return actual clients (like `RekorClient`) instead of
46+
just URLs. The returned clients are also filtered according to SigningConfig contents.
47+
[#1407](https://github.com/sigstore/sigstore-python/pull/1407)
4548
* `--trust-config` now requires a file with SigningConfig v0.2, and is able to fully
4649
configure the used Sigstore instance [#1358]/(https://github.com/sigstore/sigstore-python/pull/1358)
4750
* By default (when `--trust-config` is not used) the whole trust configuration now

0 commit comments

Comments
 (0)