Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 13:17
· 29 commits to develop since this release
dd4caf4

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