google-cloud-gke_connect-gateway 0.1.1 → 0.1.2

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: c0f2a7c924094d278a1e38455e1578d896728c0a4a63ad325469a5ebc1d9c789
4
- data.tar.gz: 5aa6b0193bf1cd878e4aef5c61036eaa4de96acc684a2386f6cdf130771181a4
3
+ metadata.gz: 1982f340db680f8c13416724ff02efb47bf83033a0a449a2760be59a991153b0
4
+ data.tar.gz: f0d927c06dca019115fea1b0c1ead68c7e440e2016727f8dee8f401bdf88a141
5
5
  SHA512:
6
- metadata.gz: 42e88dc562bc85e1923ebce84d8ab735af8c05b87c6f8aa4aaaad5249e4d2e15e483b7960707481a1635eb7ccdd38a7cb57289bbc21017290bf18a820dd0ca75
7
- data.tar.gz: 120a6a093628fed5965873ebc0be875a4beeba586145ca74a5ed9cca6550a370b4eac0c65f56965865d5e315c95759b9f7ba3ea31a5fc6191fbbc70c321beeab
6
+ metadata.gz: d68678fe0bc2730dbed51a26ee76a88406cdf0c0a746d198f3aa3d6d083111884deb355637655adbec6f3b39707abcf351ea9a888398a1043aa7ac6502744910
7
+ data.tar.gz: c9489339e31410988c755b66d7c6fe41bae0e715a1b3c6e0640a80495fcc9d6459fec48ec45250fefc9acbe8e06b4ea8f76e74b9ed1a09d7940f9156dbbd966f
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-gke_connect-gateway
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::GkeConnect::Gateway::V1beta1::GatewayService::Credentials`):
68
68
 
69
- 1. `GKE_CONNECT_GATEWAY_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `GKE_CONNECT_GATEWAY_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
+ * `GKE_CONNECT_GATEWAY_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `GKE_CONNECT_GATEWAY_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/gke_connect/gateway"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeConnect
23
23
  module Gateway
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_connect-gateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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-06-23 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-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-gke_connect-gateway-v1beta1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement