Skip to content

Commit 94818e4

Browse files
authored
Release 4.2 (#1670)
* CHANGELOG: Update with changes since 4.1 Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> * Bump version to 4.2.0 Signed-off-by: Jussi Kukkonen <jkukkonen@google.com> --------- Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 5e77497 commit 94818e4

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [4.2.0]
12+
1113
### Fixed
1214

1315
* Add state validation to OIDC flow to prevent Cross-site request forgery
@@ -16,11 +18,23 @@ All versions prior to 0.9.0 are untracked.
1618
* verification now ensures that artifact digest documented in bundle and the real digest match
1719
(this is a bundle consistency check: bundle signature was always verified over real digest)
1820
([#1652](https://github.com/sigstore/sigstore-python/pull/1652))
21+
* Fix issue with Signed Certificate Timestamp parsing where extensions
22+
were not allowed by sigstore-python
23+
([1657](https://github.com/sigstore/sigstore-python/pull/1657), [1659](https://github.com/sigstore/sigstore-python/pull/1659))
24+
25+
### Changed
26+
27+
* Update supported public key algorithms
28+
([#1604](https://github.com/sigstore/sigstore-python/pull/1604))
29+
* trust: Update embedded TUF root
30+
([#1589](https://github.com/sigstore/sigstore-python/pull/1589))
1931

2032
### Removed
2133

2234
* Removed support for Python 3.9 as it is end-of-life
2335
([#1645](https://github.com/sigstore/sigstore-python/pull/1645))
36+
* Removed unused nonce in Oauth flow
37+
([#1649](https://github.com/sigstore/sigstore-python/pull/1649))
2438

2539

2640
## [4.1.0]
@@ -750,7 +764,9 @@ This is a corrective release for [2.1.1].
750764

751765

752766
<!--Release URLs -->
753-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v4.0.0...HEAD
767+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v4.2.0...HEAD
768+
[4.2.0]: https://github.com/sigstore/sigstore-python/compare/v4.1.0...v4.2.0
769+
[4.1.0]: https://github.com/sigstore/sigstore-python/compare/v4.0.0...v4.1.0
754770
[4.0.0]: https://github.com/sigstore/sigstore-python/compare/v3.6.5...v4.0.0
755771
[3.6.5]: https://github.com/sigstore/sigstore-python/compare/v3.6.4...v3.6.5
756772
[3.6.4]: https://github.com/sigstore/sigstore-python/compare/v3.6.3...v3.6.4

sigstore/__init__.py

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

28-
__version__ = "4.1.0"
28+
__version__ = "4.2.0"

0 commit comments

Comments
 (0)