forked from pool/rekor
Accepting request 1029934 from security
- 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) OBS-URL: https://build.opensuse.org/request/show/1029934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rekor?expand=0&rev=12
This commit is contained in:
commit
4d34320645
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73c54e6db37639e75899e7e0121bd222079f40d2aa9fab7de5794668b8aaca47
|
||||
size 668839
|
3
rekor-1.0.0.tar.gz
Normal file
3
rekor-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:071851365120e22c495406f94339eb312a7a20c806ce1629532628413f895b57
|
||||
size 671387
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8488e0dece64989cbc14db961295d7a1098ca14fd0be98f691036246b4f5556
|
||||
size 5254475
|
||||
oid sha256:a65a095c93ed07ee995e08692cbf37ea9cd51acfd03b96ae62881e7d4575fddf
|
||||
size 5277031
|
||||
|
Loading…
Reference in New Issue
Block a user