google-apis-containeranalysis_v1beta1 0.46.0 → 0.47.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09d1cc9df379d89815fc7a33e89f92bb2f3711cd664deab91bdfa0d662409308'
|
|
4
|
+
data.tar.gz: 9c56b1b4f0c9879bf278f497954390ceab55b560ccb5fe64fdf0cee4bd48e9f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70b2c31e81c2682aa4c1ebdb6dd35ea10a5f42fa133165445394bb392ba07990a12d42ba2c0cd4512bdede308f44b3609d41c7152771405d7d4767bfa43aaac1
|
|
7
|
+
data.tar.gz: 2361ddb88b2ff3b3cd96ef4aa1b104da2f29f7a017649d42ba4f6e174f401111c0e253d4d99987aa0a710577b02d6fa0551a94ae387ca4b85fd7f55bb68f7ccf
|
data/CHANGELOG.md
CHANGED
|
@@ -2320,7 +2320,7 @@ module Google
|
|
|
2320
2320
|
# List of build step outputs, produced by builder images, in the order
|
|
2321
2321
|
# corresponding to build step indices. [Cloud Builders](https://cloud.google.com/
|
|
2322
2322
|
# cloud-build/docs/cloud-builders) can produce this output by writing to `$
|
|
2323
|
-
# BUILDER_OUTPUT/output`. Only the first
|
|
2323
|
+
# BUILDER_OUTPUT/output`. Only the first 50KB of data is stored.
|
|
2324
2324
|
# Corresponds to the JSON property `buildStepOutputs`
|
|
2325
2325
|
# @return [Array<String>]
|
|
2326
2326
|
attr_accessor :build_step_outputs
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContaineranalysisV1beta1
|
|
18
18
|
# Version of the google-apis-containeranalysis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.47.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230829"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-containeranalysis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.47.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-containeranalysis_v1beta1/v0.47.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-containeranalysis_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|