sigstore_protobuf_specs 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3d5eae3247f6869089f4d0882529517ff504dfd4affc255f2b425e53d5c5a66
4
- data.tar.gz: 30c2ff81a787ff242df6f36989314b70c95b4e6f90a3e8e8d609a7a7ccc48281
3
+ metadata.gz: 114b6594a8994105d392a26c1c8c53ba9e6b6b27eeb1d9a68d84a388f897d65d
4
+ data.tar.gz: 5db4d96402272723ca98e9b1aae3f0651c76c5196a9fe5fcd0b844a3fe7f93b8
5
5
  SHA512:
6
- metadata.gz: e1a27426a61b6aa364345c3031a1f0108462886f534b59308a57acfa17d184de78ed9d3f73f0f338b1cdefbfacdc0061b5d31e12c69ae75f925039653da3bf08
7
- data.tar.gz: ce51d07115327d2a5b63fa4d9d83bc20e15e6ba07ca5c30ff02fe7b30b112510341e7386b664ab9878c3aed3e8d35102aa621df1855da8c69d90c437206f9850
6
+ metadata.gz: 410864b95bac406b7a4b7adf37794e6f6581b60ad5bf4b222184de7c0b638e55b628d46de312e427a191bb54fdcdcca2e8e3e39fd9729ee98799c088b07b8a6e
7
+ data.tar.gz: facd4bf6679e3e0cc42e08b826bacd36210a7e8e8e283295682a4e5aeebbf37c8021cc61db03ad1ddd7830ec0e17b48db40aa5adbcbb5304773c1009eaee3921
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Dev
18
18
  module Sigstore
19
- VERSION = '0.3.2'
19
+ VERSION = '0.3.3'
20
20
  end
21
21
  end
@@ -29,6 +29,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
29
29
  repeated :timestamp_authorities, :message, 5, "dev.sigstore.trustroot.v1.CertificateAuthority"
30
30
  end
31
31
  add_message "dev.sigstore.trustroot.v1.SigningConfig" do
32
+ optional :media_type, :string, 5
32
33
  optional :ca_url, :string, 1
33
34
  optional :oidc_url, :string, 2
34
35
  repeated :tlog_urls, :string, 3
@@ -56,6 +56,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
56
56
  oneof :data do
57
57
  optional :artifact_uri, :string, 1
58
58
  optional :artifact, :bytes, 2
59
+ optional :artifact_digest, :message, 3, "dev.sigstore.common.v1.HashOutput"
59
60
  end
60
61
  end
61
62
  add_message "dev.sigstore.verification.v1.Input" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigstore_protobuf_specs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sigstore Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-10 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf