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: 9f8f1894ec8136d18b3fa94c5578becb63f8709317dea74a6505ddc02f4f657c
4
- data.tar.gz: '07583322ffda734975a15f9429691fce6b9f55032a9ca12d1b37fa75eceed942'
3
+ metadata.gz: a67e52db987caae447fa7447fd994a00c805023f4d3a84f8fb1eb8da36e2c6e2
4
+ data.tar.gz: 2b254b3452295eb20c8989c625106b49c181645d6502636ecccfb0ae0aa53985
5
5
  SHA512:
6
- metadata.gz: 7a6f91f195cac388b4f2470495dae7899f4e9b228ba9357c638b68398d4cc5e2eeb18dfb8aebaf1110ec936ad1154ec80de32e89b678f1ed84087abc69ca2664
7
- data.tar.gz: 161ae035818f9321b1b0305449f07e3afebea4964d763dcab6267fec5d2f3ee6eade2835a91b27c28184ba21af99de20db2ab6fbb7e06b71686fd2359669813b
6
+ metadata.gz: d3797d4a134b365e839c7b9cbf21742cc57e07aa0d0db42b7f2ff2241896555c50b5bf0002b939bfbfd35fb9ca53be39fb37d615df668b246958c435171f0ff2
7
+ data.tar.gz: c6675de9e8231c70809c8c4ff0806a318000415960d6a4d212385bdf3a1ad61734c511ec31eb56d4dc5b5406be31e307c11b658601234fd1a20a54356c47300c
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.6.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 private IPs, e.g. 10.0.0.0/8, 172.16.0.0/12, and
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.0
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.8
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: []