File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ All versions prior to 0.9.0 are untracked.
42
42
* ClientTrustConfig now provides methods ` production() ` , ` staging() ` and ` from_tuf() `
43
43
to get access to current client configuration (trusted keys & certificates,
44
44
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 )
45
48
* ` --trust-config ` now requires a file with SigningConfig v0.2, and is able to fully
46
49
configure the used Sigstore instance [ #1358 ] /(https://github.com/sigstore/sigstore-python/pull/1358 )
47
50
* By default (when ` --trust-config ` is not used) the whole trust configuration now
You can’t perform that action at this time.
0 commit comments