google-apis-binaryauthorization_v1beta1 0.35.0 → 0.37.0

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: 582615da3e4ea08eba5619186c42b60872996587b9b451fb3d55b06b8a98533f
4
- data.tar.gz: 48c3e290607bf1dcc61bfeaeb3ab5f69340543b4d206060be3b6ce1a953edb37
3
+ metadata.gz: 6b5b8522d25932a86beff36bc9f14950c909adfb88943acf7172ada96cd937c8
4
+ data.tar.gz: ae74084c517a024867fd8c3e4b605229ff86a920fe45b24961d47b9488da0aa8
5
5
  SHA512:
6
- metadata.gz: 6c7d2127b9b49c90b72165786e46245b7898cdc96060129b9b605bbde50dd3df9bfadef4607209541b38692d1de840aaee2f200328aae01bc51aa915b02e9776
7
- data.tar.gz: 6094addb4624006d96662b3290db62a6198de9a6a69f9c445596dd9a1a80fb6e03a5fa52e87e5291bcd8fd2a888d01d21a8f6326dd3422e3055a7c350e4dcd06
6
+ metadata.gz: 0b057957312dd90a9bb62dc7ce42ab28772f71bf35f06e563a87ffd1cf87944662abf97c39b2483c605c2833a65c159e2e4d4c1f922933370b5ad840607390dd
7
+ data.tar.gz: 81706114f09b2eaa0658c8f8e67b7eb34ecae4c6ac01fa08fa6b0c2105e36c22e0a3c226273ebc8c5aa1c82319e54e4838929308ddd6d5db4095965d2b150736
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.37.0 (2025-05-11)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.36.0 (2024-12-02)
8
+
9
+ * Regenerated from discovery document revision 20241018
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.35.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/binary-authorization/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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 BinaryauthorizationV1beta1
18
18
  # Version of the google-apis-binaryauthorization_v1beta1 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
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240119"
25
+ REVISION = "20241018"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-binaryauthorization_v1beta1
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
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.35.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.37.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Binary Authorization API V1beta1
82
79
  test_files: []