-
Notifications
You must be signed in to change notification settings - Fork 42
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
Implement Semantic Versioning #102
Milestone
Comments
1 task
@rgnote Golang has standard library support for parsing and comparing SemVer strings. Those libraries are live in the |
@shizhMSFT Couple of issues with
We may need to write a wrapper around it to make it work with Notation. |
PR #237 |
github-project-automation
bot
moved this from In Progress
to Done
in Notary Project Planning Board
Feb 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notary V2 uses SemVer for plugin versioning. See spec here
At the time of writing this issue, Golang has no standard library support for parsing or comparing SemVer strings. This issue is to track implementing SemVer in Notation if no alternative is available. This issue is blocking using
verification plugin minimum version
critical attribute in signature verification workflow.code:
notation-go/verifier/verifier.go
Lines 127 to 128 in 7e391f7
The text was updated successfully, but these errors were encountered: