File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,21 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ## [ 3.6.2]
12+
13+ ### Fixed
14+
1115* Fixed issue where a trust root with multiple rekor keys was not considered valid:
1216 Now any rekor key listed in the trust root is considered good to verify entries
1317 [ #1350 ] ( https://github.com/sigstore/sigstore-python/pull/1350 )
1418
19+ ### Changed
20+
21+ * Upgraded python-tuf dependency to 6.0: Connections to TUF repository
22+ now use system certificates (instead of certifi) and have automatic
23+ retries
24+ * Updated the embedded TUF root to version 12
25+
1526## [ 3.6.1]
1627
1728### Fixed
@@ -597,8 +608,9 @@ This is a corrective release for [2.1.1].
597608
598609
599610<!-- Release URLs -->
600- [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...HEAD
601- [ 3.6.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1
611+ [ Unreleased ] : https://github.com/sigstore/sigstore-python/compare/v3.6.2...HEAD
612+ [ 3.6.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.1...v3.6.2
613+ [ 3.6.1 ] : https://github.com/sigstore/sigstore-python/compare/v3.6.0...v3.6.1
602614[ 3.6.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
603615[ 3.5.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
604616[ 3.5.2 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
Original file line number Diff line number Diff line change 2525* `sigstore.sign`: creation of Sigstore signatures
2626"""
2727
28- __version__ = "3.6.1 "
28+ __version__ = "3.6.2 "
You can’t perform that action at this time.
0 commit comments