google-cloud-workflows-executions-v1beta 0.9.0 → 0.10.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: b17fb39d9137a9977bfac761ed5d4d22d4a41ceb4f7a638859de441f75ec8594
4
- data.tar.gz: c5ba23c970f7dbdbb7b04b3d6902dc2ae05e45588b32c206aacb4cae69ca86c5
3
+ metadata.gz: d1216e8fb5077793b51b201f6744d4a9725df369c1b9f6c423d372426f73f541
4
+ data.tar.gz: 8a173ae4b804b3f9174a1fcde8bf91525b3a001035bfca7a94e7e5f22a4840d1
5
5
  SHA512:
6
- metadata.gz: 91d8f06190e15eda2280782459c16d0cb6d25c7d575767b01c695239d17788f75c7caf18a1cb5fe98baa61447f9c20a44fa3535b990f87f11972da41914e04a6
7
- data.tar.gz: 2b89923801968bf5eed6261dea9b1931130234bfe689234b69d68902172bb25c7b5a1966107872c47d256ae979595d16ba5a957011f978a6f956ff82ee14af64
6
+ metadata.gz: 054e7dfec547402319e89d9d3a7dbe59067f704d60d9afc1ad09f82ffaaccdb889f8f3af8f0f6a5c576d1b95bbcb913f5d66b3c31d620b623a041e81c31b0fc9
7
+ data.tar.gz: 0f88fb582556d7e8c70811b4f692cc53887f1229ccb24d2b9f048132c51b8b28c9fcd21ebdd9debada7bbf1098cac11ddbda3780f6978a91377c1b8d49d5d53e
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
@@ -605,6 +605,13 @@ module Google
605
605
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
606
606
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
607
607
  # * (`nil`) indicating no credentials
608
+ #
609
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
610
+ # external source for authentication to Google Cloud, you must validate it before
611
+ # providing it to a Google API client library. Providing an unvalidated credential
612
+ # configuration to Google APIs can compromise the security of your systems and data.
613
+ # For more information, refer to [Validate credential configurations from external
614
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
608
615
  # @return [::Object]
609
616
  # @!attribute [rw] scope
610
617
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Workflows
23
23
  module Executions
24
24
  module V1beta
25
- VERSION = "0.9.0"
25
+ VERSION = "0.10.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-workflows-executions-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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
@@ -81,7 +80,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
81
80
  licenses:
82
81
  - Apache-2.0
83
82
  metadata: {}
84
- post_install_message:
85
83
  rdoc_options: []
86
84
  require_paths:
87
85
  - lib
@@ -89,15 +87,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
87
  requirements:
90
88
  - - ">="
91
89
  - !ruby/object:Gem::Version
92
- version: '2.7'
90
+ version: '3.0'
93
91
  required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  requirements:
95
93
  - - ">="
96
94
  - !ruby/object:Gem::Version
97
95
  version: '0'
98
96
  requirements: []
99
- rubygems_version: 3.5.23
100
- signing_key:
97
+ rubygems_version: 3.6.2
101
98
  specification_version: 4
102
99
  summary: Manages user-provided workflows.
103
100
  test_files: []