Skip to content

Commit 6937b05

Browse files
authored
prep 3.6.2 (#1346)
Minor bump, the only noteworthy changes are tuf dependency bump and rekor keyring fix Signed-off-by: Jussi Kukkonen <[email protected]>
1 parent 3418024 commit 6937b05

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff 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

sigstore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.6.1"
28+
__version__ = "3.6.2"

0 commit comments

Comments
 (0)