diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 426cf83e..f60d7749 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa + digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813 +# created: 2022-04-06T16:30:03.627422514Z diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml new file mode 100644 index 00000000..4caef688 --- /dev/null +++ b/.github/auto-label.yaml @@ -0,0 +1,15 @@ +# Copyright 2021 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +requestsize: + enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 87aebbcd..7b1112f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.3.8](https://github.com/googleapis/java-functions/compare/v2.3.7...v2.3.8) (2022-04-15) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#411](https://github.com/googleapis/java-functions/issues/411)) ([ef0936d](https://github.com/googleapis/java-functions/commit/ef0936db277a019b5cd62eb764a305b3adce848b)) + ### [2.3.7](https://github.com/googleapis/java-functions/compare/v2.3.6...v2.3.7) (2022-03-29) diff --git a/README.md b/README.md index 6dc28a29..bb56b523 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 2.3.6 + 2.3.7 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-functions:2.3.6' +implementation 'com.google.cloud:google-cloud-functions:2.3.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.3.6" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.3.7" ``` ## Authentication diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index 87f15a99..d7846d54 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 2.3.7 + 2.3.8 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-functions - 2.3.7 + 2.3.8 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.3.7 + 2.3.8 com.google.api.grpc proto-google-cloud-functions-v1 - 2.3.7 + 2.3.8 diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index a0c700d6..752403e4 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.7 + 2.3.8 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.3.7 + 2.3.8 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index e3f753e5..c3764479 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.7 + 2.3.8 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.3.7 + 2.3.8 diff --git a/pom.xml b/pom.xml index ca4f85ea..b588e7b5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.3.7 + 2.3.8 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -61,23 +61,23 @@ com.google.cloud google-cloud-functions - 2.3.7 + 2.3.8 com.google.api.grpc proto-google-cloud-functions-v1 - 2.3.7 + 2.3.8 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.3.7 + 2.3.8 com.google.cloud google-cloud-shared-dependencies - 2.9.0 + 2.10.0 pom import diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index c1556135..4379847c 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.7 + 2.3.8 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.3.7 + 2.3.8 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index b8512f55..65e0e63c 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 2.3.6 + 2.3.7 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index f935b750..3c326d6f 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.3.6 + 2.3.7 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 0f7a3080..d9822472 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.3.6 + 2.3.7 diff --git a/versions.txt b/versions.txt index 0199d263..9aaad70f 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.3.7:2.3.7 -grpc-google-cloud-functions-v1:2.3.7:2.3.7 -proto-google-cloud-functions-v1:2.3.7:2.3.7 +google-cloud-functions:2.3.8:2.3.8 +grpc-google-cloud-functions-v1:2.3.8:2.3.8 +proto-google-cloud-functions-v1:2.3.8:2.3.8