Skip to content

Commit

Permalink
Merge pull request #2712 from jku/prepare-v5.1
Browse files Browse the repository at this point in the history
Prepare v5.1.0 release
  • Loading branch information
jku authored Oct 7, 2024
2 parents 4fbcfa0 + 72d0cea commit dd4caf4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v5.1.0

### Changed

* ngclient: default user-agent was updated from "tuf/x.y.z" to "python-tuf/x.y.z" (#2632)
* ngclient: max_root_rotations default value was bumped to 256 to prevent a too small value
from creating issues in actual deployments were the embedded root is not easily
updateable (#2675)
* repository: do_snapshot() and do_timestamp() now always create new versions if current version
is not correctly signed (#2650)
* Various infrastructure and documentation improvements

## v5.0.0

This release, most notably, marks stable securesystemslib v1.0.0 as minimum
Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""TUF."""

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

0 comments on commit dd4caf4

Please sign in to comment.