google-cloud-gke_connect-gateway-v1beta1 0.8.0 → 0.9.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: 61fd219044484c18460e697186a9fb3a0332e92db6eaa128725802b01affde55
4
- data.tar.gz: de45a787fb82f4538ce9f083b3a7d5b3abf4ecb07c70bbd6337f5fc9e412c7df
3
+ metadata.gz: f0f7083bad5bf609e9fe8a3d0e8ca91f4e78438a35e9b8dca185fbc5d800e08f
4
+ data.tar.gz: a93bef99926b0ef53f735bfbb5a46317464939fb9d56566ecdb1cb7b72949874
5
5
  SHA512:
6
- metadata.gz: 466f35b8100a235ed69fe2ffaaaf28c162cf153c77ab6ae9d60f10229c723eb7bd162cf2e5f024d4fc243e5de66f34b86f33276ea3510bed17a8647586f22cf6
7
- data.tar.gz: fd83abd2708cf52c9f46eab64b4932432258e29728b97d3cd14a598b48214e329cdc17170a794d44eb189f08c6881109cc7b57b6cd602ea77a192bc180561aa4
6
+ metadata.gz: 1eff37879511e1bcd3153de2b0d6fa8f81d826cefcdafef4bf6b5314d94b9bd3f6cd9c79b0a088ec25b309e83a482b4aa95dd5891538329db0fe8117840417a5
7
+ data.tar.gz: 8ac374a6b0b8fdb26b7ac9abb3c268e86c37643f7d8df8ca659314cf7e1b71942cccf320d63724a62f1ab3f4f4f224eb521c0a3e3b5e1bc5772c2aab85362e20
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -320,6 +320,13 @@ module Google
320
320
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
321
321
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
322
322
  # * (`nil`) indicating no credentials
323
+ #
324
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
325
+ # external source for authentication to Google Cloud, you must validate it before
326
+ # providing it to a Google API client library. Providing an unvalidated credential
327
+ # configuration to Google APIs can compromise the security of your systems and data.
328
+ # For more information, refer to [Validate credential configurations from external
329
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
323
330
  # @return [::Object]
324
331
  # @!attribute [rw] scope
325
332
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module GkeConnect
23
23
  module Gateway
24
24
  module V1beta1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.9.0"
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-cloud-gke_connect-gateway-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -82,7 +81,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
82
81
  licenses:
83
82
  - Apache-2.0
84
83
  metadata: {}
85
- post_install_message:
86
84
  rdoc_options: []
87
85
  require_paths:
88
86
  - lib
@@ -90,15 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
88
  requirements:
91
89
  - - ">="
92
90
  - !ruby/object:Gem::Version
93
- version: '2.7'
91
+ version: '3.0'
94
92
  required_rubygems_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
96
  version: '0'
99
97
  requirements: []
100
- rubygems_version: 3.5.23
101
- signing_key:
98
+ rubygems_version: 3.6.2
102
99
  specification_version: 4
103
100
  summary: The Connect Gateway service allows connectivity from external parties to
104
101
  connected Kubernetes clusters.