mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2942 from jku/release-prep
Some checks are pending
Some checks are pending
Prepare 7.0 release
This commit is contained in:
commit
353bdb767d
2 changed files with 16 additions and 4 deletions
|
|
@ -2,11 +2,23 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v7.0.0
|
||||
|
||||
This is a major release only because of a minor ngclient API tweak: there
|
||||
are no large functional changes.
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix [GHSA-qp9x-wp8f-qgjj](https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-qp9x-wp8f-qgjj):
|
||||
Incorrect delegation path matching on Windows
|
||||
* Various documentation fixes (#2812, #2922, #2923)
|
||||
|
||||
### Changed
|
||||
|
||||
* ngclient: `Updater()` now requires an explicit `bootstrap` argument
|
||||
* This is a breaking change: callers must pass `bootstrap=<root_bytes>` or `bootstrap=None`
|
||||
* `bootstrap=None` explicitly opts into using cached `root.json` as trust anchor
|
||||
* ngclient: `Updater()` now requires the named bootstrap argument to make it
|
||||
clearer that providing one is strongly recommended: previous default
|
||||
functionality can be reproduced with `bootstrap=None` (#2903)
|
||||
* Prepare for removal of securesystemslib.hash (#2815)
|
||||
|
||||
## v6.0.0
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
"""TUF."""
|
||||
|
||||
# This value is used in the ngclient user agent.
|
||||
__version__ = "6.0.0"
|
||||
__version__ = "7.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue