-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare v6.0 #2806
Prepare v6.0 #2806
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I only skimmed through the related PRs but everything looks well tested and has been reviewed, so I'm happy to approve after the conflict is resolved.
docs/CHANGELOG.md
Outdated
@@ -13,6 +16,8 @@ This release is API compatible but contains a major internal change in the HTTP | |||
the fetcher at Updater initialization and explicitly depending on requests | |||
* ngclient: TLS certificate source was changed. Certificates now come from operating | |||
system certificate store instead of `certifi` (#2762) | |||
* ngclient: The updater can now initialize from embedded initial root metadata every | |||
time. Users are recommended to provide the `bootstrap` argument to Updater. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
time. Users are recommended to provide the `bootstrap` argument to Updater. | |
time. Users are recommended to provide the `bootstrap` argument to Updater. (#2767) |
Signed-off-by: Jussi Kukkonen <[email protected]>
I suppose this is ready.
Fixes #2796