8000 Prep 0.9.0 (#364) · tetsuo-cpp/sigstore-python@62865f3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62865f3

Browse files
authored
Prep 0.9.0 (sigstore#364)
* sigstore: 0.9.0 Signed-off-by: William Woodruff <william@trailofbits.com> * CHANGELOG: record changes Signed-off-by: William Woodruff <william@trailofbits.com> Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 5a68d1e commit 62865f3

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,35 @@ All notable changes to `sigstore-python` will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
All versions prior to 0.8.4 are untracked.
7+
All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [0.9.0]
12+
13+
### Added
14+
15+
* `sigstore verify` now supports `--certificate-chain` and `--rekor-url`
16+
during verification. Ordinary uses (i.e. the default or `--staging`)
17+
are not affected ([#323](https://github.com/sigstore/sigstore-python/pull/323))
18+
19+
### Changed
20+
21+
* `sigstore sign` and `sigstore verify` now stream their input, rather than
22+
consuming it into a single buffer
23+
([#329](https://github.com/sigstore/sigstore-python/pull/329))
24+
25+
* A series of Python 3.11 deprecation warnings were eliminated
26+
([#341](https://github.com/sigstore/sigstore-python/pull/341))
27+
28+
* The "splash" page presented to users during the OAuth flow has been updated
29+
to reflect the user-friendly page added to `cosign`
30+
([#356](https://github.com/sigstore/sigstore-python/pull/356))
31+
32+
* `sigstore` now uses TUF to retrieve its trust material for Fulcio and Rekor,
33+
replacing the material that was previously baked into `sigstore._store`
34+
([#351](https://github.com/sigstore/sigstore-python/pull/351))
35+
1136
<!--Release URLs -->
12-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...HEAD
37+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v0.9.0...HEAD
38+
[0.9.0]: https://github.com/sigstore/sigstore-python/compare/v0.8.3...v0.9.0

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
The `sigstore` APIs.
1717
"""
1818

19-
__version__ = "0.8.3"
19+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)
0