google-apis-binaryauthorization_v1 0.35.0 → 0.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6afe7644853604dba7aa046934c1e4eb26412defae80fb6b9039ad4249737955
4
- data.tar.gz: 65ad843bf5b05ff71294a291f693bb677417981e76416e2d3511bf2925ec356e
3
+ metadata.gz: a9bbf4b6b18ea78a9967623f1c1dc95cb49479f8d20f9d12487d16548ff562b7
4
+ data.tar.gz: 55870f8cced9647c7d067d32a43479fb1f088da7b880ae47a4dd23496dfee296
5
5
  SHA512:
6
- metadata.gz: 860148e026c4d82bcf98ec0dd85057ab8630df8a383bd1e4f2e00b34ce91a5cb50a1b690019258e1d1e5da9098c62fb5e6cfa27a6b48c3c9862b66d6f4d92a17
7
- data.tar.gz: 1f6e69a777ae87e196d651370239a1f08bcb988488b3ac577f0672dbda82b98c73040dd34ac389d549fd013f152cd5ef8c4129aeac9ebb27651d8cd6dadf5645
6
+ metadata.gz: db8e3858f820dafce65c41e8f93674bb865f693f8f2192e42a9c6ca9ba941642d6bfe656aae5406bb97fa915e52c0266a3315de54ad79ecdf2ffbcbded23f260
7
+ data.tar.gz: 0bc0280a5cace98feb22914467e86a79ed3f95af1589c72d25d28cefe4de9d7280a8513d31a6a146215952c432b5bb70643860edc864c087419a5fe9245a0d81
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.37.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240607
6
+
7
+ ### v0.36.0 (2024-06-02)
8
+
9
+ * Regenerated from discovery document revision 20240524
10
+
3
11
  ### v0.35.0 (2024-05-19)
4
12
 
5
13
  * Regenerated using generator version 0.15.0
@@ -1082,15 +1082,15 @@ module Google
1082
1082
 
1083
1083
  # Optional. The ID of this public key. Signatures verified by Binary
1084
1084
  # Authorization must include the ID of the public key that can be used to verify
1085
- # them, and that ID must match the contents of this field exactly. This may be
1086
- # explicitly provided by the caller, but it MUST be a valid RFC3986 URI. If `
1087
- # key_id` is left blank and this `PkixPublicKey` is not used in the context of a
1088
- # wrapper (see next paragraph), a default key ID will be computed based on the
1089
- # digest of the DER encoding of the public key. If this `PkixPublicKey` is used
1090
- # in the context of a wrapper that has its own notion of key ID (e.g. `
1091
- # AttestorPublicKey`), then this field can either: * Match that value exactly. *
1092
- # Or be left blank, in which case it behaves exactly as though it is equal to
1093
- # that wrapper value.
1085
+ # them. The ID must match exactly contents of the `key_id` field exactly. The ID
1086
+ # may be explicitly provided by the caller, but it MUST be a valid RFC3986 URI.
1087
+ # If `key_id` is left blank and this `PkixPublicKey` is not used in the context
1088
+ # of a wrapper (see next paragraph), a default key ID will be computed based on
1089
+ # the digest of the DER encoding of the public key. If this `PkixPublicKey` is
1090
+ # used in the context of a wrapper that has its own notion of key ID (e.g. `
1091
+ # AttestorPublicKey`), then this field can either match that value exactly, or
1092
+ # be left blank, in which case it behaves exactly as though it is equal to that
1093
+ # wrapper value.
1094
1094
  # Corresponds to the JSON property `keyId`
1095
1095
  # @return [String]
1096
1096
  attr_accessor :key_id
@@ -1564,9 +1564,10 @@ module Google
1564
1564
  # Occurrences, in the format `projects/[PROJECT_ID]`. Only one attestation needs
1565
1565
  # to successfully verify an image for this check to pass, so a single verified
1566
1566
  # attestation found in any of `container_analysis_attestation_projects` is
1567
- # sufficient for the check to pass. When fetching Occurrences from Container
1568
- # Analysis, only `AttestationOccurrence` kinds are considered. In the future,
1569
- # additional Occurrence kinds may be added to the query. Maximum number of `
1567
+ # sufficient for the check to pass. A project ID must be used, not a project
1568
+ # number. When fetching Occurrences from Container Analysis, only `
1569
+ # AttestationOccurrence` kinds are considered. In the future, additional
1570
+ # Occurrence kinds may be added to the query. Maximum number of `
1570
1571
  # container_analysis_attestation_projects` allowed in each `
1571
1572
  # SimpleSigningAttestationCheck` is 10.
1572
1573
  # Corresponds to the JSON property `containerAnalysisAttestationProjects`
@@ -1698,10 +1699,11 @@ module Google
1698
1699
  attr_accessor :delegation_service_account_email
1699
1700
 
1700
1701
  # Required. The Grafeas resource name of a Attestation.Authority Note, created
1701
- # by the user, in the format: `projects/*/notes/*`. This field may not be
1702
- # updated. An attestation by this attestor is stored as a Grafeas Attestation.
1703
- # Authority Occurrence that names a container image and that links to this Note.
1704
- # Grafeas is an external dependency.
1702
+ # by the user, in the format: `projects/[PROJECT_ID]/notes/*`. This field may
1703
+ # not be updated. A project ID must be used, not a project number. An
1704
+ # attestation by this attestor is stored as a Grafeas Attestation.Authority
1705
+ # Occurrence that names a container image and that links to this Note. Grafeas
1706
+ # is an external dependency.
1705
1707
  # Corresponds to the JSON property `noteReference`
1706
1708
  # @return [String]
1707
1709
  attr_accessor :note_reference
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BinaryauthorizationV1
18
18
  # Version of the google-apis-binaryauthorization_v1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240220"
25
+ REVISION = "20240607"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-binaryauthorization_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.37.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1
63
63
  post_install_message:
64
64
  rdoc_options: []