google-apis-run_v1 0.70.0 → 0.72.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: 7ea144fde6334a914b97df694bd3f49cadeffd8683972c659e1be6183c93b08a
4
- data.tar.gz: 8a94f3fc07ebcc3e4107b1a9a4b0462e04dc5c0c2bb72c4024f5047e16c73de4
3
+ metadata.gz: 71ba1b86f04b62a9dd138b2a03625411a6a07d311d7c78c2929b345576a2d9fa
4
+ data.tar.gz: 23ca3da544a6e7b9da475309abfd575c66ec3778396ad7c5c9a9722215ccd3f3
5
5
  SHA512:
6
- metadata.gz: ab3715a2491f967a6823edaacb9eb75b2e8d85f84158bd2fd8f5b7e76fb439b57e693029aae059db421b93895d071ffff11687ca7ad4389ee309723a9a40ca22
7
- data.tar.gz: 3fff152641405808c3705931cddb949fb3cc0c02686f3723931d9c5bd902754cd764356e2b3eed7ebbad18dc85f28c28b152d99e50be6eab4da3e98ef27c4b75
6
+ metadata.gz: d51cb6a997758c1603e5f4920989466ef912127a73df5b229c98e42b790e2c6c59612d083f802c0e16beece9bef6cb28057cef446950709eeaffc2e4eca46fa7
7
+ data.tar.gz: a25669981ab0895f21f87966aceeb0d300458422b395f3420ea24c42d2b81030de5615c34dc8d8d3d20c6a3af28cba995619890467be7633c8c6e92c7b85e373
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.72.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240303
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.71.0 (2024-02-23)
9
+
10
+ * Unspecified changes
11
+
3
12
  ### v0.70.0 (2024-02-11)
4
13
 
5
14
  * Regenerated from discovery document revision 20240204
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