diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index fdb8cf93..b8940e11 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-bigqueryconnection.git", - "sha": "17acd7efe511c2a0a9a9cbe95b7b7358d010f713" + "sha": "fac076fd17b69c69919a545e0f38db6966909f54" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0b064d767537e0675fc053e53fca473c5c701fb8" + "sha": "94686b06034ff6e11217236fcaa217ec6e24bc39" } } ] diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh index 0fb8c843..59d2aafc 100755 --- a/.kokoro/dependencies.sh +++ b/.kokoro/dependencies.sh @@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m" retry_with_backoff 3 10 \ mvn install -B -V -ntp \ -DskipTests=true \ + -Dmaven.javadoc.skip=true \ -Dclirr.skip=true mvn -B dependency:analyze -DfailOnWarning=true diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh index fab39fb8..3bc41b26 100755 --- a/.kokoro/release/publish_javadoc.sh +++ b/.kokoro/release/publish_javadoc.sh @@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then exit 1 fi -if [[ -z "${STAGING_BUCKET_V2}" ]]; then - echo "Need to set STAGING_BUCKET_V2 environment variable" - exit 1 -fi - # work from the git root directory pushd $(dirname "$0")/../../ diff --git a/CHANGELOG.md b/CHANGELOG.md index 1473d43a..e7f0ccf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.14](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.0.13...v1.0.14) (2021-04-12) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#358](https://www.github.com/googleapis/java-bigqueryconnection/issues/358)) ([6784b6a](https://www.github.com/googleapis/java-bigqueryconnection/commit/6784b6a8daf610feb21753b3ee784d76903e33d2)) + ### [1.0.13](https://www.github.com/googleapis/java-bigqueryconnection/compare/v1.0.12...v1.0.13) (2021-03-15) diff --git a/README.md b/README.md index 32a5dd69..d85039cd 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryconnection - 1.0.12 + 1.0.13 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.12' +compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.13' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.12" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.13" ``` ## Authentication diff --git a/google-cloud-bigqueryconnection-bom/pom.xml b/google-cloud-bigqueryconnection-bom/pom.xml index 237f4411..44a6fa6a 100644 --- a/google-cloud-bigqueryconnection-bom/pom.xml +++ b/google-cloud-bigqueryconnection-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection-bom - 1.0.13 + 1.0.14 pom com.google.cloud @@ -64,27 +64,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.13 + 1.0.14 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 diff --git a/google-cloud-bigqueryconnection/pom.xml b/google-cloud-bigqueryconnection/pom.xml index 4a4f9743..0d3240bd 100644 --- a/google-cloud-bigqueryconnection/pom.xml +++ b/google-cloud-bigqueryconnection/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-bigqueryconnection - 1.0.13 + 1.0.14 jar Google Cloud BigQuery Connections https://github.com/googleapis/java-bigqueryconnection @@ -11,7 +11,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.13 + 1.0.14 google-cloud-bigqueryconnection diff --git a/grpc-google-cloud-bigqueryconnection-v1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1/pom.xml index 2f5844a4..84c443c8 100644 --- a/grpc-google-cloud-bigqueryconnection-v1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 grpc-google-cloud-bigqueryconnection-v1 GRPC library for grpc-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.13 + 1.0.14 diff --git a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml index 8095e981..769ea475 100644 --- a/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/grpc-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 grpc-google-cloud-bigqueryconnection-v1beta1 GRPC library for grpc-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.13 + 1.0.14 diff --git a/pom.xml b/pom.xml index 54bcb2cf..31ddff66 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-bigqueryconnection-parent pom - 1.0.13 + 1.0.14 Google Cloud BigQuery Connections Parent https://github.com/googleapis/java-bigqueryconnection @@ -63,7 +63,7 @@ UTF-8 github google-cloud-bigqueryconnection-parent - 0.20.1 + 0.21.0 @@ -71,27 +71,27 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.13 + 1.0.14 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 com.google.api.grpc grpc-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 diff --git a/proto-google-cloud-bigqueryconnection-v1/pom.xml b/proto-google-cloud-bigqueryconnection-v1/pom.xml index c8dfecae..934c5ad8 100644 --- a/proto-google-cloud-bigqueryconnection-v1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1 - 1.0.13 + 1.0.14 proto-google-cloud-bigqueryconnection-v1 PROTO library for proto-google-cloud-bigqueryconnection-v1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.13 + 1.0.14 diff --git a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml index d447617c..e880c250 100644 --- a/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml +++ b/proto-google-cloud-bigqueryconnection-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-bigqueryconnection-v1beta1 - 0.5.13 + 0.5.14 proto-google-cloud-bigqueryconnection-v1beta1 PROTO library for proto-google-cloud-bigqueryconnection-v1beta1 com.google.cloud google-cloud-bigqueryconnection-parent - 1.0.13 + 1.0.14 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 2772ec86..bdbdc120 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.12 + 1.0.13 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 0ad53404..31ddbf65 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.13 + 1.0.14 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index a4f05231..56e2cc87 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud libraries-bom - 19.0.0 + 19.2.1 pom import @@ -40,7 +40,7 @@ com.google.cloud google-cloud-bigqueryconnection - 1.0.12 + 1.0.13 diff --git a/synth.metadata b/synth.metadata index 14f149b0..e5d811f7 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryconnection.git", - "sha": "e5beb808c8367710f9bb54a011979915cfdf1677" + "sha": "a9fb030d651e50ca940f91e83083f7c821d6d560" } }, { @@ -27,7 +27,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0b064d767537e0675fc053e53fca473c5c701fb8" + "sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015" } } ], diff --git a/versions.txt b/versions.txt index 2577b632..690c7755 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -google-cloud-bigqueryconnection:1.0.13:1.0.13 -proto-google-cloud-bigqueryconnection-v1:1.0.13:1.0.13 -grpc-google-cloud-bigqueryconnection-v1:1.0.13:1.0.13 -proto-google-cloud-bigqueryconnection-v1beta1:0.5.13:0.5.13 -grpc-google-cloud-bigqueryconnection-v1beta1:0.5.13:0.5.13 +google-cloud-bigqueryconnection:1.0.14:1.0.14 +proto-google-cloud-bigqueryconnection-v1:1.0.14:1.0.14 +grpc-google-cloud-bigqueryconnection-v1:1.0.14:1.0.14 +proto-google-cloud-bigqueryconnection-v1beta1:0.5.14:0.5.14 +grpc-google-cloud-bigqueryconnection-v1beta1:0.5.14:0.5.14