google-apis-binaryauthorization_v1 0.39.0 → 0.40.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 235b45aee2bcc4649c68fe74e92c64d394f8b2172294da97699ff2eea8fb68af
|
4
|
+
data.tar.gz: 1cc48f9e3b8544dbbfddfa2275dffbcb7b88f8fa3dbb5d69de2eed8f749166e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8b48dfe83c895c7efb5602b411c5f16fbfe28917f33af8411d862e12642ab143dafb7388a8ce9ec21e48e066ad10dd835211e87f5f741e6956d96496d8574fe
|
7
|
+
data.tar.gz: 39eea5c64e911e9939bca9d9e38f131e57c63ba1f15c9aaee4503d004371883b8cf9fd7bd496fa96f2fc543b993fa1c11961ca4f66bab674144cdee120ffbbef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-binaryauthorization_v1
|
2
2
|
|
3
|
+
### v0.40.0 (2025-01-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250117
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.39.0 (2024-11-24)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241115
|
@@ -40,7 +40,12 @@ module Google
|
|
40
40
|
# @return [String]
|
41
41
|
attr_accessor :evaluation_mode
|
42
42
|
|
43
|
-
#
|
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.
|
44
49
|
# Corresponds to the JSON property `requireAttestationsBy`
|
45
50
|
# @return [Array<String>]
|
46
51
|
attr_accessor :require_attestations_by
|
@@ -1238,11 +1243,16 @@ module Google
|
|
1238
1243
|
# @return [Array<Google::Apis::BinaryauthorizationV1::AdmissionWhitelistPattern>]
|
1239
1244
|
attr_accessor :admission_whitelist_patterns
|
1240
1245
|
|
1241
|
-
# Optional.
|
1242
|
-
#
|
1243
|
-
#
|
1244
|
-
#
|
1245
|
-
#
|
1246
|
+
# Optional. A valid policy has only one of the following rule maps non-empty, i.
|
1247
|
+
# e. only one of `cluster_admission_rules`, `
|
1248
|
+
# kubernetes_namespace_admission_rules`, `
|
1249
|
+
# kubernetes_service_account_admission_rules`, or `
|
1250
|
+
# istio_service_identity_admission_rules` can be non-empty. Per-cluster
|
1251
|
+
# admission rules. Cluster spec format: `location.clusterId`. There can be at
|
1252
|
+
# most one admission rule per cluster spec. A `location` is either a compute
|
1253
|
+
# zone (e.g. us-central1-a) or a region (e.g. us-central1). For `clusterId`
|
1254
|
+
# syntax restrictions see https://cloud.google.com/container-engine/reference/
|
1255
|
+
# rest/v1/projects.zones.clusters.
|
1246
1256
|
# Corresponds to the JSON property `clusterAdmissionRules`
|
1247
1257
|
# @return [Hash<String,Google::Apis::BinaryauthorizationV1::AdmissionRule>]
|
1248
1258
|
attr_accessor :cluster_admission_rules
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250117"
|
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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1/v0.40.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-binaryauthorization_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Binary Authorization API V1
|
82
79
|
test_files: []
|