forked from pool/rekor
Accepting request 1108429 from home:msmeissn:branches:security
- updated to rekor 1.3.0 (jsc#SLE-23476): - Update openapi.yaml (#1655) - pass transient errors through retrieveLogEntry (#1653) - return full entryID on HTTP 409 responses (#1650) - feat: Support publishing new log entries to Pub/Sub topics (#1580) - Change values of Identity.Raw, add fingerprints (#1628) - Extract all subjects from SANs for x509 verifier (#1632) - Fix type comment for Identity struct (#1619) - Refactor Identities API (#1611) - Refactor Verifiers to return multiple keys (#1601) - Update checkpoint link (#1597) - Use correct log index in inclusion proof (#1599) - remove instrumentation library (#1595) - updated to rekor 1.2.2 (jsc#SLE-23476): - pass down error with message instead of nil - swap killswitch for 'docker-compose restart' OBS-URL: https://build.opensuse.org/request/show/1108429 OBS-URL: https://build.opensuse.org/package/show/security/rekor?expand=0&rev=35
This commit is contained in:
parent
dbe9cb9c1d
commit
d08f200d7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c90f30a81c9107e3887c8393d30bcd9cd52de2cc46f311ac68fc1fcdfd5019d
|
||||
size 934956
|
3
rekor-1.3.0.tar.gz
Normal file
3
rekor-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97c0a76686b061d8d99cd126c4364185590b49adff6bf78ebde10299d58b62b6
|
||||
size 883084
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 1 08:54:06 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to rekor 1.3.0 (jsc#SLE-23476):
|
||||
- Update openapi.yaml (#1655)
|
||||
- pass transient errors through retrieveLogEntry (#1653)
|
||||
- return full entryID on HTTP 409 responses (#1650)
|
||||
- feat: Support publishing new log entries to Pub/Sub topics (#1580)
|
||||
- Change values of Identity.Raw, add fingerprints (#1628)
|
||||
- Extract all subjects from SANs for x509 verifier (#1632)
|
||||
- Fix type comment for Identity struct (#1619)
|
||||
- Refactor Identities API (#1611)
|
||||
- Refactor Verifiers to return multiple keys (#1601)
|
||||
- Update checkpoint link (#1597)
|
||||
- Use correct log index in inclusion proof (#1599)
|
||||
- remove instrumentation library (#1595)
|
||||
|
||||
- updated to rekor 1.2.2 (jsc#SLE-23476):
|
||||
- pass down error with message instead of nil
|
||||
- swap killswitch for 'docker-compose restart'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 07:52:52 UTC 2023 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
%define apps cli server
|
||||
|
||||
Name: rekor
|
||||
Version: 1.2.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
%define revision 576458cb53269ed54dccf8a43271ee02a785c191
|
||||
%define revision ed3d0b15a97e6497e3ab758e3102a6ef540fff50
|
||||
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:310fe439c2ada6b89a4340716a8b25497304c760f33cc9d6a26a2cca9e674838
|
||||
size 5692644
|
||||
oid sha256:93b6926a452ce1c46a2c72573969b47cb8f7837074bb5ef3575f5cc590ac72eb
|
||||
size 6117716
|
||||
|
Loading…
Reference in New Issue
Block a user