google-cloud-gke_hub-v1 2.5.0 → 2.6.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: 3f15aeb04ca10444989a061b395c71d4db016e18a92aadc6d0eea58fbe4e35f2
4
- data.tar.gz: a75900e2ccab13f09fa91cf35cb48a1d3fbeb9b1aa427c5075dbe23ac6c4325f
3
+ metadata.gz: 84d3ffbd4b3ef3a9963e0f3c4dfea73f5967a5ee46cc19c0f57e2ee11c4f99da
4
+ data.tar.gz: 6df6a0a6bb323da6ba01b68fda5eb60095fec483efc8514a7d8b01ee505ceee0
5
5
  SHA512:
6
- metadata.gz: 11152a279db34b27adaf0b62a5a1e61fc4c6d9cd1d08c665e69c5de8b58cdb7eca0a94bfd5c55c042e349dc57b66291153264e25bbd267621d0bc458c550aee5
7
- data.tar.gz: 53c3694c511e600b9c294794ae2ac7eb43a1c2a3e94699f17d521b7bf08a32dc0dfa980a6bf1e01ae076756b981caf995f3c20f053855081fff9a96914aeca21
6
+ metadata.gz: 5af21d20a447bb724dfea0664790da65b7c0dae4014aae8e4f8b900b5407757c0e62ef0c6443d62a902af09adb0d699b3583cf9352b93028fd97bf358f58255e
7
+ data.tar.gz: 92f0c10383deeb25df938e2a8bb7799797ec2a3c2d7b17c1645ed023fcf780327ce5e2cb71b85c62ad44a55ec430e47fe96dddcdb96a6fc0f82815c5b2533dc5
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 3.0+.
89
+ This library is supported on Ruby 3.2+.
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
@@ -4762,6 +4762,7 @@ module Google
4762
4762
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4763
4763
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4764
4764
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4765
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4765
4766
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4766
4767
  # trigger a retry.
4767
4768
  # @return [::Hash]
@@ -4845,6 +4846,7 @@ module Google
4845
4846
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4846
4847
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4847
4848
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4849
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4848
4850
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4849
4851
  # trigger a retry.
4850
4852
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -4421,6 +4421,7 @@ module Google
4421
4421
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4422
4422
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4423
4423
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4424
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4424
4425
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4425
4426
  # trigger a retry.
4426
4427
  # @return [::Hash]
@@ -4493,6 +4494,7 @@ module Google
4493
4494
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
4494
4495
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
4495
4496
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
4497
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
4496
4498
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
4497
4499
  # trigger a retry.
4498
4500
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeHub
23
23
  module V1
24
- VERSION = "2.5.0"
24
+ VERSION = "2.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_hub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement