diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 88d9b926..3d2f8282 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:5b8c790f57cca57e6b37ba25f79291265c218cea3e6ba9714b001910ab3f1419 + digest: sha256:a4d7b2cfc6a9d6b378a6b2458740eae15fcab28854bd23dad3a15102d2e47c87 diff --git a/.kokoro/build.sh b/.kokoro/build.sh index daf7382e..dd5cfe1b 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -71,7 +71,7 @@ integration) ;; graalvm) # Run Unit and Integration Tests with Native Image - mvn test -Pnative -Penable-integration-tests + mvn -ntp -Pnative -Penable-integration-tests test RETURN_CODE=$? ;; samples) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d6c550..5ee664d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [2.3.1](https://www.github.com/googleapis/java-functions/compare/v2.3.0...v2.3.1) (2022-01-07) + + +### Bug Fixes + +* **java:** add -ntp flag to native image testing command ([#1299](https://www.github.com/googleapis/java-functions/issues/1299)) ([#343](https://www.github.com/googleapis/java-functions/issues/343)) ([6a8c994](https://www.github.com/googleapis/java-functions/commit/6a8c9946a4fe7153dd41da3eb7e32da908b26229)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#349](https://www.github.com/googleapis/java-functions/issues/349)) ([37c7256](https://www.github.com/googleapis/java-functions/commit/37c725637464ab3e7c90bf632483cb1e69d64d3d)) + ## [2.3.0](https://www.github.com/googleapis/java-functions/compare/v2.2.1...v2.3.0) (2021-12-03) diff --git a/README.md b/README.md index d58f1327..af3e3d07 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 2.2.1 + 2.3.0 ``` @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.2.1' +implementation 'com.google.cloud:google-cloud-functions:2.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.2.1" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.3.0" ``` ## Authentication diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index 3ccdcd3a..bc91b4f3 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,12 +3,12 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 2.3.0 + 2.3.1 pom com.google.cloud google-cloud-shared-config - 1.2.2 + 1.2.4 Google Cloud Functions BOM @@ -56,17 +56,17 @@ com.google.cloud google-cloud-functions - 2.3.0 + 2.3.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.3.0 + 2.3.1 com.google.api.grpc proto-google-cloud-functions-v1 - 2.3.0 + 2.3.1 diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 5b7ab529..d33df7c4 100644 --- a/google-cloud-functions/pom.xml +++ b/google-cloud-functions/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions - 2.3.0 + 2.3.1 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.3.0 + 2.3.1 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index c90b6554..7be1f75d 100644 --- a/grpc-google-cloud-functions-v1/pom.xml +++ b/grpc-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.3.0 + 2.3.1 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.3.0 + 2.3.1 diff --git a/pom.xml b/pom.xml index 43fc5182..200d8e7d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.3.0 + 2.3.1 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.2.2 + 1.2.4 @@ -61,23 +61,23 @@ com.google.cloud google-cloud-functions - 2.3.0 + 2.3.1 com.google.api.grpc proto-google-cloud-functions-v1 - 2.3.0 + 2.3.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.3.0 + 2.3.1 com.google.cloud google-cloud-shared-dependencies - 2.5.1 + 2.6.0 pom import diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index 918738ba..f7e452ba 100644 --- a/proto-google-cloud-functions-v1/pom.xml +++ b/proto-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v1 - 2.3.0 + 2.3.1 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.3.0 + 2.3.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 7618685d..7a7fc5ce 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 2.2.1 + 2.3.0 diff --git a/samples/pom.xml b/samples/pom.xml index 669948fe..7a615118 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,7 +18,7 @@ com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 2512f34c..001d64ad 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.2.1 + 2.3.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 2d914b9a..40bba61c 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.23 + 1.2.0 @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.2.1 + 2.3.0 diff --git a/versions.txt b/versions.txt index 0948c9f2..19d33225 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.3.0:2.3.0 -grpc-google-cloud-functions-v1:2.3.0:2.3.0 -proto-google-cloud-functions-v1:2.3.0:2.3.0 +google-cloud-functions:2.3.1:2.3.1 +grpc-google-cloud-functions-v1:2.3.1:2.3.1 +proto-google-cloud-functions-v1:2.3.1:2.3.1