diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml
new file mode 100644
index 0000000000..20f3acc281
--- /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 a40d48f0e3..f8ff395fd8 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-storage.git",
- "sha": "38dc36ff4c4683c4de1f5b184b4f438f8be322cf"
+ "sha": "bacc7b75898c3d4054214da069588ad4957b5d39"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a"
+ "sha": "2c8aecedd55b0480fb4e123b6e07fa5b12953862"
}
}
]
diff --git a/.kokoro/build.sh b/.kokoro/build.sh
index a5ed759f93..938f069faa 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.cfg b/.kokoro/release/publish_javadoc.cfg
index c4cb552100..24d1b20a35 100644
--- a/.kokoro/release/publish_javadoc.cfg
+++ b/.kokoro/release/publish_javadoc.cfg
@@ -9,7 +9,7 @@ env_vars: {
env_vars: {
key: "STAGING_BUCKET_V2"
- value: "docs-staging-v2-staging"
+ value: "docs-staging-v2"
# Production will be at: docs-staging-v2
}
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index 6b5920141a..f372a616a6 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 86927cfcbd..c7bb999d38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [1.113.3](https://www.github.com/googleapis/java-storage/compare/v1.113.2...v1.113.3) (2020-11-06)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#592](https://www.github.com/googleapis/java-storage/issues/592)) ([25e8e6a](https://www.github.com/googleapis/java-storage/commit/25e8e6a01dde517fd42cfc8ae59b8555ea0a2831))
+* update kms.version to v0.87.1 ([#595](https://www.github.com/googleapis/java-storage/issues/595)) ([1e399cd](https://www.github.com/googleapis/java-storage/commit/1e399cd33755e647bf08f4a82af932320cab655d))
+
### [1.113.2](https://www.github.com/googleapis/java-storage/compare/v1.113.1...v1.113.2) (2020-10-26)
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 6b2238bb75..2add2547a8 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 3a25222521..2f99ca640b 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.2.0
+ 15.0.0
pom
import
@@ -38,18 +38,18 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage
- 1.113.1
+ 1.113.2
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-storage:1.113.1'
+compile 'com.google.cloud:google-cloud-storage:1.113.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.113.2"
```
## Authentication
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 94037bef76..279e25c441 100644
--- a/google-cloud-storage/pom.xml
+++ b/google-cloud-storage/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-storage
- 1.113.2
+ 1.113.3
jar
Google Cloud Storage
https://github.com/googleapis/java-storage
@@ -12,11 +12,11 @@
com.google.cloud
google-cloud-storage-parent
- 1.113.2
+ 1.113.3
google-cloud-storage
- 0.87.0
+ 0.87.1
diff --git a/pom.xml b/pom.xml
index f2ce558171..6bd003cf86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-storage-parent
pom
- 1.113.2
+ 1.113.3
Storage Parent
https://github.com/googleapis/java-storage
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 0.9.3
+ 0.9.4
@@ -63,7 +63,7 @@
UTF-8
github
google-cloud-storage-parent
- 0.13.0
+ 0.14.1
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index eea060b040..fe8f70f1a8 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-storage
- 1.113.1
+ 1.113.2
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index db734e8a19..81d033eaf2 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-storage
- 1.113.1
+ 1.113.2
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 913f8b1f44..9c0f70a262 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 13.2.0
+ 15.0.0
pom
import
diff --git a/synth.metadata b/synth.metadata
index d5b4ff39c5..5e7ee883cf 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-storage.git",
- "sha": "90252c8ee594a774d11e95706b1ef4734e3ad32e"
+ "sha": "b39a67551866fb8e09755e4918f30f92754ab297"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
+ "sha": "c7824ea48ff6d4d42dfae0849aec8a85acd90bd9"
}
}
],
@@ -21,6 +21,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 2143d8ddf3..11ef215259 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-storage:1.113.2:1.113.2
\ No newline at end of file
+google-cloud-storage:1.113.3:1.113.3
\ No newline at end of file