Skip to content

Commit a22cbba

Browse files
authored
Merge pull request #534 from secure-systems-lab/bump_version_0.27.0
Prepare v0.27.0 release
2 parents e1e7665 + b4139ee commit a22cbba

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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

securesystemslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
import 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

0 commit comments

Comments
 (0)