google-apis-container_v1 0.44.0 → 0.45.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: 3b04aaaf2d4497dccf881c1508d0fd9180fcc22185566a02d451d8ca28b31146
4
- data.tar.gz: 377a65dc2223e437985ad133f7f638137366b70917e458bb676517c120416600
3
+ metadata.gz: 8fd5869d50dc67118faff93103d2118ae096b4b225770ea7e850008ae6651354
4
+ data.tar.gz: 8e76433724bfb19bc33bcbb436a211501a3899a8d81855d568d0fdc4fee8a8a2
5
5
  SHA512:
6
- metadata.gz: '0252469ac2fa59adb6b915d4f55c52e062018b1ef0899c1b764464c16f485c607131fa26593990803197a598dbf7845e02c9756e28d55dd3da8ac529483e0e10'
7
- data.tar.gz: a20ae4d0a92094b46d3656aa07411a3606bdee7ba2ee3d7093bb61fe41fa6f6cf4a920185e11c6de95de464064947f643040b14deca7d2eb37fce574e88e0f7d
6
+ metadata.gz: bfbe5c402a05bd16fc8d2e196856f5e146e84c806724401158447942c7cc4f42f8f83b480cf510f3030f6b464ba49097cdacc66f974392ed0b8d326f6524e21e
7
+ data.tar.gz: 0336bb1aa05d531263066a2ea6d2522c4f39c56bee5cb41da87f87e11c90b4bb23a3d256afe0be75a5b260e2b55daabb9066f5fac592e0a3f5a15068aceeed3d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.45.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230207
6
+ * Regenerated using generator version 0.12.0
7
+
3
8
  ### v0.44.0 (2023-01-29)
4
9
 
5
10
  * Regenerated from discovery document revision 20230117
@@ -4004,7 +4004,7 @@ module Google
4004
4004
  end
4005
4005
  end
4006
4006
 
4007
- # Kubernetes taint is comprised of three fields: key, value, and effect. Effect
4007
+ # Kubernetes taint is composed of three fields: key, value, and effect. Effect
4008
4008
  # can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See
4009
4009
  # [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)
4010
4010
  # for more information, including usage and the valid values.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1
18
18
  # Version of the google-apis-container_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230117"
25
+ REVISION = "20230207"
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-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []