File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,35 @@ All notable changes to `sigstore-python` will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- All versions prior to 0.8.4 are untracked.
7
+ All versions prior to 0.9.0 are untracked.
8
8
9
9
## [ Unreleased]
10
10
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
+
11
36
<!-- 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
Original file line number Diff line number Diff line change 16
16
The `sigstore` APIs.
17
17
"""
18
18
19
- __version__ = "0.8.3 "
19
+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments