From fcdf13f5de1520e42659335916d5f20b6c609559 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 22 Oct 2020 21:36:47 +0200 Subject: [PATCH 01/17] test(deps): update dependency com.google.truth:truth to v1.1 (#313) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.truth:truth](com/google/truth/truth) | minor | `1.0.1` -> `1.1` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- samples/install-without-bom/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index fcc32a4d..a0107f66 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -42,7 +42,7 @@ com.google.truth truth - 1.0.1 + 1.1 test diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 825820d3..af30e1c4 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -53,7 +53,7 @@ com.google.truth truth - 1.0.1 + 1.1 test From c5aa84df5ddec2b88974f52a8655471be9a6ee57 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 22 Oct 2020 21:42:23 +0200 Subject: [PATCH 02/17] chore(deps): update dependency com.google.cloud:google-cloud-trace to v1.2.5 (#307) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-trace](https://togithub.com/googleapis/java-core) | patch | `1.2.3` -> `1.2.5` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index a0107f66..38e18a31 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-trace - 1.2.3 + 1.2.5 From 9dbe821601798c4a0860881b76c9d5fd016a3489 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 20:14:19 +0000 Subject: [PATCH 03/17] chore: release 1.2.6-SNAPSHOT (#321) :robot: I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- google-cloud-trace-bom/pom.xml | 14 +++++++------- google-cloud-trace/pom.xml | 4 ++-- grpc-google-cloud-trace-v1/pom.xml | 4 ++-- grpc-google-cloud-trace-v2/pom.xml | 4 ++-- pom.xml | 10 +++++----- proto-google-cloud-trace-v1/pom.xml | 4 ++-- proto-google-cloud-trace-v2/pom.xml | 4 ++-- samples/snapshot/pom.xml | 6 +++--- versions.txt | 10 +++++----- 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/google-cloud-trace-bom/pom.xml b/google-cloud-trace-bom/pom.xml index 429896ec..9fa4e80a 100644 --- a/google-cloud-trace-bom/pom.xml +++ b/google-cloud-trace-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-trace-bom - 1.2.5 + 1.2.6-SNAPSHOT pom com.google.cloud @@ -63,32 +63,32 @@ com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT com.google.cloud google-cloud-trace - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/google-cloud-trace/pom.xml b/google-cloud-trace/pom.xml index 06c72cf9..df51c349 100644 --- a/google-cloud-trace/pom.xml +++ b/google-cloud-trace/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-trace - 1.2.5 + 1.2.6-SNAPSHOT jar Google Cloud Trace https://github.com/googleapis/java-trace @@ -13,7 +13,7 @@ com.google.cloud google-cloud-trace-parent - 1.2.5 + 1.2.6-SNAPSHOT google-cloud-trace diff --git a/grpc-google-cloud-trace-v1/pom.xml b/grpc-google-cloud-trace-v1/pom.xml index 19ffb160..b133d285 100644 --- a/grpc-google-cloud-trace-v1/pom.xml +++ b/grpc-google-cloud-trace-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT grpc-google-cloud-trace-v1 GRPC library for grpc-google-cloud-trace-v1 com.google.cloud google-cloud-trace-parent - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/grpc-google-cloud-trace-v2/pom.xml b/grpc-google-cloud-trace-v2/pom.xml index c9ed4835..62dfd8ba 100644 --- a/grpc-google-cloud-trace-v2/pom.xml +++ b/grpc-google-cloud-trace-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT grpc-google-cloud-trace-v2 GRPC library for grpc-google-cloud-trace-v2 com.google.cloud google-cloud-trace-parent - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/pom.xml b/pom.xml index b40510d1..ad1c0559 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-trace-parent pom - 1.2.5 + 1.2.6-SNAPSHOT Google Cloud Trace Parent https://github.com/googleapis/java-core @@ -158,22 +158,22 @@ com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/proto-google-cloud-trace-v1/pom.xml b/proto-google-cloud-trace-v1/pom.xml index a6c6dbd8..38dfb025 100644 --- a/proto-google-cloud-trace-v1/pom.xml +++ b/proto-google-cloud-trace-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.5 + 1.2.6-SNAPSHOT proto-google-cloud-trace-v1 PROTO library for proto-google-cloud-trace-v1 com.google.cloud google-cloud-trace-parent - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/proto-google-cloud-trace-v2/pom.xml b/proto-google-cloud-trace-v2/pom.xml index eff0d1a1..9c1e6beb 100644 --- a/proto-google-cloud-trace-v2/pom.xml +++ b/proto-google-cloud-trace-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.5 + 1.2.6-SNAPSHOT proto-google-cloud-trace-v2 PROTO library for proto-google-cloud-trace-v2 com.google.cloud google-cloud-trace-parent - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 29c4191b..18c9febb 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,19 +28,19 @@ com.google.cloud google-cloud-trace - 1.2.5 + 1.2.6-SNAPSHOT junit junit - 1.2.5 + 1.2.6-SNAPSHOT test com.google.truth truth - 1.2.5 + 1.2.6-SNAPSHOT test diff --git a/versions.txt b/versions.txt index 4ffb8d6f..a1ed9ede 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-trace:1.2.5:1.2.5 -grpc-google-cloud-trace-v1:1.2.5:1.2.5 -grpc-google-cloud-trace-v2:1.2.5:1.2.5 -proto-google-cloud-trace-v1:1.2.5:1.2.5 -proto-google-cloud-trace-v2:1.2.5:1.2.5 +google-cloud-trace:1.2.5:1.2.6-SNAPSHOT +grpc-google-cloud-trace-v1:1.2.5:1.2.6-SNAPSHOT +grpc-google-cloud-trace-v2:1.2.5:1.2.6-SNAPSHOT +proto-google-cloud-trace-v1:1.2.5:1.2.6-SNAPSHOT +proto-google-cloud-trace-v2:1.2.5:1.2.6-SNAPSHOT From 5b9220922f182272854d910cc4d3a80a94d771f9 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 22 Oct 2020 13:20:21 -0700 Subject: [PATCH 04/17] chore: regenerate README (#322) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-22 19:41:58,028 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-trace/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 19:41:58,945 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/651f7c6c-86e3-4ae3-bea7-395043217ecf/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 3c4f8b26..c69fdbcd 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-trace.git", - "sha": "000f8ce743c57b0cdd72b4b83c3b07c44248c6ca" + "sha": "fcdf13f5de1520e42659335916d5f20b6c609559" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/README.md b/README.md index d5bc5202..dca0a3cb 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-trace:1.2.4' +compile 'com.google.cloud:google-cloud-trace:1.2.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "1.2.4" +libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "1.2.5" ``` ## Authentication From dd03e93a068691c402a5dc3c9f1865c563317d98 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 22 Oct 2020 13:48:17 -0700 Subject: [PATCH 05/17] chore: regenerate README (#323) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-22 20:22:59,287 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-trace/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 20:23:00,245 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/a6b62e59-b694-4b29-9530-bd3a33c85b15/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index c69fdbcd..3b1c009c 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-trace.git", - "sha": "fcdf13f5de1520e42659335916d5f20b6c609559" + "sha": "5b9220922f182272854d910cc4d3a80a94d771f9" } }, { diff --git a/README.md b/README.md index dca0a3cb..e82d5e8b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-trace - 1.2.3 + 1.2.5 ``` From 7124e7cc4171ea43ce0491635586db2cabb0785a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 23 Oct 2020 19:58:43 +0200 Subject: [PATCH 06/17] chore(deps): update dependency com.google.cloud:libraries-bom to v13.2.0 (#325) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `13.1.0` -> `13.2.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index af30e1c4..436bab2f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 13.1.0 + 13.2.0 pom import From f7babdc34311616fb75cdd4158b4a99cda68be1f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 23 Oct 2020 11:26:06 -0700 Subject: [PATCH 07/17] chore: regenerate README (#326) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-23 18:04:41,837 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-trace/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-23 18:04:42,771 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/53b14094-9d42-4891-adb9-ecdbe720d3e9/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 3b1c009c..f7608cda 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-trace.git", - "sha": "5b9220922f182272854d910cc4d3a80a94d771f9" + "sha": "7124e7cc4171ea43ce0491635586db2cabb0785a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" + "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a" } } ] diff --git a/README.md b/README.md index e82d5e8b..c4a902b5 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.1.0 + 13.2.0 pom import From 04e9f87d743d83a2f52d37b02e115d050ab51b04 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 26 Oct 2020 16:52:30 -0700 Subject: [PATCH 08/17] chore: regenerate common templates (#324) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/2d51c85a-1b94-4b9b-82ff-77b66a9e0322/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: https://github.com/googleapis/synthtool/commit/5f6ef0ec5501d33c4667885b37a7685a30d41a76 Source-Link: https://github.com/googleapis/synthtool/commit/9593c3b5b714cc9b17c445aee8834ac2b4b9348b --- .kokoro/release/publish_javadoc.sh | 2 +- CODE_OF_CONDUCT.md | 7 ++++--- synth.metadata | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh index 4b28c4d8..bc3de464 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/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/synth.metadata b/synth.metadata index 4137a5ec..bfb75ea9 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-trace.git", - "sha": "a199e8fb8073deacc0de7a4be8460ae91b59e00f" + "sha": "dd03e93a068691c402a5dc3c9f1865c563317d98" } }, { @@ -27,7 +27,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948" + "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76" } } ], From 53c0b23d9caad86f64e5efd0c2c96984957fa910 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Oct 2020 01:00:25 +0100 Subject: [PATCH 09/17] chore(deps): update dependency com.google.cloud:libraries-bom to v13.3.0 (#327) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `13.2.0` -> `13.3.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 436bab2f..24501c9d 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 13.2.0 + 13.3.0 pom import From 5ebeb3fbb3243f6fe1fbd335e42fc213b594bd5f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 26 Oct 2020 17:34:07 -0700 Subject: [PATCH 10/17] chore: regenerate README (#328) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-27 00:05:38,559 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-trace/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-27 00:05:39,460 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/fede7fb5-8bb6-4291-83ac-3e9c6db70c5e/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index f7608cda..8938e7ab 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-trace.git", - "sha": "7124e7cc4171ea43ce0491635586db2cabb0785a" + "sha": "53c0b23d9caad86f64e5efd0c2c96984957fa910" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "721a7d2abb129029eca9d85a40da6eb7b8b1739a" + "sha": "fd3584b01cedd6c9f79d08be4e2365085f955aa5" } } ] diff --git a/README.md b/README.md index c4a902b5..04dcd099 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 + 13.3.0 pom import From 6e60901cc979c123c8ef33c33b8478840af6081a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 27 Oct 2020 11:00:45 -0700 Subject: [PATCH 11/17] chore(ci): fix typo in restrict presubmit samples ITs to only snapshot (#329) Fixes below error in Java repos when https://github.com/googleapis/synthtool/pull/804 was merged: ``` github/java-bigquerystorage/.kokoro/build.sh: line 81: pushd: {SAMPLES_DIR}: No such file or directory ``` Thanks @kolea2 for spotting this in Fusion build logs. cc @chingor13 Source-Author: Stephanie Wang Source-Date: Mon Oct 26 13:44:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f68649c5f26bcff6817c6d21e90dac0fc71fef8e Source-Link: https://github.com/googleapis/synthtool/commit/f68649c5f26bcff6817c6d21e90dac0fc71fef8e --- .kokoro/build.sh | 2 +- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 28496c78..196ffeca 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/synth.metadata b/synth.metadata index bfb75ea9..099ab9cc 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-trace.git", - "sha": "dd03e93a068691c402a5dc3c9f1865c563317d98" + "sha": "5ebeb3fbb3243f6fe1fbd335e42fc213b594bd5f" } }, { @@ -27,7 +27,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76" + "sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e" } } ], From ae14be5dd037b5ee44895e2e6d4820a7feea5c5d Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 27 Oct 2020 11:04:06 -0700 Subject: [PATCH 12/17] chore: enable generated-files-bot (#330) --- .github/generated-files-bot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/generated-files-bot.yml 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[*]' From d55e891a52de8f33d5b90829e488a5fca9512d13 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Oct 2020 20:26:28 +0100 Subject: [PATCH 13/17] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.9.4 (#331) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | patch | `0.9.3` -> `0.9.4` | --- ### Release Notes
googleapis/java-shared-config ### [`v0.9.4`](https://togithub.com/googleapis/java-shared-config/blob/master/CHANGELOG.md#​094-httpswwwgithubcomgoogleapisjava-shared-configcomparev093v094-2020-10-21) [Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v0.9.3...v0.9.4)
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- google-cloud-trace-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-trace-bom/pom.xml b/google-cloud-trace-bom/pom.xml index 9fa4e80a..78af7225 100644 --- a/google-cloud-trace-bom/pom.xml +++ b/google-cloud-trace-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 0.9.3 + 0.9.4 Google Cloud Trace BOM diff --git a/pom.xml b/pom.xml index ad1c0559..e670c672 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 0.9.3 + 0.9.4 From 0dc7d9702c91498ff342b4c65addd22151b2534a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 31 Oct 2020 00:34:10 +0100 Subject: [PATCH 14/17] chore(deps): update dependency com.google.cloud:libraries-bom to v13.4.0 (#334) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `13.3.0` -> `13.4.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- samples/snippets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 24501c9d..b5c40037 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 13.3.0 + 13.4.0 pom import From ecfc92c9f980a7ac2403cd184d7c72ff8079d894 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 30 Oct 2020 16:46:08 -0700 Subject: [PATCH 15/17] chore: regenerate README (#335) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-30 23:36:17,824 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-trace/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-30 23:36:18,707 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/ba59a3a8-8c10-4c14-99cb-09a37ffc6727/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 8938e7ab..41376e96 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-trace.git", - "sha": "53c0b23d9caad86f64e5efd0c2c96984957fa910" + "sha": "0dc7d9702c91498ff342b4c65addd22151b2534a" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "fd3584b01cedd6c9f79d08be4e2365085f955aa5" + "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324" } } ] diff --git a/README.md b/README.md index 04dcd099..4e555668 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.3.0 + 13.4.0 pom import From 93847cf59601140dd66257855fa445a14560003f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 2 Nov 2020 18:40:12 +0100 Subject: [PATCH 16/17] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 (#336) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | minor | `0.13.0` -> `0.14.1` | --- ### Release Notes
googleapis/java-shared-dependencies ### [`v0.14.1`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#​0141-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0140v0141-2020-10-31) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.14.0...v0.14.1) ### [`v0.14.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#​0140-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0130v0140-2020-10-31) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.13.0...v0.14.0) ##### Dependencies - update dependency io.grpc:grpc-bom to v1.33.1 ([#​192](https://www.github.com/googleapis/java-shared-dependencies/issues/192)) ([b29384d](https://www.github.com/googleapis/java-shared-dependencies/commit/b29384dc40c812f1848f00695228d5437556f029)) - update dependency org.threeten:threetenbp to v1.5.0 ([#​196](https://www.github.com/googleapis/java-shared-dependencies/issues/196)) ([825a6fa](https://www.github.com/googleapis/java-shared-dependencies/commit/825a6fa375d12f1caa0a515b784ffde182bac98d)) - update iam.version to v1.0.2 ([#​194](https://www.github.com/googleapis/java-shared-dependencies/issues/194)) ([5c57239](https://www.github.com/googleapis/java-shared-dependencies/commit/5c572399a1b453f4dc5f6ef8d8850a35be2aef75))
--- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e670c672..336d401a 100644 --- a/pom.xml +++ b/pom.xml @@ -179,7 +179,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.13.0 + 0.14.1 pom import From 9ee06f539eee87afb946622bf06ead73f2e1b8ae Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 17:52:05 +0000 Subject: [PATCH 17/17] chore: release 1.2.6 (#337) :robot: I have created a release \*beep\* \*boop\* --- ### [1.2.6](https://www.github.com/googleapis/java-trace/compare/v1.2.5...v1.2.6) (2020-11-02) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#336](https://www.github.com/googleapis/java-trace/issues/336)) ([93847cf](https://www.github.com/googleapis/java-trace/commit/93847cf59601140dd66257855fa445a14560003f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ google-cloud-trace-bom/pom.xml | 14 +++++++------- google-cloud-trace/pom.xml | 4 ++-- grpc-google-cloud-trace-v1/pom.xml | 4 ++-- grpc-google-cloud-trace-v2/pom.xml | 4 ++-- pom.xml | 10 +++++----- proto-google-cloud-trace-v1/pom.xml | 4 ++-- proto-google-cloud-trace-v2/pom.xml | 4 ++-- samples/snapshot/pom.xml | 6 +++--- versions.txt | 10 +++++----- 10 files changed, 37 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed60a66..f796f3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.6](https://www.github.com/googleapis/java-trace/compare/v1.2.5...v1.2.6) (2020-11-02) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#336](https://www.github.com/googleapis/java-trace/issues/336)) ([93847cf](https://www.github.com/googleapis/java-trace/commit/93847cf59601140dd66257855fa445a14560003f)) + ### [1.2.5](https://www.github.com/googleapis/java-trace/compare/v1.2.4...v1.2.5) (2020-10-22) diff --git a/google-cloud-trace-bom/pom.xml b/google-cloud-trace-bom/pom.xml index 78af7225..05513f18 100644 --- a/google-cloud-trace-bom/pom.xml +++ b/google-cloud-trace-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-trace-bom - 1.2.6-SNAPSHOT + 1.2.6 pom com.google.cloud @@ -63,32 +63,32 @@ com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 com.google.cloud google-cloud-trace - 1.2.6-SNAPSHOT + 1.2.6
diff --git a/google-cloud-trace/pom.xml b/google-cloud-trace/pom.xml index df51c349..9f554c58 100644 --- a/google-cloud-trace/pom.xml +++ b/google-cloud-trace/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-trace - 1.2.6-SNAPSHOT + 1.2.6 jar Google Cloud Trace https://github.com/googleapis/java-trace @@ -13,7 +13,7 @@ com.google.cloud google-cloud-trace-parent - 1.2.6-SNAPSHOT + 1.2.6 google-cloud-trace diff --git a/grpc-google-cloud-trace-v1/pom.xml b/grpc-google-cloud-trace-v1/pom.xml index b133d285..1013bbe7 100644 --- a/grpc-google-cloud-trace-v1/pom.xml +++ b/grpc-google-cloud-trace-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 grpc-google-cloud-trace-v1 GRPC library for grpc-google-cloud-trace-v1 com.google.cloud google-cloud-trace-parent - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/grpc-google-cloud-trace-v2/pom.xml b/grpc-google-cloud-trace-v2/pom.xml index 62dfd8ba..9c6048a2 100644 --- a/grpc-google-cloud-trace-v2/pom.xml +++ b/grpc-google-cloud-trace-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 grpc-google-cloud-trace-v2 GRPC library for grpc-google-cloud-trace-v2 com.google.cloud google-cloud-trace-parent - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/pom.xml b/pom.xml index 336d401a..7f26219a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-trace-parent pom - 1.2.6-SNAPSHOT + 1.2.6 Google Cloud Trace Parent https://github.com/googleapis/java-core @@ -158,22 +158,22 @@ com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc grpc-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 com.google.api.grpc grpc-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/proto-google-cloud-trace-v1/pom.xml b/proto-google-cloud-trace-v1/pom.xml index 38dfb025..ad1cb514 100644 --- a/proto-google-cloud-trace-v1/pom.xml +++ b/proto-google-cloud-trace-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-trace-v1 - 1.2.6-SNAPSHOT + 1.2.6 proto-google-cloud-trace-v1 PROTO library for proto-google-cloud-trace-v1 com.google.cloud google-cloud-trace-parent - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/proto-google-cloud-trace-v2/pom.xml b/proto-google-cloud-trace-v2/pom.xml index 9c1e6beb..84e4ccc6 100644 --- a/proto-google-cloud-trace-v2/pom.xml +++ b/proto-google-cloud-trace-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-trace-v2 - 1.2.6-SNAPSHOT + 1.2.6 proto-google-cloud-trace-v2 PROTO library for proto-google-cloud-trace-v2 com.google.cloud google-cloud-trace-parent - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 18c9febb..b5930e1a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,19 +28,19 @@ com.google.cloud google-cloud-trace - 1.2.6-SNAPSHOT + 1.2.6 junit junit - 1.2.6-SNAPSHOT + 1.2.6 test com.google.truth truth - 1.2.6-SNAPSHOT + 1.2.6 test diff --git a/versions.txt b/versions.txt index a1ed9ede..73c7adbb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-trace:1.2.5:1.2.6-SNAPSHOT -grpc-google-cloud-trace-v1:1.2.5:1.2.6-SNAPSHOT -grpc-google-cloud-trace-v2:1.2.5:1.2.6-SNAPSHOT -proto-google-cloud-trace-v1:1.2.5:1.2.6-SNAPSHOT -proto-google-cloud-trace-v2:1.2.5:1.2.6-SNAPSHOT +google-cloud-trace:1.2.6:1.2.6 +grpc-google-cloud-trace-v1:1.2.6:1.2.6 +grpc-google-cloud-trace-v2:1.2.6:1.2.6 +proto-google-cloud-trace-v1:1.2.6:1.2.6 +proto-google-cloud-trace-v2:1.2.6:1.2.6