google-apis-binaryauthorization_v1beta1 0.3.0 → 0.8.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: ec20b593fbbad5939042fe38a47df1f5b741a38ed001b028b73e9391c711efc9
4
- data.tar.gz: 82355aecd12fba9685bb487f99f2b1e9ce49ceb3ee375c5cd5b16c674a500d32
3
+ metadata.gz: a5e184be38845487607de7e6837b25e23a021391accad17b32648f9b321db634
4
+ data.tar.gz: 4bd73cd934a0804fdbe3e6c30a81ab2b0df5dbd0dbb93d102a5b7ed7a2c7845a
5
5
  SHA512:
6
- metadata.gz: 5c5b03c7700a551d1dbfcb6411144ac607866d5ebaf4aaeb5eb09973b491348c82555f9f30a071af9907c157b6d12f42a33db1269f6d99e5014b281c238ac8b5
7
- data.tar.gz: 1e93598a525ce43a6447a129ae20a5eef75879a0be743b3de6e98eb62d6b89d53963f91d96024baf08e680184bc90c3f0f30c5fccc55764b97df18fabb86f0e5
6
+ metadata.gz: b83aaf3fc22db795dcee528bc8ff5c59ab998d676e5462af8bee286e535c966c8f094f8937f4c397df9e1729575083a723ad5858fa8295e9794606aa1924bdd9
7
+ data.tar.gz: 5e037deac1611a96971b06506c59d2a26dddc9b46f9413fdf06cfb54a7fce07ad55bd019dcc25a7410004c274a4ae67df3621c5c322eb72adcc43552b2eea412
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-binaryauthorization_v1beta1
2
2
 
3
+ ### v0.8.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.7.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.6.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-05-01)
16
+
17
+ * Regenerated from discovery document revision 20210422
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.4.0 (2021-03-04)
21
+
22
+ * Unspecified changes
23
+
3
24
  ### v0.3.0 (2021-02-19)
4
25
 
5
26
  * Regenerated from discovery document revision 20210212
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
@@ -68,8 +68,10 @@ module Google
68
68
 
69
69
  # An image name pattern to allowlist, in the form `registry/path/to/image`. This
70
70
  # supports a trailing `*` as a wildcard, but this is allowed only in text after
71
- # the `registry/` part. Also wildcards do not match `/`, i.e., gcr.io/nginx*
72
- # matches gcr.io/nginx@latest, but it does not match gcr.io/nginx/image.
71
+ # the `registry/` part. `*` wildcard does not match `/`, i.e., gcr.io/nginx*
72
+ # matches gcr.io/nginx@latest, but it does not match gcr.io/nginx/image. This
73
+ # also supports a trailing `**` wildcard which matches subdirectories, i.e., gcr.
74
+ # io/nginx** matches gcr.io/nginx/image.
73
75
  # Corresponds to the JSON property `namePattern`
74
76
  # @return [String]
75
77
  attr_accessor :name_pattern
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210212"
25
+ REVISION = "20210422"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-binaryauthorization_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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: 2021-02-22 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Binary Authorization API V1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-binaryauthorization_v1beta1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-binaryauthorization_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.6
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Binary Authorization API V1beta1