Skip to content

Commit 353bdb7

Browse files
authored
Merge pull request #2942 from jku/release-prep
Prepare 7.0 release
2 parents 1a62020 + 85ce3e8 commit 353bdb7

2 files changed

Lines changed: 16 additions & 4 deletions

File tree

docs/CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
## Unreleased
44

5+
## v7.0.0
6+
7+
This is a major release only because of a minor ngclient API tweak: there
8+
are no large functional changes.
9+
10+
### Fixed
11+
12+
* Fix [GHSA-qp9x-wp8f-qgjj](https://github.com/theupdateframework/python-tuf/security/advisories/GHSA-qp9x-wp8f-qgjj):
13+
Incorrect delegation path matching on Windows
14+
* Various documentation fixes (#2812, #2922, #2923)
15+
516
### Changed
617

7-
* ngclient: `Updater()` now requires an explicit `bootstrap` argument
8-
* This is a breaking change: callers must pass `bootstrap=<root_bytes>` or `bootstrap=None`
9-
* `bootstrap=None` explicitly opts into using cached `root.json` as trust anchor
18+
* ngclient: `Updater()` now requires the named bootstrap argument to make it
19+
clearer that providing one is strongly recommended: previous default
20+
functionality can be reproduced with `bootstrap=None` (#2903)
21+
* Prepare for removal of securesystemslib.hash (#2815)
1022

1123
## v6.0.0
1224

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 ngclient user agent.
7-
__version__ = "6.0.0"
7+
__version__ = "7.0.0"

0 commit comments

Comments
 (0)