-
Notifications
You must be signed in to change notification settings - Fork 50
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
New release #475
Comments
Status
Possible open issues:
|
👍 merged
I lean towards releasing SSlibSigner as is, and make another release with above suggestions soon. If we we replace SSlibSigner now, it will break existing users (i.e. python-tuf tests and examples). But if we let users transition to Signer.from_priv_key_uri first, we might be able to replace SSlibSigner later without disruption.
👍 let me create a patch |
Oh wait, that note already exists in the securesystemslib/securesystemslib/signer/_signer.py Lines 34 to 38 in 289965d
|
All sounds good to me, thanks for checking. I will note that python-tuf users cannot really start start using Signer.from_priv_key_uri() before python-tuf transitions to using securesystemslib Key (because we do checks like |
I don't think there is a need to rush a release but:
For the changelog, I think the commit messages from python-tuf PR theupdateframework/python-tuf#2165 are probably a good start for documenting the signer API changes
As release blocker proposals:
The text was updated successfully, but these errors were encountered: