google-apis-workloadmanager_v1 0.14.0 → 0.16.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: 0a3d836bfc00395de5487760736c8fd372bdb7a6809b5b583a4a3be15ae9f3b1
4
- data.tar.gz: 39cec735878d9ac93ca96c7e6f029c22ffcbdf42f532430d5f33cc8299bd2311
3
+ metadata.gz: ef343d7defdb6265e37fadd926f22572dd8b2767d4772fc961c8226bb337d87a
4
+ data.tar.gz: 69889f25542b600bbfa925876cb9d12cd1206181b0e5d85251db78ca22fce5ca
5
5
  SHA512:
6
- metadata.gz: 8a900f91ca78ff72a0641449c6f5aef63ba9be9e2ec78a968f368e4867a69e985feac61aab65b37f0b0359b5f830b6eb864007cb06f60beb35fa5accb80edebf
7
- data.tar.gz: 5dc604888ebda1990d0da7587ad4e7a86a162a6b007ad4aadb31005a0711fc4b31c2e426d424f6f087c198dd8521dedbd84b227e84a61c01b214e0b5d8044ac8
6
+ metadata.gz: 9b3bf35cb5fed8bba6bfdc21f30ee025a081dfb9beea8fee4c9acb7dad966d090a3f1836169cd4e1d5fc8c03dd67379b99bd95247fe565b8cc3cf2e619e3e1ca
7
+ data.tar.gz: daf2dfb15c2aa1e0b6e9f3adc2887892455db2dc91cb12f459b08f92215528ce8dfc385f12ae87261906590cbc5c7d7a91f6c908d5ddc38978d49ccc4af4d4cc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-workloadmanager_v1
2
2
 
3
+ ### v0.16.0 (2024-02-23)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.15.0 (2024-02-18)
8
+
9
+ * Regenerated from discovery document revision 20240208
10
+
3
11
  ### v0.14.0 (2024-01-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20240117
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/workload-manager/docs) may
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