diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml
new file mode 100644
index 00000000..20f3acc2
--- /dev/null
+++ b/.github/generated-files-bot.yml
@@ -0,0 +1,7 @@
+externalManifests:
+- type: json
+ file: 'synth.metadata'
+ jsonpath: '$.generatedFiles[*]'
+- type: json
+ file: '.github/readme/synth.metadata/synth.metadata'
+ jsonpath: '$.generatedFiles[*]'
diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index ae41de90..d47d71ab 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-containeranalysis.git",
- "sha": "437e6cc18bed8e147ada105b01360e40349697fb"
+ "sha": "3bd3aee9e5f38d818bab27fddf920f3c722b4851"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
+ "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
}
}
]
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index 320c6868..0c93b5ea 100755
--- a/.kokoro/build.sh
+++ b/.kokoro/build.sh
@@ -78,7 +78,7 @@ samples)
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
then
- pushd {SAMPLES_DIR}
+ pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
-DtrimStackTrace=false \
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index a026635e..a9bc393d 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -62,7 +62,7 @@ popd
# V2
mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
-pushd target/devsite
+pushd target/devsite/reference
# create metadata
python3 -m docuploader create-metadata \
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 973fc4f9..e234e3f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+### [1.2.5](https://www.github.com/googleapis/java-containeranalysis/compare/v1.2.4...v1.2.5) (2020-11-02)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#318](https://www.github.com/googleapis/java-containeranalysis/issues/318)) ([aa8be24](https://www.github.com/googleapis/java-containeranalysis/commit/aa8be24106eb6dcb713c54b63f75ebd98216eb5a))
+* update dependency io.grafeas:grafeas to v1.0.3 ([#316](https://www.github.com/googleapis/java-containeranalysis/issues/316)) ([1e04bfb](https://www.github.com/googleapis/java-containeranalysis/commit/1e04bfbdace0365c22994bb4e1f6dc1d18853533))
+* update dependency io.grafeas:grafeas to v1.0.4 ([#321](https://www.github.com/googleapis/java-containeranalysis/issues/321)) ([32dce19](https://www.github.com/googleapis/java-containeranalysis/commit/32dce197491eea9cb7596ce29d8301c70bc4f828))
+
### [1.2.4](https://www.github.com/googleapis/java-containeranalysis/compare/v1.2.3...v1.2.4) (2020-10-21)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 6b2238bb..2add2547 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,3 +1,4 @@
+
# Code of Conduct
## Our Pledge
@@ -69,12 +70,12 @@ dispute. If you are unable to resolve the matter for any reason, or if the
behavior is threatening or harassing, report it. We are dedicated to providing
an environment where participants feel welcome and safe.
-Reports should be directed to *[PROJECT STEWARD NAME(s) AND EMAIL(s)]*, the
-Project Steward(s) for *[PROJECT NAME]*. It is the Project Steward’s duty to
+Reports should be directed to *googleapis-stewards@google.com*, the
+Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to
receive and address reported violations of the code of conduct. They will then
work with a committee consisting of representatives from the Open Source
Programs Office and the Google Open Source Strategy team. If for any reason you
-are uncomfortable reaching out the Project Steward, please email
+are uncomfortable reaching out to the Project Steward, please email
opensource@google.com.
We will investigate every complaint, but you may not receive a direct response.
diff --git a/README.md b/README.md
index 6f7b9738..10b0012b 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
libraries-bom
- 13.0.0
+ 13.4.0
pom
import
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-containeranalysis
- 1.2.1
+ 1.2.4
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-containeranalysis:1.2.3'
+compile 'com.google.cloud:google-cloud-containeranalysis:1.2.4'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "1.2.4"
```
## Authentication
diff --git a/google-cloud-containeranalysis-bom/pom.xml b/google-cloud-containeranalysis-bom/pom.xml
index 6e6e707e..d43a6892 100644
--- a/google-cloud-containeranalysis-bom/pom.xml
+++ b/google-cloud-containeranalysis-bom/pom.xml
@@ -3,12 +3,12 @@
4.0.0
com.google.cloud
google-cloud-containeranalysis-bom
- 1.2.4
+ 1.2.5
pom
com.google.cloud
google-cloud-shared-config
- 0.9.3
+ 0.9.4
Google Cloud Container Analysis BOM
@@ -64,27 +64,27 @@
com.google.api.grpc
proto-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
com.google.cloud
google-cloud-containeranalysis
- 1.2.4
+ 1.2.5
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
com.google.api.grpc
proto-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
diff --git a/google-cloud-containeranalysis/pom.xml b/google-cloud-containeranalysis/pom.xml
index 640e8536..bb5ec9ed 100644
--- a/google-cloud-containeranalysis/pom.xml
+++ b/google-cloud-containeranalysis/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-containeranalysis
- 1.2.4
+ 1.2.5
jar
Google Cloud Container Analysis
https://github.com/googleapis/java-containeranalysis
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-containeranalysis-parent
- 1.2.4
+ 1.2.5
google-cloud-containeranalysis
diff --git a/grpc-google-cloud-containeranalysis-v1/pom.xml b/grpc-google-cloud-containeranalysis-v1/pom.xml
index 14235e66..f9e629de 100644
--- a/grpc-google-cloud-containeranalysis-v1/pom.xml
+++ b/grpc-google-cloud-containeranalysis-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
grpc-google-cloud-containeranalysis-v1
GRPC library for grpc-google-cloud-containeranalysis-v1
com.google.cloud
google-cloud-containeranalysis-parent
- 1.2.4
+ 1.2.5
diff --git a/grpc-google-cloud-containeranalysis-v1beta1/pom.xml b/grpc-google-cloud-containeranalysis-v1beta1/pom.xml
index 2bcf62f3..fb40563d 100644
--- a/grpc-google-cloud-containeranalysis-v1beta1/pom.xml
+++ b/grpc-google-cloud-containeranalysis-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
grpc-google-cloud-containeranalysis-v1beta1
GRPC library for grpc-google-cloud-containeranalysis-v1beta1
com.google.cloud
google-cloud-containeranalysis-parent
- 1.2.4
+ 1.2.5
diff --git a/pom.xml b/pom.xml
index df4a4170..618c2373 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-containeranalysis-parent
pom
- 1.2.4
+ 1.2.5
Google Cloud Container Analysis Parent
https://github.com/googleapis/java-containeranalysis
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.9.3
+ 0.9.4
@@ -70,33 +70,33 @@
com.google.api.grpc
proto-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
com.google.api.grpc
proto-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
com.google.api.grpc
grpc-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
com.google.cloud
google-cloud-containeranalysis
- 1.2.4
+ 1.2.5
com.google.cloud
google-cloud-shared-dependencies
- 0.13.0
+ 0.14.1
pom
import
@@ -105,7 +105,7 @@
io.grafeas
grafeas
- 1.0.2
+ 1.0.4
diff --git a/proto-google-cloud-containeranalysis-v1/pom.xml b/proto-google-cloud-containeranalysis-v1/pom.xml
index 9bfb0667..b1272480 100644
--- a/proto-google-cloud-containeranalysis-v1/pom.xml
+++ b/proto-google-cloud-containeranalysis-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-containeranalysis-v1
- 1.2.4
+ 1.2.5
proto-google-cloud-containeranalysis-v1
PROTO library for proto-google-cloud-containeranalysis-v1
com.google.cloud
google-cloud-containeranalysis-parent
- 1.2.4
+ 1.2.5
diff --git a/proto-google-cloud-containeranalysis-v1beta1/pom.xml b/proto-google-cloud-containeranalysis-v1beta1/pom.xml
index d02d67c9..021f7a8e 100644
--- a/proto-google-cloud-containeranalysis-v1beta1/pom.xml
+++ b/proto-google-cloud-containeranalysis-v1beta1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-containeranalysis-v1beta1
- 0.88.4
+ 0.88.5
proto-google-cloud-containeranalysis-v1beta1
PROTO library for proto-google-cloud-containeranalysis-v1beta1
com.google.cloud
google-cloud-containeranalysis-parent
- 1.2.4
+ 1.2.5
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index cb01a142..2e4129c4 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-containeranalysis
- 1.2.1
+ 1.2.4
@@ -42,7 +42,7 @@
com.google.truth
truth
- 1.0.1
+ 1.1
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 71b745ed..5e1ab945 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-containeranalysis
- 1.2.1
+ 1.2.4
@@ -40,7 +40,7 @@
com.google.truth
truth
- 1.0.1
+ 1.1
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 0f7b2540..597adbcd 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 13.1.0
+ 13.4.0
pom
import
@@ -53,7 +53,7 @@
com.google.truth
truth
- 1.0.1
+ 1.1
test
diff --git a/synth.metadata b/synth.metadata
index 3c299fa0..10af1cc6 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-containeranalysis.git",
- "sha": "73422f152284c9f01aca9417103e0621fbf2a9af"
+ "sha": "08b8f74f0f8b98a42e070bbbc79de3e2a4085161"
}
},
{
@@ -27,7 +27,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
+ "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324"
}
}
],
@@ -57,6 +57,7 @@
".github/ISSUE_TEMPLATE/feature_request.md",
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
+ ".github/generated-files-bot.yml",
".github/readme/synth.py",
".github/release-please.yml",
".github/snippet-bot.yml",
diff --git a/versions.txt b/versions.txt
index 0b6e0271..b19c464b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version
-proto-google-cloud-containeranalysis-v1:1.2.4:1.2.4
-proto-google-cloud-containeranalysis-v1beta1:0.88.4:0.88.4
-grpc-google-cloud-containeranalysis-v1beta1:0.88.4:0.88.4
-grpc-google-cloud-containeranalysis-v1:1.2.4:1.2.4
-google-cloud-containeranalysis:1.2.4:1.2.4
+proto-google-cloud-containeranalysis-v1:1.2.5:1.2.5
+proto-google-cloud-containeranalysis-v1beta1:0.88.5:0.88.5
+grpc-google-cloud-containeranalysis-v1beta1:0.88.5:0.88.5
+grpc-google-cloud-containeranalysis-v1:1.2.5:1.2.5
+google-cloud-containeranalysis:1.2.5:1.2.5