Skip to content

Commit dd4caf4

Browse files
authored
Merge pull request #2712 from jku/prepare-v5.1
Prepare v5.1.0 release
2 parents 4fbcfa0 + 72d0cea commit dd4caf4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v5.1.0
4+
5+
### Changed
6+
7+
* ngclient: default user-agent was updated from "tuf/x.y.z" to "python-tuf/x.y.z" (#2632)
8+
* ngclient: max_root_rotations default value was bumped to 256 to prevent a too small value
9+
from creating issues in actual deployments were the embedded root is not easily
10+
updateable (#2675)
11+
* repository: do_snapshot() and do_timestamp() now always create new versions if current version
12+
is not correctly signed (#2650)
13+
* Various infrastructure and documentation improvements
14+
315
## v5.0.0
416

517
This release, most notably, marks stable securesystemslib v1.0.0 as minimum

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"""TUF."""
55

66
# This value is used in the requests user agent.
7-
__version__ = "5.0.0"
7+
__version__ = "5.1.0"

0 commit comments

Comments
 (0)