From 2eb31dc79151dc2effefe5bbcbe23c646a2661c5 Mon Sep 17 00:00:00 2001 From: msmeissn <> Date: Wed, 19 Oct 2022 11:18:03 +0000 Subject: [PATCH] Update rekor to version 1.0.0 / rev 12 via SR 1029934 https://build.opensuse.org/request/show/1029934 by user msmeissn + dimstar_suse - updated to rekor 1.0.0 (sc#SLE-23476): - add description on /api/v1/index/retrieve endpoint by @bobcallaway in https://github.com/sigstore/rekor/pull/1073 - Adding e2e test coverage by @cdris in https://github.com/sigstore/rekor/pull/1071 - export rekor build/version information by @cpanato in https://github.com/sigstore/rekor/pull/1074 - Use POST instead of GET for /api/log/entries/retrieve metrics. by @var-sdk in https://github.com/sigstore/rekor/pull/1083 - Search through all shards when searching by hash by @priyawadhwa in https://github.com/sigstore/rekor/pull/1082 - verify: verify checkpoint's STH against the inclusion proof root hash by @asraa in https://github.com/sigstore/rekor/pull/1092 - add ability to enable/disable specific rekor API endpoints by @bobcallaway in --- packages/r/rekor/.files | Bin 278 -> 277 bytes packages/r/rekor/.rev | 22 ++++++++++++++++++++++ packages/r/rekor/rekor-0.12.2.tar.gz | 1 - packages/r/rekor/rekor-1.0.0.tar.gz | 1 + packages/r/rekor/rekor.changes | 19 +++++++++++++++++++ packages/r/rekor/rekor.spec | 4 ++-- packages/r/rekor/vendor.tar.xz | 2 +- 7 files changed, 45 insertions(+), 4 deletions(-) delete mode 120000 packages/r/rekor/rekor-0.12.2.tar.gz create mode 120000 packages/r/rekor/rekor-1.0.0.tar.gz diff --git a/packages/r/rekor/.files b/packages/r/rekor/.files index e070cc06cb070a515fbe09a8f7faffe91b780795..87e3a8066baab09dd1059216ae61d1ab128be73f 100644 GIT binary patch literal 277 zcmXAjOKJl#5JU%pH-c=k$a*f|p<8Nw`Zz7AWru)0XpFJv^igbTSG-5ny4~PlKBj3p zn7In15P*F~l!zFkm%D7M7Be>~kSl10+K9MVv>eH?6bjaB9sK8;FK4-&bThN&7OPOoEV0(H z(o)i*%>kkk(NMnL_i%xcoAl+ho0*e?L|y@*d9IKEy%lGvjLHlCPu=xWul=Pw_CK}J BN>~5@ literal 278 zcmXAk%WA_w3`Gqk8$(xxuKfcs(mXUXpCf5BNhu`84x#bacarSS;hwu}H#m$R!!R7i zsTK;HTS=w_(NoLpA+#VdyCfAlHLmu1UFU5v?L0#!f)WLh6JkofXe1FYOh(lC?-zgE zAIoCv@owu+d(7K;oSeqexMZgRd`=Ku 1007909 + + b82083202c0014f72608b6cbab2a3dd4 + 1.0.0 + + dimstar_suse + - updated to rekor 1.0.0 (sc#SLE-23476): + - add description on /api/v1/index/retrieve endpoint by @bobcallaway in https://github.com/sigstore/rekor/pull/1073 + - Adding e2e test coverage by @cdris in https://github.com/sigstore/rekor/pull/1071 + - export rekor build/version information by @cpanato in https://github.com/sigstore/rekor/pull/1074 + - Use POST instead of GET for /api/log/entries/retrieve metrics. by @var-sdk in https://github.com/sigstore/rekor/pull/1083 + - Search through all shards when searching by hash by @priyawadhwa in https://github.com/sigstore/rekor/pull/1082 + - verify: verify checkpoint's STH against the inclusion proof root hash by @asraa in https://github.com/sigstore/rekor/pull/1092 + - add ability to enable/disable specific rekor API endpoints by @bobcallaway in https://github.com/sigstore/rekor/pull/1080 + - enable configurable client retries with backoff in RekorClient by @bobcallaway in https://github.com/sigstore/rekor/pull/1096 + - remove dead code around api-key and timestamp references by @bobcallaway in https://github.com/sigstore/rekor/pull/1098 + - update swagger API version to 1.0.0 by @bobcallaway in https://github.com/sigstore/rekor/pull/1102 + - remove unused RekorVersion API definition by @bobcallaway in https://github.com/sigstore/rekor/pull/1101 + - install gocovmerge in hack/tools by @bobcallaway in https://github.com/sigstore/rekor/pull/1103 + - add retry command line flag on rekor-cli by @bobcallaway in https://github.com/sigstore/rekor/pull/1097 + - Add some info and debug logging to commonly used funcs by @priyawadhwa in https://github.com/sigstore/rekor/pull/1106 (forwarded request 1029932 from msmeissn) + 1029934 + diff --git a/packages/r/rekor/rekor-0.12.2.tar.gz b/packages/r/rekor/rekor-0.12.2.tar.gz deleted file mode 120000 index 24071a28176..00000000000 --- a/packages/r/rekor/rekor-0.12.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeieobwnmhjuqdt47gd32lxbuxq3fg2z6lpkssqqzqy6jz5ffpgklce \ No newline at end of file diff --git a/packages/r/rekor/rekor-1.0.0.tar.gz b/packages/r/rekor/rekor-1.0.0.tar.gz new file mode 120000 index 00000000000..3f17ddecd3b --- /dev/null +++ b/packages/r/rekor/rekor-1.0.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeidb7kcuoglgrqnifl3xl6h6z2h3fezecrqzhlzclx7a72kmgpk3ky \ No newline at end of file diff --git a/packages/r/rekor/rekor.changes b/packages/r/rekor/rekor.changes index 0861ea37e29..b2dd0c3e245 100644 --- a/packages/r/rekor/rekor.changes +++ b/packages/r/rekor/rekor.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 19 08:21:25 UTC 2022 - Marcus Meissner + +- updated to rekor 1.0.0 (sc#SLE-23476): + - add description on /api/v1/index/retrieve endpoint by @bobcallaway in https://github.com/sigstore/rekor/pull/1073 + - Adding e2e test coverage by @cdris in https://github.com/sigstore/rekor/pull/1071 + - export rekor build/version information by @cpanato in https://github.com/sigstore/rekor/pull/1074 + - Use POST instead of GET for /api/log/entries/retrieve metrics. by @var-sdk in https://github.com/sigstore/rekor/pull/1083 + - Search through all shards when searching by hash by @priyawadhwa in https://github.com/sigstore/rekor/pull/1082 + - verify: verify checkpoint's STH against the inclusion proof root hash by @asraa in https://github.com/sigstore/rekor/pull/1092 + - add ability to enable/disable specific rekor API endpoints by @bobcallaway in https://github.com/sigstore/rekor/pull/1080 + - enable configurable client retries with backoff in RekorClient by @bobcallaway in https://github.com/sigstore/rekor/pull/1096 + - remove dead code around api-key and timestamp references by @bobcallaway in https://github.com/sigstore/rekor/pull/1098 + - update swagger API version to 1.0.0 by @bobcallaway in https://github.com/sigstore/rekor/pull/1102 + - remove unused RekorVersion API definition by @bobcallaway in https://github.com/sigstore/rekor/pull/1101 + - install gocovmerge in hack/tools by @bobcallaway in https://github.com/sigstore/rekor/pull/1103 + - add retry command line flag on rekor-cli by @bobcallaway in https://github.com/sigstore/rekor/pull/1097 + - Add some info and debug logging to commonly used funcs by @priyawadhwa in https://github.com/sigstore/rekor/pull/1106 + ------------------------------------------------------------------- Fri Sep 30 13:59:10 UTC 2022 - Marcus Meissner diff --git a/packages/r/rekor/rekor.spec b/packages/r/rekor/rekor.spec index 90f3c3e060f..49e031a5104 100644 --- a/packages/r/rekor/rekor.spec +++ b/packages/r/rekor/rekor.spec @@ -19,9 +19,9 @@ %define apps cli server Name: rekor -Version: 0.12.2 +Version: 1.0.0 Release: 0 -%define revision a85980732bda434ba14ed24c65e4f78c6a9d3dfe +%define revision 7215f5c4782deef0b9c249d39ab6b9bc70d58a94 Summary: Supply Chain Transparency Log License: Apache-2.0 URL: https://github.com/sigstore/rekor diff --git a/packages/r/rekor/vendor.tar.xz b/packages/r/rekor/vendor.tar.xz index b59b717fba6..aee71693147 120000 --- a/packages/r/rekor/vendor.tar.xz +++ b/packages/r/rekor/vendor.tar.xz @@ -1 +1 @@ -/ipfs/bafybeihsi6jbwxjbxuq67j5lc2ekgf3jes7dr7vinvdxancexz4ynecgzm \ No newline at end of file +/ipfs/bafybeiaxjhbvqixf43byat4txjc23c752v6sqfsqbml4gl62d3w2arqysu \ No newline at end of file