google-apis-run_v2 0.57.0 → 0.59.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: d1a76120b804bfee85f588c9203613bd4c6d9484d6a4dcedbbd22901562312f1
4
- data.tar.gz: 22ed5f98b5a8b019d6d0acfce85795eacb9e5d72ffc4d5c3149ef4110ece216f
3
+ metadata.gz: f1c7053fb14f42d422c30e018f76dfb429a164a47cc329591413f8a6d405d255
4
+ data.tar.gz: 608de1cfadbd37fce93e2c57336f99ffd1cbbde60e274ca90ea42d0fd5b83c5f
5
5
  SHA512:
6
- metadata.gz: 8c4fa298cba78701e6875d6b9480d82699e9caea1b426b1255e4bb1d35b11483ba0ef42e07255dd73b90efbd3e0593634736882bbe035044ce30fa0b5e2fa547
7
- data.tar.gz: ade399ffaf35e8c545b08ae5dee2ef8f58d17848aa9e12692bca726a740d0cbbe275ca99461dea7de211a21398813bf9658d7ec9ed2302e2bb214783354b9c10
6
+ metadata.gz: e765f73d22a466f5df61d84f7a700feac61565b4f3920301491c03db75aa18d81e97a5297ec72f8a79feeb8eb4486e2e6854529c93169cdc4a4f88f7e4d03d9b
7
+ data.tar.gz: 8e14bbea0a853294e01aad6a0c20841ad8eb4444cc9b92453371f419166eb8a2444c381bee647c3cae586496f931d249a8e9d21e5943133317507ee38f1c4e6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.59.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240303
6
+
7
+ ### v0.58.0 (2024-02-23)
8
+
9
+ * Regenerated from discovery document revision 20240211
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.57.0 (2024-01-28)
4
13
 
5
14
  * Regenerated from discovery document revision 20240121
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/run/) may provide guidance
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91