Skip to content

Commit

Permalink
Update rekor to version 1.0.0 / rev 12 via SR 1029934
Browse files Browse the repository at this point in the history
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 sigstore/rekor#1073
  - Adding e2e test coverage by @cdris in sigstore/rekor#1071
  - export rekor build/version information by @cpanato in sigstore/rekor#1074
  - Use POST instead of GET for /api/log/entries/retrieve metrics. by @var-sdk in sigstore/rekor#1083
  - Search through all shards when searching by hash by @priyawadhwa in sigstore/rekor#1082
  - verify: verify checkpoint's STH against the inclusion proof root hash by @asraa in sigstore/rekor#1092
  - add ability to enable/disable specific rekor API endpoints by @bobcallaway in
  • Loading branch information
msmeissn authored and bmwiedemann committed Oct 19, 2022
1 parent 69d1067 commit 2eb31dc
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 4 deletions.
Binary file modified packages/r/rekor/.files
Binary file not shown.
22 changes: 22 additions & 0 deletions packages/r/rekor/.rev
Expand Up @@ -210,4 +210,26 @@
- Search through all shards when searching by hash (forwarded request 1007274 from msmeissn)</comment>
<requestid>1007909</requestid>
</revision>
<revision rev="12" vrev="1">
<srcmd5>b82083202c0014f72608b6cbab2a3dd4</srcmd5>
<version>1.0.0</version>
<time>1666178282</time>
<user>dimstar_suse</user>
<comment>- 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)</comment>
<requestid>1029934</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/r/rekor/rekor-0.12.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/r/rekor/rekor-1.0.0.tar.gz
19 changes: 19 additions & 0 deletions packages/r/rekor/rekor.changes
@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Oct 19 08:21:25 UTC 2022 - Marcus Meissner <meissner@suse.com>

- 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 <meissner@suse.com>

Expand Down
4 changes: 2 additions & 2 deletions packages/r/rekor/rekor.spec
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/r/rekor/vendor.tar.xz

0 comments on commit 2eb31dc

Please sign in to comment.