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 11# Changelog
22
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+
329## securesystemslib v0.26.0
430
531### Added
Original file line number Diff line number Diff line change 11# pylint: disable=missing-module-docstring
22import logging
33
4- __version__ = "0.26 .0"
4+ __version__ = "0.27 .0"
55
66# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
77# (print to console) and the WARNING log level (print messages of type
You can’t perform that action at this time.
0 commit comments