From 450a19a04b3a6e4c239a378f2ac8f4580ed5accd Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 11 Aug 2021 15:50:38 -0700 Subject: [PATCH 1/9] chore: regenerate README (#482) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-11 22:40:46,958 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dns/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-11 22:40:48,210 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/9a37d67a-f70c-43fa-8894-6026a2c683ff/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 d90d2dfc..2b45b7ce 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-dns.git", - "sha": "e0c6ca9468ae42734c3a8971cba2ccc1752287ed" + "sha": "37ad8cbb14573ba9d97a7578064216d6bd9824f6" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "593a2c43ea2168370fc7438c61788a23c52d0770" + "sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d" } } ] diff --git a/README.md b/README.md index d6174a3b..aac4214e 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-dns' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dns:1.2.3' +compile 'com.google.cloud:google-cloud-dns:1.2.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.4" ``` ## Authentication From 23214a51a7f619f230eea23f88b99f6b8e9a112c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 23:04:40 +0000 Subject: [PATCH 2/9] chore: release 1.2.6-SNAPSHOT (#483) :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). See [documentation](https://github.com/googleapis/release-please#release-please). --- pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c757b9c8..9c2e3e15 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-dns jar - 1.2.5 + 1.2.6-SNAPSHOT Google Cloud DNS Parent https://github.com/googleapis/java-dns diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index fee270f0..5e4132d7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-dns - 1.2.5 + 1.2.6-SNAPSHOT diff --git a/versions.txt b/versions.txt index b9e7e310..6331aa70 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-dns:1.2.5:1.2.5 \ No newline at end of file +google-cloud-dns:1.2.5:1.2.6-SNAPSHOT \ No newline at end of file From be20d5cb6e28e4d9a567389c9465696e3845bcd8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 16 Aug 2021 15:16:19 -0700 Subject: [PATCH 3/9] build(java): use ENABLE_FLAKYBOT env variable (#485) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/bc6f9038-b0f0-4d20-8849-ea2ea8039746/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: https://github.com/googleapis/synthtool/commit/ff01716e16d2c6e87eaf87197b753ac9fcbbed5d --- .kokoro/build.sh | 2 +- .kokoro/nightly/integration.cfg | 2 +- .kokoro/nightly/samples.cfg | 2 +- synth.metadata | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 6cd0a20f..759a03e4 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -115,7 +115,7 @@ fi # fix output location of logs bash .kokoro/coerce_logs.sh -if [[ "${ENABLE_BUILD_COP}" == "true" ]] +if [[ "${ENABLE_FLAKYBOT}" == "true" ]] then chmod +x ${KOKORO_GFILE_DIR}/linux_amd64/flakybot ${KOKORO_GFILE_DIR}/linux_amd64/flakybot -repo=googleapis/java-dns diff --git a/.kokoro/nightly/integration.cfg b/.kokoro/nightly/integration.cfg index 0048c8ec..e51c7b4c 100644 --- a/.kokoro/nightly/integration.cfg +++ b/.kokoro/nightly/integration.cfg @@ -22,7 +22,7 @@ env_vars: { } env_vars: { - key: "ENABLE_BUILD_COP" + key: "ENABLE_FLAKYBOT" value: "true" } diff --git a/.kokoro/nightly/samples.cfg b/.kokoro/nightly/samples.cfg index f2542931..9761fd86 100644 --- a/.kokoro/nightly/samples.cfg +++ b/.kokoro/nightly/samples.cfg @@ -33,6 +33,6 @@ env_vars: { } env_vars: { - key: "ENABLE_BUILD_COP" + key: "ENABLE_FLAKYBOT" value: "true" } diff --git a/synth.metadata b/synth.metadata index 03361bcd..a94f6571 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-dns.git", - "sha": "872331dee04b73d1ed723c6548ed2c5111df937f" + "sha": "23214a51a7f619f230eea23f88b99f6b8e9a112c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "1a2878d6909dd10ca4e3c1b5943d6622e996054e" + "sha": "ff01716e16d2c6e87eaf87197b753ac9fcbbed5d" } } ], From d9922ac56724e36e711dcbd68a18e88435e9b668 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 16 Aug 2021 15:28:29 -0700 Subject: [PATCH 4/9] chore: regenerate README (#488) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-16 22:22:19,383 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-dns/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-16 22:22:20,621 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/36c6b6d8-34b2-4104-bc5b-c1ca51096fa9/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 2b45b7ce..ef0a2c75 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-dns.git", - "sha": "37ad8cbb14573ba9d97a7578064216d6bd9824f6" + "sha": "be20d5cb6e28e4d9a567389c9465696e3845bcd8" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d" + "sha": "a01e1a0bf70754f51450958b966bd673945d1e6e" } } ] diff --git a/README.md b/README.md index aac4214e..3f7cdd5f 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:20.9.0') +implementation platform('com.google.cloud:libraries-bom:21.0.0') compile 'com.google.cloud:google-cloud-dns' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dns:1.2.4' +compile 'com.google.cloud:google-cloud-dns:1.2.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.4" +libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.5" ``` ## Authentication From 4b54e1feea5c75d1ee1544503954113f1b76f96e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 02:46:37 +0200 Subject: [PATCH 5/9] build(deps): update dependency com.google.cloud:google-cloud-shared-config to v1.0.1 (#489) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c2e3e15..f78074de 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.0.0 + 1.0.1 From 264e9cafd12dbf67d5352d8dc6629542a6d12140 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 18:09:32 +0200 Subject: [PATCH 6/9] deps: update dependency com.google.apis:google-api-services-dns to v1-rev20210809-1.32.1 (#487) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f78074de..e1a50b29 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.apis google-api-services-dns - v1-rev20210712-1.32.1 + v1-rev20210809-1.32.1 com.google.api-client From 10d903173206862fd0176047c4a66b4a45d945fe Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 18:09:44 +0200 Subject: [PATCH 7/9] chore(deps): update dependency com.google.cloud:libraries-bom to v21 (#486) --- 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 e73b2dc2..c02ce98e 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 20.9.0 + 21.0.0 pom import From 2615a73bac295b20590245b7617efa67df1b13e3 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Thu, 19 Aug 2021 18:09:58 +0200 Subject: [PATCH 8/9] chore(deps): update dependency com.google.cloud:google-cloud-dns to v1.2.5 (#479) --- 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 3c4d3779..a82017e2 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-dns - 1.2.3 + 1.2.5 From 4174c83cbc9639db468e791c841e4a16ec7b3c66 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 19 Aug 2021 16:16:11 +0000 Subject: [PATCH 9/9] chore: release 1.2.6 (#490) :robot: I have created a release \*beep\* \*boop\* --- ### [1.2.6](https://www.github.com/googleapis/java-dns/compare/v1.2.5...v1.2.6) (2021-08-19) ### Dependencies * update dependency com.google.apis:google-api-services-dns to v1-rev20210809-1.32.1 ([#487](https://www.github.com/googleapis/java-dns/issues/487)) ([264e9ca](https://www.github.com/googleapis/java-dns/commit/264e9cafd12dbf67d5352d8dc6629542a6d12140)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c580e21..8eade5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.6](https://www.github.com/googleapis/java-dns/compare/v1.2.5...v1.2.6) (2021-08-19) + + +### Dependencies + +* update dependency com.google.apis:google-api-services-dns to v1-rev20210809-1.32.1 ([#487](https://www.github.com/googleapis/java-dns/issues/487)) ([264e9ca](https://www.github.com/googleapis/java-dns/commit/264e9cafd12dbf67d5352d8dc6629542a6d12140)) + ### [1.2.5](https://www.github.com/googleapis/java-dns/compare/v1.2.4...v1.2.5) (2021-08-11) diff --git a/pom.xml b/pom.xml index e1a50b29..fd28599e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-dns jar - 1.2.6-SNAPSHOT + 1.2.6 Google Cloud DNS Parent https://github.com/googleapis/java-dns diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 5e4132d7..21066e13 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-dns - 1.2.6-SNAPSHOT + 1.2.6 diff --git a/versions.txt b/versions.txt index 6331aa70..85fe317d 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-dns:1.2.5:1.2.6-SNAPSHOT \ No newline at end of file +google-cloud-dns:1.2.6:1.2.6 \ No newline at end of file