google-cloud-binary_authorization-v1 1.4.1 → 1.5.0

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: 86e0a2e862e7c9acf18cf83c96bce921ae2fc632c7a1efd532f9ecfaaf2f241e
4
- data.tar.gz: 5585ce456e38f9dca8f0ebe8c13c460ace53545769ab809539daf68e5162ce31
3
+ metadata.gz: 81032b5c402dc76f4db69e4f56f23a55944f0b9ad3dde232b2c00f6433eeefe2
4
+ data.tar.gz: 48261096bbe6b695267f5927c2fffce5cec7199a04492af7dad571d75d7a5563
5
5
  SHA512:
6
- metadata.gz: 9fe632af4327924972b4321d49bcd8feb90a554bd66a4f4890cb151a729256756acbdf621437503cd7d869d69126241da09414942d62caac1afed0435182501b
7
- data.tar.gz: 75d0c426bef01519ba63787c641d6b485990b188e8e7738bfaab6d1dc11dbd8012747f99937004e9f2c94e5af05aab3b6097ca16913c4f1e2284d9e14b8d3ab8
6
+ metadata.gz: e00265a7e2ebd9f077f1ab4d9ddbcdac026e07fd249e8427596a3f25f21dfeeac066a03855c8bc492229a99b52ade0975f7f4693c91e7733bb86b93d99f49c60
7
+ data.tar.gz: dc2fa2d58a065df35792892feeb793cd8d0cf637c5642f88de6e066d0e60c549b0a91efc8abaa9646ae2bf7c41b6ebdd2572fbb79e96c352bc29671deab8b38d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
23
  module V1
24
- VERSION = "1.4.1"
24
+ VERSION = "1.5.0"
25
25
  end
26
26
  end
27
27
  end
@@ -132,6 +132,9 @@ module Grafeas
132
132
  # @!attribute [rw] layer_count
133
133
  # @return [::Integer]
134
134
  # The number of layers that the base image is composed of.
135
+ # @!attribute [rw] registry
136
+ # @return [::String]
137
+ # The registry in which the base image is from.
135
138
  class BaseImage
136
139
  include ::Google::Protobuf::MessageExts
137
140
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC