-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update TUF, in-toto and securesystemslib #7844
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.
CI is failing, but most likely because securesystemslib
needs updating too:
tuf 0.14.0 requires securesystemslib>=0.16.0, but you'll have securesystemslib 0.14.2 which is incompatible.
So:
securesystemslib[crypto,pynacl]==0.17.0
(Like we did in the companion PR)
datadog_checks_base/datadog_checks/base/data/agent_requirements.in
Outdated
Show resolved
Hide resolved
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.
securesystemslib
should also be updated to 0.17.0...
Also, would you mind holding off on these PRs for a bit? |
Co-authored-by: Trishank Karthik Kuppusamy <[email protected]>
@lukpueh any news on when we can expect the 1.0.0 in-toto release, please? 🙂 |
We freeze on Friday night for one week btw |
Ok, then let's go with what we got. Could we update |
There's not much missing. in-toto 1.0.0 blocks on securesystemslib 0.18.0, which blocks on secure-systems-lab/securesystemslib#273, where I got some conflicting reviews (see secure-systems-lab/securesystemslib#288 (comment)). I hope to get some green lights later today, so that I can merge and cut sslib 0.18.0 and in-toto 1.0.0 releases tomorrow. The good news is, TUF only needs some docs updates to adopt said sslib changes, which I have already prepared: theupdateframework/python-tuf#1191 |
Thanks, Lukas! We will go ahead with this PR, and make another one tomorrow if there are new releases. |
Related PR: https://github.com/DataDog/integrations-core-tuf-in-toto/pull/8