-
Notifications
You must be signed in to change notification settings - Fork 171
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
Breaking change: Remove timestamping authority #813
Conversation
Codecov Report
@@ Coverage Diff @@
## main #813 +/- ##
==========================================
- Coverage 47.71% 46.62% -1.09%
==========================================
Files 62 60 -2
Lines 5504 5094 -410
==========================================
- Hits 2626 2375 -251
+ Misses 2570 2445 -125
+ Partials 308 274 -34
Continue to review full report at Codecov.
|
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.
I'm happy to remove as is, thanks for clarifying the metrics issue.
9672bf3
to
49fe015
Compare
Small update to remove unused docker compose env var |
Should we merge this one? |
Waiting for @asraa to take a look! Let's wait til EOD tomorrow. |
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.
Thanks! LGTM, minus the e2e test and the timestamp fuzzer needs to be removed.
Sorry about the separate ping but I guess the chceks/tools/presubmits for fuzzing need to be removed too |
Let's see if that worked - I made the fuzz target do nothing (Avoiding removing all of the fuzzing additions so it's easy to add fuzz tests in the future) |
f93cbc5
to
ce1c63c
Compare
See sigstore#812 for more discussion. Signed-off-by: Hayden Blauzvern <[email protected]>
ce1c63c
to
7cb70b1
Compare
@@ -5,9 +5,6 @@ | |||
|
|||
/pkg/types/ @bobcallaway | |||
|
|||
/pkg/api/timestamp.go @asraa @loosebazooka | |||
/pkg/types/rfc3161/ @asraa @loosebazooka |
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.
keep the rfc type?
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.
Whoops, I'll create a PR to fix this, sorry!
timestamping authority has been removed from rekor. So this test will fail. sigstore/rekor#813 Signed-off-by: jyotsna-penumaka <[email protected]>
See #812 for more discussion.
Signed-off-by: Hayden Blauzvern [email protected]
Summary
Ticket Link
Fixes #812
Release Note