From 1c3f0c058aa324e7170a7426bc95d87b834b9b1a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 21 Oct 2020 12:22:11 -0700 Subject: [PATCH 01/14] chore: regenerate README (#277) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-21 18:36:36,319 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-21 18:36:37,268 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/b00a84bc-9d9e-4f1c-9ab9-58133078bd15/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 7f944d48..6c77a99b 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-tasks.git", - "sha": "c63f41352bfdaa45119c14dec76021e2ac21e8a4" + "sha": "c66c28555c3efdb3338580331a39ea114c1de83e" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/README.md b/README.md index efb0165b..9e18c3c1 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.1.0 pom import From 40361638a9b627946b87da453b6f1f79bbe72af5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 22 Oct 2020 16:14:11 +0000 Subject: [PATCH 02/14] chore: release 1.30.7-SNAPSHOT (#278) :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-tasks-bom/pom.xml | 16 ++++++++-------- google-cloud-tasks/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2beta2/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2beta3/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- proto-google-cloud-tasks-v2/pom.xml | 4 ++-- proto-google-cloud-tasks-v2beta2/pom.xml | 4 ++-- proto-google-cloud-tasks-v2beta3/pom.xml | 4 ++-- versions.txt | 14 +++++++------- 10 files changed, 37 insertions(+), 37 deletions(-) diff --git a/google-cloud-tasks-bom/pom.xml b/google-cloud-tasks-bom/pom.xml index b46e86b6..9af6b875 100644 --- a/google-cloud-tasks-bom/pom.xml +++ b/google-cloud-tasks-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-tasks-bom - 1.30.6 + 1.30.7-SNAPSHOT pom com.google.cloud @@ -64,37 +64,37 @@ com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT com.google.cloud google-cloud-tasks - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/google-cloud-tasks/pom.xml b/google-cloud-tasks/pom.xml index 70315085..420936e7 100644 --- a/google-cloud-tasks/pom.xml +++ b/google-cloud-tasks/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-tasks - 1.30.6 + 1.30.7-SNAPSHOT jar Google Cloud Tasks https://github.com/googleapis/java-tasks @@ -11,7 +11,7 @@ com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT google-cloud-tasks diff --git a/grpc-google-cloud-tasks-v2/pom.xml b/grpc-google-cloud-tasks-v2/pom.xml index 2ece1f7b..725ced99 100644 --- a/grpc-google-cloud-tasks-v2/pom.xml +++ b/grpc-google-cloud-tasks-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT grpc-google-cloud-tasks-v2 GRPC library for grpc-google-cloud-tasks-v2 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/grpc-google-cloud-tasks-v2beta2/pom.xml b/grpc-google-cloud-tasks-v2beta2/pom.xml index 48847e50..50825d06 100644 --- a/grpc-google-cloud-tasks-v2beta2/pom.xml +++ b/grpc-google-cloud-tasks-v2beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT grpc-google-cloud-tasks-v2beta2 GRPC library for grpc-google-cloud-tasks-v2beta2 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/grpc-google-cloud-tasks-v2beta3/pom.xml b/grpc-google-cloud-tasks-v2beta3/pom.xml index 50d6df3c..e6b92249 100644 --- a/grpc-google-cloud-tasks-v2beta3/pom.xml +++ b/grpc-google-cloud-tasks-v2beta3/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT grpc-google-cloud-tasks-v2beta3 GRPC library for grpc-google-cloud-tasks-v2beta3 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/pom.xml b/pom.xml index 93c1889e..9839dc05 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-tasks-parent pom - 1.30.6 + 1.30.7-SNAPSHOT Google Cloud Tasks Parent https://github.com/googleapis/java-tasks @@ -70,37 +70,37 @@ com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT com.google.cloud google-cloud-tasks - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/proto-google-cloud-tasks-v2/pom.xml b/proto-google-cloud-tasks-v2/pom.xml index fc8f4941..98dc8e9c 100644 --- a/proto-google-cloud-tasks-v2/pom.xml +++ b/proto-google-cloud-tasks-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.6 + 1.30.7-SNAPSHOT proto-google-cloud-tasks-v2 PROTO library for proto-google-cloud-tasks-v2 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/proto-google-cloud-tasks-v2beta2/pom.xml b/proto-google-cloud-tasks-v2beta2/pom.xml index eb28dbc2..dac8b785 100644 --- a/proto-google-cloud-tasks-v2beta2/pom.xml +++ b/proto-google-cloud-tasks-v2beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.6 + 0.86.7-SNAPSHOT proto-google-cloud-tasks-v2beta2 PROTO library for proto-google-cloud-tasks-v2beta2 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/proto-google-cloud-tasks-v2beta3/pom.xml b/proto-google-cloud-tasks-v2beta3/pom.xml index cb2dd9f5..1c069190 100644 --- a/proto-google-cloud-tasks-v2beta3/pom.xml +++ b/proto-google-cloud-tasks-v2beta3/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.6 + 0.86.7-SNAPSHOT proto-google-cloud-tasks-v2beta3 PROTO library for proto-google-cloud-tasks-v2beta3 com.google.cloud google-cloud-tasks-parent - 1.30.6 + 1.30.7-SNAPSHOT diff --git a/versions.txt b/versions.txt index 70855fe7..44d2cf55 100644 --- a/versions.txt +++ b/versions.txt @@ -1,10 +1,10 @@ # Format: # module:released-version:current-version -proto-google-cloud-tasks-v2beta3:0.86.6:0.86.6 -proto-google-cloud-tasks-v2beta2:0.86.6:0.86.6 -proto-google-cloud-tasks-v2:1.30.6:1.30.6 -grpc-google-cloud-tasks-v2beta3:0.86.6:0.86.6 -grpc-google-cloud-tasks-v2beta2:0.86.6:0.86.6 -grpc-google-cloud-tasks-v2:1.30.6:1.30.6 -google-cloud-tasks:1.30.6:1.30.6 \ No newline at end of file +proto-google-cloud-tasks-v2beta3:0.86.6:0.86.7-SNAPSHOT +proto-google-cloud-tasks-v2beta2:0.86.6:0.86.7-SNAPSHOT +proto-google-cloud-tasks-v2:1.30.6:1.30.7-SNAPSHOT +grpc-google-cloud-tasks-v2beta3:0.86.6:0.86.7-SNAPSHOT +grpc-google-cloud-tasks-v2beta2:0.86.6:0.86.7-SNAPSHOT +grpc-google-cloud-tasks-v2:1.30.6:1.30.7-SNAPSHOT +google-cloud-tasks:1.30.6:1.30.7-SNAPSHOT \ No newline at end of file From b9e21068df3ec3e33bc7e239c3863c65fb91761c Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 22 Oct 2020 09:30:13 -0700 Subject: [PATCH 03/14] chore: regenerate README (#279) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-22 16:17:18,616 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 16:17:19,542 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/0962999f-3f05-4bee-a21d-0f4e78bb25ea/targets - [ ] To automatically regenerate this PR, check this box. --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6c77a99b..f0ee356c 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-tasks.git", - "sha": "c66c28555c3efdb3338580331a39ea114c1de83e" + "sha": "40361638a9b627946b87da453b6f1f79bbe72af5" } }, { diff --git a/README.md b/README.md index 9e18c3c1..f2c759de 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-tasks:1.30.5' +compile 'com.google.cloud:google-cloud-tasks:1.30.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.5" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "1.30.6" ``` ## Authentication From 23046762a23bd0f419220317dcd6701a8b80c7be Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 22 Oct 2020 21:37:08 +0200 Subject: [PATCH 04/14] test(deps): update dependency com.google.truth:truth to v1.1 (#269) 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-tasks). --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index c6b0034f..fdedf037 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/snapshot/pom.xml b/samples/snapshot/pom.xml index 62eb9cf0..3e1aac66 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -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 d28e4b4b..2e50a8c1 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 a7749605415305931d50ce61111fc4d19e570170 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 22 Oct 2020 21:40:53 +0200 Subject: [PATCH 05/14] chore(deps): update dependency com.google.cloud:google-cloud-tasks to v1.30.6 (#263) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud:google-cloud-tasks](https://togithub.com/googleapis/java-tasks) | patch | `1.30.4` -> `1.30.6` | --- ### Release Notes
googleapis/java-tasks ### [`v1.30.6`](https://togithub.com/googleapis/java-tasks/blob/master/CHANGELOG.md#​1306-httpswwwgithubcomgoogleapisjava-taskscomparev1305v1306-2020-10-21) [Compare Source](https://togithub.com/googleapis/java-tasks/compare/v1.30.5...v1.30.6) ### [`v1.30.5`](https://togithub.com/googleapis/java-tasks/blob/master/CHANGELOG.md#​1305-httpswwwgithubcomgoogleapisjava-taskscomparev1304v1305-2020-10-19) [Compare Source](https://togithub.com/googleapis/java-tasks/compare/v1.30.4...v1.30.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-tasks). --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/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 fdedf037..c877315b 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-tasks - 1.30.4 + 1.30.6 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3e1aac66..ce9bb6f9 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-tasks - 1.30.4 + 1.30.6 From 952328675e1398a73cf240a096978924b1748eb3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 22 Oct 2020 13:18:25 -0700 Subject: [PATCH 06/14] chore: regenerate README (#280) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-22 19:42:57,260 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 19:42:58,181 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/caf6eded-56b5-4589-84de-9ffac39527f8/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 f0ee356c..a900f687 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-tasks.git", - "sha": "40361638a9b627946b87da453b6f1f79bbe72af5" + "sha": "a7749605415305931d50ce61111fc4d19e570170" } }, { diff --git a/README.md b/README.md index f2c759de..8ee6b741 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-tasks - 1.30.4 + 1.30.6 ``` From 105ff0c113211e5b4fdf6e511d1e2552e5c0a812 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 26 Oct 2020 16:52:50 -0700 Subject: [PATCH 07/14] chore: regenerate common templates (#281) 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 afe212f9..1a28361b 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 27e6fff5..0edde9a8 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-tasks.git", - "sha": "2de8bad2ce00bc5a9e1d9c8ac3406d164e8129c8" + "sha": "952328675e1398a73cf240a096978924b1748eb3" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6abb59097be84599a1d6091fe534a49e5c5cf948" + "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76" } } ], From 617fa648aeb2a292051eba39b1145aa726c196ee Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Oct 2020 01:00:17 +0100 Subject: [PATCH 08/14] chore(deps): update dependency com.google.cloud:libraries-bom to v13.3.0 (#282) 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.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-tasks). --- 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 2e50a8c1..0ea5ee71 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 13.1.0 + 13.3.0 pom import From 5eca08adfcc557f301a6689c27490decd89b36ad Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 26 Oct 2020 17:36:07 -0700 Subject: [PATCH 09/14] chore: regenerate README (#283) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-27 00:05:24,270 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-27 00:05:25,226 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/748f632b-6ab6-475b-8226-9933278252cd/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 a900f687..ad1f7ced 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-tasks.git", - "sha": "a7749605415305931d50ce61111fc4d19e570170" + "sha": "617fa648aeb2a292051eba39b1145aa726c196ee" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" + "sha": "fd3584b01cedd6c9f79d08be4e2365085f955aa5" } } ] diff --git a/README.md b/README.md index 8ee6b741..6c8f7f2c 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.3.0 pom import From 0d73a4a567d8bf8a1f9dfa29b0e55b544cde29e6 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 27 Oct 2020 20:28:31 +0100 Subject: [PATCH 10/14] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v0.9.4 (#284) 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-tasks). --- google-cloud-tasks-bom/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/google-cloud-tasks-bom/pom.xml b/google-cloud-tasks-bom/pom.xml index 9af6b875..9f69348a 100644 --- a/google-cloud-tasks-bom/pom.xml +++ b/google-cloud-tasks-bom/pom.xml @@ -8,7 +8,7 @@ com.google.cloud google-cloud-shared-config - 0.9.3 + 0.9.4 Google Cloud tasks BOM diff --git a/pom.xml b/pom.xml index 9839dc05..cf52d9af 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 6d807aa04a5981eb547e71af2ac0159921f7d634 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 31 Oct 2020 00:36:15 +0100 Subject: [PATCH 11/14] chore(deps): update dependency com.google.cloud:libraries-bom to v13.4.0 (#285) 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-tasks). --- 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 0ea5ee71..90b8b0e6 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 163fcd1722ade39cab5394260d2ee1c9fbc74966 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 30 Oct 2020 16:50:20 -0700 Subject: [PATCH 12/14] chore: regenerate README (#286) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2020-10-30 23:42:48,693 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-tasks/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-30 23:42:49,609 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/440c5ad6-2388-4b82-bdde-a76ea85e6573/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 ad1f7ced..427bdf70 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-tasks.git", - "sha": "617fa648aeb2a292051eba39b1145aa726c196ee" + "sha": "6d807aa04a5981eb547e71af2ac0159921f7d634" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "fd3584b01cedd6c9f79d08be4e2365085f955aa5" + "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324" } } ] diff --git a/README.md b/README.md index 6c8f7f2c..35fc174c 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 1adb43a3a50224b176d7ecb7788ef8da6631079f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Sat, 31 Oct 2020 17:08:27 +0100 Subject: [PATCH 13/14] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 (#287) 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-tasks). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf52d9af..7479e108 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.13.0 + 0.14.1 pom import From 6064e4889b5b2f71bb1aafcc5531ef03a37aff26 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sat, 31 Oct 2020 16:20:14 +0000 Subject: [PATCH 14/14] chore: release 1.30.7 (#289) :robot: I have created a release \*beep\* \*boop\* --- ### [1.30.7](https://www.github.com/googleapis/java-tasks/compare/v1.30.6...v1.30.7) (2020-10-31) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#287](https://www.github.com/googleapis/java-tasks/issues/287)) ([1adb43a](https://www.github.com/googleapis/java-tasks/commit/1adb43a3a50224b176d7ecb7788ef8da6631079f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ google-cloud-tasks-bom/pom.xml | 16 ++++++++-------- google-cloud-tasks/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2beta2/pom.xml | 4 ++-- grpc-google-cloud-tasks-v2beta3/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- proto-google-cloud-tasks-v2/pom.xml | 4 ++-- proto-google-cloud-tasks-v2beta2/pom.xml | 4 ++-- proto-google-cloud-tasks-v2beta3/pom.xml | 4 ++-- versions.txt | 14 +++++++------- 11 files changed, 44 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfa386a..f45f9f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.30.7](https://www.github.com/googleapis/java-tasks/compare/v1.30.6...v1.30.7) (2020-10-31) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#287](https://www.github.com/googleapis/java-tasks/issues/287)) ([1adb43a](https://www.github.com/googleapis/java-tasks/commit/1adb43a3a50224b176d7ecb7788ef8da6631079f)) + ### [1.30.6](https://www.github.com/googleapis/java-tasks/compare/v1.30.5...v1.30.6) (2020-10-21) diff --git a/google-cloud-tasks-bom/pom.xml b/google-cloud-tasks-bom/pom.xml index 9f69348a..69ec9532 100644 --- a/google-cloud-tasks-bom/pom.xml +++ b/google-cloud-tasks-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-tasks-bom - 1.30.7-SNAPSHOT + 1.30.7 pom com.google.cloud @@ -64,37 +64,37 @@ com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 com.google.cloud google-cloud-tasks - 1.30.7-SNAPSHOT + 1.30.7
diff --git a/google-cloud-tasks/pom.xml b/google-cloud-tasks/pom.xml index 420936e7..7718151b 100644 --- a/google-cloud-tasks/pom.xml +++ b/google-cloud-tasks/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-tasks - 1.30.7-SNAPSHOT + 1.30.7 jar Google Cloud Tasks https://github.com/googleapis/java-tasks @@ -11,7 +11,7 @@ com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 google-cloud-tasks diff --git a/grpc-google-cloud-tasks-v2/pom.xml b/grpc-google-cloud-tasks-v2/pom.xml index 725ced99..959b0b7c 100644 --- a/grpc-google-cloud-tasks-v2/pom.xml +++ b/grpc-google-cloud-tasks-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 grpc-google-cloud-tasks-v2 GRPC library for grpc-google-cloud-tasks-v2 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/grpc-google-cloud-tasks-v2beta2/pom.xml b/grpc-google-cloud-tasks-v2beta2/pom.xml index 50825d06..6b8bbf10 100644 --- a/grpc-google-cloud-tasks-v2beta2/pom.xml +++ b/grpc-google-cloud-tasks-v2beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 grpc-google-cloud-tasks-v2beta2 GRPC library for grpc-google-cloud-tasks-v2beta2 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/grpc-google-cloud-tasks-v2beta3/pom.xml b/grpc-google-cloud-tasks-v2beta3/pom.xml index e6b92249..b6709881 100644 --- a/grpc-google-cloud-tasks-v2beta3/pom.xml +++ b/grpc-google-cloud-tasks-v2beta3/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 grpc-google-cloud-tasks-v2beta3 GRPC library for grpc-google-cloud-tasks-v2beta3 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/pom.xml b/pom.xml index 7479e108..d82c5c2b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-tasks-parent pom - 1.30.7-SNAPSHOT + 1.30.7 Google Cloud Tasks Parent https://github.com/googleapis/java-tasks @@ -70,37 +70,37 @@ com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 com.google.api.grpc grpc-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc grpc-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 com.google.api.grpc grpc-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 com.google.cloud google-cloud-tasks - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/proto-google-cloud-tasks-v2/pom.xml b/proto-google-cloud-tasks-v2/pom.xml index 98dc8e9c..4e1c1d35 100644 --- a/proto-google-cloud-tasks-v2/pom.xml +++ b/proto-google-cloud-tasks-v2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2 - 1.30.7-SNAPSHOT + 1.30.7 proto-google-cloud-tasks-v2 PROTO library for proto-google-cloud-tasks-v2 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/proto-google-cloud-tasks-v2beta2/pom.xml b/proto-google-cloud-tasks-v2beta2/pom.xml index dac8b785..94d762cb 100644 --- a/proto-google-cloud-tasks-v2beta2/pom.xml +++ b/proto-google-cloud-tasks-v2beta2/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2beta2 - 0.86.7-SNAPSHOT + 0.86.7 proto-google-cloud-tasks-v2beta2 PROTO library for proto-google-cloud-tasks-v2beta2 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/proto-google-cloud-tasks-v2beta3/pom.xml b/proto-google-cloud-tasks-v2beta3/pom.xml index 1c069190..4e2803a9 100644 --- a/proto-google-cloud-tasks-v2beta3/pom.xml +++ b/proto-google-cloud-tasks-v2beta3/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-tasks-v2beta3 - 0.86.7-SNAPSHOT + 0.86.7 proto-google-cloud-tasks-v2beta3 PROTO library for proto-google-cloud-tasks-v2beta3 com.google.cloud google-cloud-tasks-parent - 1.30.7-SNAPSHOT + 1.30.7 diff --git a/versions.txt b/versions.txt index 44d2cf55..c40024aa 100644 --- a/versions.txt +++ b/versions.txt @@ -1,10 +1,10 @@ # Format: # module:released-version:current-version -proto-google-cloud-tasks-v2beta3:0.86.6:0.86.7-SNAPSHOT -proto-google-cloud-tasks-v2beta2:0.86.6:0.86.7-SNAPSHOT -proto-google-cloud-tasks-v2:1.30.6:1.30.7-SNAPSHOT -grpc-google-cloud-tasks-v2beta3:0.86.6:0.86.7-SNAPSHOT -grpc-google-cloud-tasks-v2beta2:0.86.6:0.86.7-SNAPSHOT -grpc-google-cloud-tasks-v2:1.30.6:1.30.7-SNAPSHOT -google-cloud-tasks:1.30.6:1.30.7-SNAPSHOT \ No newline at end of file +proto-google-cloud-tasks-v2beta3:0.86.7:0.86.7 +proto-google-cloud-tasks-v2beta2:0.86.7:0.86.7 +proto-google-cloud-tasks-v2:1.30.7:1.30.7 +grpc-google-cloud-tasks-v2beta3:0.86.7:0.86.7 +grpc-google-cloud-tasks-v2beta2:0.86.7:0.86.7 +grpc-google-cloud-tasks-v2:1.30.7:1.30.7 +google-cloud-tasks:1.30.7:1.30.7 \ No newline at end of file