google-cloud-compute 1.9.0 → 1.10.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: 8ff86375df2e9dbfc4b2c0b7a24d1316ddddbfb3c4b206d1d4dfd6cd1124a879
4
- data.tar.gz: b30ee5f37c0104750c7b42d12d62969b210575699a557474cff65a07dd019da3
3
+ metadata.gz: 62168d2ce83dcc304605271f5373c3b90c2e254b878aa150c51daed26475f8e4
4
+ data.tar.gz: 7976294ce3ad16b7ed1e2a194ce7cdf27dbfa61cea37cc8434ef25eceddbd9b0
5
5
  SHA512:
6
- metadata.gz: b8bfb9d5ef2ec0e93b1be70f7fc4ce055f3923ddf3ae19e8924e7a6b6536c41d2eac459fba8aa934684510dfc8601d4a9ea56696887643e9ec55dd43083c5de0
7
- data.tar.gz: 361932ced1db676e41f7122a7533df8efcddb824a8e6435db0e00fe440b686d2ce49a1673931c72e5fb65d1f9eeace72156f4f90a2095673d90971bc368f4507
6
+ metadata.gz: b6d5b397ceb4bdd095d42c0f1e4b71ed9eba3e7a96f5b9d93d2ef8a01b57176fa7f272d2adf375997f37b839bd1d07d09a057ca5cb3846b237bddd0006cbcd20
7
+ data.tar.gz: ef811608171be654e4602d4fc39d4c9302d1b377e2e60f847954c7e7efd5d3272b6b34d1305e4a7adf835f9fa522596f6bbdb3360f11dbccdfd3abc7d4c01a08
data/README.md CHANGED
@@ -59,9 +59,14 @@ service such as [Google Cloud Run](https://cloud.google.com/run), this generally
59
59
  results in logs appearing alongside your application logs in the
60
60
  [Google Cloud Logging](https://cloud.google.com/logging/) service.
61
61
 
62
+ Debug logging also requires that the versioned clients for this service be
63
+ sufficiently recent, released after about Dec 10, 2024. If logging is not
64
+ working, try updating the versioned clients in your bundle or installed gems:
65
+ [google-cloud-compute-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-compute-v1/latest).
66
+
62
67
  ## Supported Ruby Versions
63
68
 
64
- This library is supported on Ruby 2.7+.
69
+ This library is supported on Ruby 3.0+.
65
70
 
66
71
  Google provides official support for Ruby versions that are actively supported
67
72
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Compute
23
- VERSION = "1.9.0"
23
+ VERSION = "1.10.0"
24
24
  end
25
25
  end
26
26
  end