google-cloud-container 1.2.0 → 1.2.1

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: 9a10aa5716678704721e9e0db85607d2dcdd23ec5d38a13e923065e353df02a6
4
- data.tar.gz: 9646d565395631f084c920461e1b16fc19cb8d6ed8f1d57c6f82c4686a55bf0f
3
+ metadata.gz: 3d961152747001a1048303c602f724c04ea2f111a0b48c84df520d1d96e39a0b
4
+ data.tar.gz: 7b14ee0c6669c1066dd9a248a29dcbb3e847409c6869e5a073b8097754730e53
5
5
  SHA512:
6
- metadata.gz: 3b1cfd90eb4d47b9c33b2b81c5e070093250b6e4d30c3637c9b3c021ac4d79817f45909901289d7b3030c8dc1ed1db94f3cb15068307c2cbfa0f15f8ee3b9b50
7
- data.tar.gz: 49da80f05714c2b5cc83551a643cf6837f300c36ada4b175b5e675afbba3409d0f8374d40437bad1a353566bb28fe6cdcb8a92f95da4ec3080227440467bf835
6
+ metadata.gz: 0c00d729e7d631087d0ac781112de45935c531b26c67a0b699f6e4900225b00a82b7d05667ad8c959e9ab4ab35514356d849cedbf7353c62f83123289a9071ce
7
+ data.tar.gz: 11b4fd4365a565eeec4fb58a47dfba99bcb6a368297354157c4e90bc8f8eb19b3ff6398bc0782bd251d6c404b8d735d1336c2fbc2950cbb4ec173382b1fde6de
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-container
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Container::V1::ClusterManager::Credentials`):
68
68
 
69
- 1. `CONTAINER_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `CONTAINER_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `CONTAINER_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `CONTAINER_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/container"
data/MIGRATING.md CHANGED
@@ -215,7 +215,7 @@ response = client.set_logging_service(
215
215
  ### Handling Errors
216
216
 
217
217
  The client reports standard
218
- [gRPC error codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md)
218
+ {file:https://github.com/grpc/grpc/blob/master/doc/statuscodes.md gRPC error codes}
219
219
  by raising exceptions. In older releases, these exceptions were located in the
220
220
  `Google::Gax` namespace and were subclasses of the `Google::Gax::GaxError` base
221
221
  exception class, defined in the `google-gax` gem. However, these classes were
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Container
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,57 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-container-v1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
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
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-container-v1beta1
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - "~>"
37
+ - - ">="
32
38
  - !ruby/object:Gem::Version
33
39
  version: '0.0'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: 2.a
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
37
46
  requirements:
38
- - - "~>"
47
+ - - ">="
39
48
  - !ruby/object:Gem::Version
40
49
  version: '0.0'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: 2.a
41
53
  - !ruby/object:Gem::Dependency
42
54
  name: google-cloud-core
43
55
  requirement: !ruby/object:Gem::Requirement
44
56
  requirements:
45
57
  - - "~>"
46
58
  - !ruby/object:Gem::Version
47
- version: '1.5'
59
+ version: '1.6'
48
60
  type: :runtime
49
61
  prerelease: false
50
62
  version_requirements: !ruby/object:Gem::Requirement
51
63
  requirements:
52
64
  - - "~>"
53
65
  - !ruby/object:Gem::Version
54
- version: '1.5'
66
+ version: '1.6'
55
67
  - !ruby/object:Gem::Dependency
56
68
  name: google-style
57
69
  requirement: !ruby/object:Gem::Requirement
@@ -198,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
210
  - !ruby/object:Gem::Version
199
211
  version: '0'
200
212
  requirements: []
201
- rubygems_version: 3.2.13
213
+ rubygems_version: 3.2.17
202
214
  signing_key:
203
215
  specification_version: 4
204
216
  summary: API Client library for the Kubernetes Engine API