google-cloud-gke_recommender-v1 0.3.1 → 0.4.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: 8c2db8d744e3127c0de28159c289df44ee9169ac4456ff2ad6e3a69975c5c0e3
4
- data.tar.gz: a3517b41cd5b3e184b65942bbc57e2ac15caa7112baad3410fa24f11c0a12192
3
+ metadata.gz: 1a67b5d4bfd9c0b5ac6475cf1f97b8c8ea3cba76b4a0a34b3d543cd582c5a541
4
+ data.tar.gz: 01e9c66524fd3bad0ef827edae50a3ca3271b9371ed9119ea98cd0668cdfabe7
5
5
  SHA512:
6
- metadata.gz: 334abc8247232f5f4865e5a50c78e15c8bb08e58be367f5407ccc023456cf2b2c78935b5e004da206d60a16b2c10f446a53ecd801f0f0ddb6593f0257cb5ebb9
7
- data.tar.gz: 7128d361d06382d7b4207b5061a288bf6e4dde58929ade1d1538a762b08a0a231e25140b31dad356f49cbea0ec177ee3339aa0093c9b7e8b535f464a36644f5e
6
+ metadata.gz: 9c0f71b3be1351cc04eb4dfad0934f6d9ef36174bc722c27e5dbae963e167ce7e9a07101d6908b2397c9d672afe0803767b8f33f60dbb5eab2e8c35f24cc41be
7
+ data.tar.gz: 16a870332029468b61bc676d34d30cfbddb1dace9b4532addbac758202ff1da82308b7b7eac38fba339f642db44859ce2661c2154e855d940c5e607b455c6080
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -900,6 +900,7 @@ module Google
900
900
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
901
901
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
902
902
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
903
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
903
904
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
904
905
  # trigger a retry.
905
906
  # @return [::Hash]
@@ -983,6 +984,7 @@ module Google
983
984
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
984
985
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
985
986
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
987
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
986
988
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
987
989
  # trigger a retry.
988
990
  #
@@ -873,6 +873,7 @@ module Google
873
873
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
874
874
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
875
875
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
876
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
876
877
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
877
878
  # trigger a retry.
878
879
  # @return [::Hash]
@@ -945,6 +946,7 @@ module Google
945
946
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
946
947
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
947
948
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
949
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
948
950
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
949
951
  # trigger a retry.
950
952
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeRecommender
23
23
  module V1
24
- VERSION = "0.3.1"
24
+ VERSION = "0.4.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_recommender-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.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