File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## securesystemslib v0.27.0
4
+
5
+ ### Added
6
+ * EXPERIMENTAL DSSE implementation (#487 )
7
+ * EXPERIMENTAL sigstore signer and verifier (#522 )
8
+ * Minimal TUF/in-toto spec-compliant GPG verifier (#488 )
9
+ * API-typical 'import' and 'from URI' GPG signer methods (#488 )
10
+
11
+ ### Changed
12
+ * Require public key in GPG signer and disallow subkey signatures (#488 )
13
+ * Increase GPG subprocess timeout (#502 )
14
+ * Rename default branch to 'main' (#523 )
15
+ * Make HSM signer URI configurable (#526 )
16
+ * Allow tox to skip virtual HSM tests (#528 )
17
+ * Strip PEM keys to compute keyids consistently (#453 )
18
+
19
+ ### Removed
20
+ * Internal GPG version utils (#504 )
21
+ * Custom subprocess interface (#505 )
22
+ * Vendored ssl module (#506 )
23
+
24
+ ### Fixed
25
+ * Windows compatibility issues and re-enable Windows CI (#518 )
26
+ * GPG subprocess timeout configurability (#502 )
27
+
28
+
3
29
## securesystemslib v0.26.0
4
30
5
31
### Added
Original file line number Diff line number Diff line change 1
1
# pylint: disable=missing-module-docstring
2
2
import logging
3
3
4
- __version__ = "0.26 .0"
4
+ __version__ = "0.27 .0"
5
5
6
6
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
7
7
# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments