google-apis-binaryauthorization_v1 0.38.0 → 0.39.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: 435cc55beb38420da6298544823b8f9c277b1716826b2cdda710a84d3014bb3b
4
- data.tar.gz: 90f6a4a23576c45bc3e1f5969e06bb8e8fbefb96a94fdbdb52bee486a30e6f24
3
+ metadata.gz: 3ecefec77ae25cda66e71e1b9d89d11a565f22fb8e2de00980f614dd9a62ef8b
4
+ data.tar.gz: 368c06eb60b3cdfa01e07d09dcb3993b78730149dc313686a6316143dd7bf352
5
5
  SHA512:
6
- metadata.gz: ab10dd8ba7f4ee46b4ea53250cf01e9178b029ce605d11b7945d8e7dda0f5cea5dcec54f82f66845945461a79845bf91ce502d0a6766d9b3a7a73a1960d1567a
7
- data.tar.gz: 89710df330f30c210d65134c49a0f31dcb4c469bac1b90fdde6401ebde0c1230c999fcbf77d27857b3b52f54a6d9e32d83add0f559e52abfe41d6a9ae15aaeac
6
+ metadata.gz: 218d849c02e4b82917e336db4c852fb3138d9a9b892f7585f3c31d0df7f64e6f33b9241dea15c04c57c7feb75163bc8b48d969794d799e7c16038b936b43e050
7
+ data.tar.gz: 7b666f74bf38912fac97ccf57525f0bca3966c592c6a88d89359ba5bde9655697faa64d97a06fe1aa5f6d8679e7b6ded3b4eafa3ce58b5a3a3567b96fb6d2260
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-binaryauthorization_v1
2
2
 
3
+ ### v0.39.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241115
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.38.0 (2024-06-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240614
@@ -40,12 +40,7 @@ module Google
40
40
  # @return [String]
41
41
  attr_accessor :evaluation_mode
42
42
 
43
- # Optional. The resource names of the attestors that must attest to a container
44
- # image, in the format `projects/*/attestors/*`. Each attestor must exist before
45
- # a policy can reference it. To add an attestor to a policy the principal
46
- # issuing the policy change request must be able to read the attestor resource.
47
- # Note: this field must be non-empty when the `evaluation_mode` field specifies `
48
- # REQUIRE_ATTESTATION`, otherwise it must be empty.
43
+ #
49
44
  # Corresponds to the JSON property `requireAttestationsBy`
50
45
  # @return [Array<String>]
51
46
  attr_accessor :require_attestations_by
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240614"
25
+ REVISION = "20241115"
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.38.0
4
+ version: 0.39.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-06-23 00:00:00.000000000 Z
11
+ date: 2024-12-04 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.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.39.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Binary Authorization API V1