File tree 2 files changed +15
-3
lines changed
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.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.6.2]
12
+
13
+ ### Fixed
14
+
11
15
* Fixed issue where a trust root with multiple rekor keys was not considered valid:
12
16
Now any rekor key listed in the trust root is considered good to verify entries
13
17
[ #1350 ] ( https://github.com/sigstore/sigstore-python/pull/1350 )
14
18
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
+
15
26
## [ 3.6.1]
16
27
17
28
### Fixed
@@ -597,8 +608,9 @@ This is a corrective release for [2.1.1].
597
608
598
609
599
610
<!-- 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
602
614
[ 3.6.0 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.6.0
603
615
[ 3.5.3 ] : https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
604
616
[ 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 25
25
* `sigstore.sign`: creation of Sigstore signatures
26
26
"""
27
27
28
- __version__ = "3.6.1 "
28
+ __version__ = "3.6.2 "
You can’t perform that action at this time.
0 commit comments