google-cloud-build-v1 1.6.0 → 1.6.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a67e52db987caae447fa7447fd994a00c805023f4d3a84f8fb1eb8da36e2c6e2
|
4
|
+
data.tar.gz: 2b254b3452295eb20c8989c625106b49c181645d6502636ecccfb0ae0aa53985
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3797d4a134b365e839c7b9cbf21742cc57e07aa0d0db42b7f2ff2241896555c50b5bf0002b939bfbfd35fb9ca53be39fb37d615df668b246958c435171f0ff2
|
7
|
+
data.tar.gz: c6675de9e8231c70809c8c4ff0806a318000415960d6a4d212385bdf3a1ad61734c511ec31eb56d4dc5b5406be31e307c11b658601234fd1a20a54356c47300c
|
@@ -2491,8 +2491,8 @@ module Google
|
|
2491
2491
|
# want full control of traffic in the private pool. Configure Cloud NAT for
|
2492
2492
|
# the subnet of network attachment if you need to access public Internet.
|
2493
2493
|
#
|
2494
|
-
# If false, Only route
|
2495
|
-
# 192.168.0.0/16 through PSC interface.
|
2494
|
+
# If false, Only route RFC 1918 (10.0.0.0/8, 172.16.0.0/12, and
|
2495
|
+
# 192.168.0.0/16) and RFC 6598 (100.64.0.0/10) through PSC interface.
|
2496
2496
|
class PrivateServiceConnect
|
2497
2497
|
include ::Google::Protobuf::MessageExts
|
2498
2498
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-build-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
- !ruby/object:Gem::Version
|
101
101
|
version: '0'
|
102
102
|
requirements: []
|
103
|
-
rubygems_version: 3.6.
|
103
|
+
rubygems_version: 3.6.9
|
104
104
|
specification_version: 4
|
105
105
|
summary: Creates and manages builds on Google Cloud Platform.
|
106
106
|
test_files: []
|