-
Notifications
You must be signed in to change notification settings - Fork 547
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
FUN.md broke when RecordObj changed to HashedRecordObj #1633
Conversation
@MitchellJThomas please sign the DCO, thanks for this update! |
The breakage occured sometime on or before version 1.6 I found it when running this version: GitVersion: 1.6.0 GitCommit: 4b2c3c0 GitTreeState: "clean" BuildDate: 2022-03-03T17:59:06Z GoVersion: go1.17.8 Compiler: gc Platform: darwin/amd64 Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com>
Done. You are welcome. |
- OpenSSF Best Practices Badge 94% Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com>
The breakage occured sometime on or before version 1.6 I found it when running this version: GitVersion: 1.6.0 GitCommit: 4b2c3c0 GitTreeState: "clean" BuildDate: 2022-03-03T17:59:06Z GoVersion: go1.17.8 Compiler: gc Platform: darwin/amd64 Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com>
Seems I kinda goofed with the |
Codecov Report
@@ Coverage Diff @@
## main #1633 +/- ##
=======================================
Coverage 27.97% 27.97%
=======================================
Files 137 137
Lines 7820 7820
=======================================
Hits 2188 2188
Misses 5403 5403
Partials 229 229 Continue to review full report at Codecov.
|
Theres a weird e2e flake that looks to be an internal github error, but this is a doc only change so I'm not going to retry it. |
* FUN.md broke when RecordObj changed to HashedRecordObj The breakage occured sometime on or before version 1.6 I found it when running this version: GitVersion: 1.6.0 GitCommit: 4b2c3c0 GitTreeState: "clean" BuildDate: 2022-03-03T17:59:06Z GoVersion: go1.17.8 Compiler: gc Platform: darwin/amd64 Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com> * Included OpenSSF Best Practices Badge (sigstore#1628) - OpenSSF Best Practices Badge 94% Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com> * FUN.md broke when RecordObj changed to HashedRecordObj The breakage occured sometime on or before version 1.6 I found it when running this version: GitVersion: 1.6.0 GitCommit: 4b2c3c0 GitTreeState: "clean" BuildDate: 2022-03-03T17:59:06Z GoVersion: go1.17.8 Compiler: gc Platform: darwin/amd64 Signed-off-by: Mitch Thomas <mitch.thomas@gmail.com> Co-authored-by: Naveen <172697+naveensrinivasan@users.noreply.github.com>
The breakage occurred sometime on or before version 1.6
This is a proposed fix for issue #1632
Note: the proposed commit is signed using Level 11 (yes!)
Summary
Switch the jq command to use the HashedRecordObj value
Release Note