Skip to content
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

Remove timestamp from checkpoint #1888

Merged

Conversation

haydentherapper
Copy link
Contributor

Fixes #1887. Verified that checkpoints are still verifiable with and without timestamps (since timestamps are just a part of the existing OtherContent, this is not a breaking change).

Looking over all of the Sigstore org, no project is relying on the timestamp.

Summary

Release Note

Documentation

Fixes sigstore#1887. Verified that
checkpoints are still verifiable with and without timestamps (since
timestamps are just a part of the existing OtherContent, this is not a
breaking change).

Looking over all of the Sigstore org, no project is relying on the
timestamp.

Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4257b3) 66.46% compared to head (95bc8d0) 66.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1888      +/-   ##
==========================================
- Coverage   66.46%   66.40%   -0.06%     
==========================================
  Files          92       92              
  Lines        9213     9194      -19     
==========================================
- Hits         6123     6105      -18     
+ Misses       2346     2345       -1     
  Partials      744      744              
Flag Coverage Δ
e2etests 47.61% <100.00%> (-0.13%) ⬇️
unittests 47.21% <0.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

bobcallaway
bobcallaway previously approved these changes Dec 7, 2023
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
@mitar
Copy link

mitar commented Mar 17, 2024

This seems to break node LTS 20 which comes with an older npm which does not have a change to account for this change. So it is breaking.

See:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove timestamp from checkpoint
3 participants