From 000c0f62b60e1d17096e08131854dca1aaf85b30 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:10:15 +0000 Subject: [PATCH 1/7] chore: release 2.0.4-SNAPSHOT (#281) :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). --- google-cloud-functions-bom/pom.xml | 8 ++++---- google-cloud-functions/pom.xml | 4 ++-- grpc-google-cloud-functions-v1/pom.xml | 4 ++-- pom.xml | 8 ++++---- proto-google-cloud-functions-v1/pom.xml | 4 ++-- versions.txt | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index 937dcc3a..63a86669 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.0.3 + 2.0.4-SNAPSHOT pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-functions - 2.0.3 + 2.0.4-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v1 - 2.0.3 + 2.0.4-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v1 - 2.0.3 + 2.0.4-SNAPSHOT diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 9a746c66..6e4a3b5b 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.0.3 + 2.0.4-SNAPSHOT jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.0.3 + 2.0.4-SNAPSHOT google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index bd1db3b2..9b4566af 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.0.3 + 2.0.4-SNAPSHOT grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.0.3 + 2.0.4-SNAPSHOT diff --git a/pom.xml b/pom.xml index e0b1a6aa..18dc1e6c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.0.3 + 2.0.4-SNAPSHOT Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -61,17 +61,17 @@ com.google.cloud google-cloud-functions - 2.0.3 + 2.0.4-SNAPSHOT com.google.api.grpc proto-google-cloud-functions-v1 - 2.0.3 + 2.0.4-SNAPSHOT com.google.api.grpc grpc-google-cloud-functions-v1 - 2.0.3 + 2.0.4-SNAPSHOT diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index 38e9201e..046e31c5 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.0.3 + 2.0.4-SNAPSHOT proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.0.3 + 2.0.4-SNAPSHOT diff --git a/versions.txt b/versions.txt index 24a2a2e0..6859a078 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.0.3:2.0.3 -grpc-google-cloud-functions-v1:2.0.3:2.0.3 -proto-google-cloud-functions-v1:2.0.3:2.0.3 +google-cloud-functions:2.0.3:2.0.4-SNAPSHOT +grpc-google-cloud-functions-v1:2.0.3:2.0.4-SNAPSHOT +proto-google-cloud-functions-v1:2.0.3:2.0.4-SNAPSHOT From e4b74c33ca1f3533eb46a2d6d696b9b112f1c94f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 19:14:49 +0000 Subject: [PATCH 2/7] feat: Remove use of deprecated gradle command in java README (#1196) (#284) --- .github/.OwlBot.lock.yaml | 2 +- .github/workflows/ci.yaml | 13 ------------- README.md | 4 ++-- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 34f691d3..33207c57 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/repo-automation-bots/owlbot-java:latest - digest: sha256:677e79291a12251a7c7e9c24db87f50ae0428bbb79c2bebc50e4fc5e9ed1ee32 + digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65ae6ecd..d510359d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,19 +42,6 @@ jobs: java-version: ${{matrix.java}} - run: java -version - run: .kokoro/dependencies.sh - linkage-monitor: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-java@v1 - with: - java-version: 8 - - run: java -version - - name: Install artifacts to local Maven repository - run: .kokoro/build.sh - shell: bash - - name: Validate any conflicts with regard to com.google.cloud:libraries-bom (latest release) - uses: GoogleCloudPlatform/cloud-opensource-java/linkage-monitor@v1-linkagemonitor lint: runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index b19e5aae..40abe6e2 100644 --- a/README.md +++ b/README.md @@ -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 -compile 'com.google.cloud:google-cloud-functions:2.0.2' +implementation 'com.google.cloud:google-cloud-functions:2.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.0.3" ``` ## Authentication From 2ea9d5b5e100199905efceac0c98000d84e03770 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Tue, 31 Aug 2021 22:52:41 +0200 Subject: [PATCH 3/7] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 (#287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.1.0` -> `2.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.2.0/compatibility-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.2.0/confidence-slim/2.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-shared-dependencies ### [`v2.2.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#​220-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare210v220-2021-08-31) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.1.0...v2.2.0) ##### Dependencies - update dependency com.fasterxml.jackson:jackson-bom to v2.12.5 ([#​456](https://www.togithub.com/googleapis/java-shared-dependencies/issues/456)) ([05b58e8](https://www.github.com/googleapis/java-shared-dependencies/commit/05b58e84ff6617bdcbb1ea644aa6e061bdea0319)) - update dependency com.google.api:api-common to v2.0.2 ([#​450](https://www.togithub.com/googleapis/java-shared-dependencies/issues/450)) ([51caebe](https://www.github.com/googleapis/java-shared-dependencies/commit/51caebe89bfade98866f63952bf82bc663a0179a)) - update dependency com.google.http-client:google-http-client-bom to v1.40.0 ([#​455](https://www.togithub.com/googleapis/java-shared-dependencies/issues/455)) ([82a5e42](https://www.github.com/googleapis/java-shared-dependencies/commit/82a5e42b06570a2c7c9d53b03161b110a44487a1)) - update dependency com.google.oauth-client:google-oauth-client-bom to v1.32.1 ([#​447](https://www.togithub.com/googleapis/java-shared-dependencies/issues/447)) ([9d2b895](https://www.github.com/googleapis/java-shared-dependencies/commit/9d2b8958f62daa6a3015a8ac052762fb3d79b35b)) - update dependency io.grpc:grpc-bom to v1.40.1 ([#​451](https://www.togithub.com/googleapis/java-shared-dependencies/issues/451)) ([df668ea](https://www.github.com/googleapis/java-shared-dependencies/commit/df668ead8830a40acf9d5605d47f93c465b779c0)) - update gax.version to v2.4.0 ([#​458](https://www.togithub.com/googleapis/java-shared-dependencies/issues/458)) ([a797d9e](https://www.github.com/googleapis/java-shared-dependencies/commit/a797d9eb8a4bcb3025a9511eae61271278a4a5c9)) - update google.common-protos.version to v2.5.0 ([#​457](https://www.togithub.com/googleapis/java-shared-dependencies/issues/457)) ([38c7bb9](https://www.github.com/googleapis/java-shared-dependencies/commit/38c7bb925414d90ff3065650d06589f79bcab9b6)) - update google.core.version to v2.1.1 ([#​449](https://www.togithub.com/googleapis/java-shared-dependencies/issues/449)) ([b28723a](https://www.github.com/googleapis/java-shared-dependencies/commit/b28723ace0c27ebc73f23a2d094e0fe9ba8a9075)) - update google.core.version to v2.1.2 ([#​459](https://www.togithub.com/googleapis/java-shared-dependencies/issues/459)) ([df4d5b7](https://www.github.com/googleapis/java-shared-dependencies/commit/df4d5b7717386f5e0e2cca87bd9afc56b2c7aee8)) - update iam.version to v1.1.0 ([#​448](https://www.togithub.com/googleapis/java-shared-dependencies/issues/448)) ([3967928](https://www.github.com/googleapis/java-shared-dependencies/commit/39679287f3ef8c1cbca5dfc8aca3f69cfee3d4a6))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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-functions). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 18dc1e6c..8eb1a8d5 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.1.0 + 2.2.0 pom import From aefce6ec7ed1af4fe28eea7ae2c06a5978e8a514 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 22:02:25 +0000 Subject: [PATCH 4/7] build(java): update renovate config to mark conformance tests as a test commit type (#1199) (#286) --- .github/.OwlBot.lock.yaml | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 33207c57..fb70e14d 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/repo-automation-bots/owlbot-java:latest - digest: sha256:8a486672c9a4ae5e7d55b9ac252ce1741582b8c2ceeda40efa32376325809928 + digest: sha256:2595f321d9a9acf34c2d02e4dc5ec214ce07eecdb43978382d8a88476dec0c16 diff --git a/renovate.json b/renovate.json index 9d4944b4..e142fd62 100644 --- a/renovate.json +++ b/renovate.json @@ -50,7 +50,8 @@ "^junit:junit", "^com.google.truth:truth", "^org.mockito:mockito-core", - "^org.objenesis:objenesis" + "^org.objenesis:objenesis", + "^com.google.cloud:google-cloud-conformance-tests" ], "semanticCommitType": "test", "semanticCommitScope": "deps" From e6c6401f6738c12f1fd88a8d518db657ec6a903d Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Sep 2021 00:28:40 +0200 Subject: [PATCH 5/7] chore(deps): update dependency com.google.cloud:google-cloud-functions to v2 (#267) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-functions](https://togithub.com/googleapis/java-functions) | `1.2.2` -> `2.0.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-functions/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-functions/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-functions/2.0.0/compatibility-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-functions/2.0.0/confidence-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes
googleapis/java-functions ### [`v2.0.0`](https://togithub.com/googleapis/java-functions/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisjava-functionscomparev122v200-2021-08-10) [Compare Source](https://togithub.com/googleapis/java-functions/compare/v1.2.2...v2.0.0) ##### ⚠ BREAKING CHANGES * release gapic-generator-java v2.0.0 ([#​260](https://togithub.com/googleapis/java-functions/issues/260)) ##### Features * release gapic-generator-java v2.0.0 ([#​260](https://www.togithub.com/googleapis/java-functions/issues/260)) ([f38a61d](https://www.togithub.com/googleapis/java-functions/commit/f38a61db3c3b3781c687b57be90ddafcd1e4abdf)) ##### Bug Fixes * owlbot post-processor should generate README ([#​1154](https://www.togithub.com/googleapis/java-functions/issues/1154)) ([#​245](https://www.togithub.com/googleapis/java-functions/issues/245)) ([0d67a94](https://www.togithub.com/googleapis/java-functions/commit/0d67a94b8eb78900028e0e5568917654c4c6d4fa)), closes [#​1146](https://www.togithub.com/googleapis/java-functions/issues/1146) [#​1147](https://www.togithub.com/googleapis/java-functions/issues/1147) * Updating behavior of source_upload_url during Get/List function calls ([#​265](https://www.togithub.com/googleapis/java-functions/issues/265)) ([dce91f4](https://www.togithub.com/googleapis/java-functions/commit/dce91f4f65360cfc35d03364aa32eab03f49401f)) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2 ([#​261](https://www.togithub.com/googleapis/java-functions/issues/261)) ([0908628](https://www.togithub.com/googleapis/java-functions/commit/0908628a8927731d0edae4a3b07e9ddc28a4cc3d)) ##### [1.2.2](https://www.togithub.com/googleapis/java-functions/compare/v1.2.1...v1.2.2) (2021-07-01) ##### Bug Fixes * Add `shopt -s nullglob` to dependencies script ([#​1130](https://www.togithub.com/googleapis/java-functions/issues/1130)) ([#​235](https://www.togithub.com/googleapis/java-functions/issues/235)) ([813e13a](https://www.togithub.com/googleapis/java-functions/commit/813e13a771f3b90dfdb3aa052242f34141b5d010)) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.4.0 ([#​237](https://www.togithub.com/googleapis/java-functions/issues/237)) ([13ac9b2](https://www.togithub.com/googleapis/java-functions/commit/13ac9b24e96c71a00f8edc2f1ab2ee00a57ac521)) ##### [1.2.1](https://www.togithub.com/googleapis/java-functions/compare/v1.2.0...v1.2.1) (2021-06-04) ##### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v1.3.0 ([#​222](https://www.togithub.com/googleapis/java-functions/issues/222)) ([b06f804](https://www.togithub.com/googleapis/java-functions/commit/b06f80438d3ed2d3fdb87503ae0cee0cd24d6a53))
*** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **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-functions). --- README.md | 2 +- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40abe6e2..c4c64afb 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 - 1.2.2 + 2.0.0 ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index dd8f22e5..45cd998e 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 - 1.2.2 + 2.0.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3ef14a34..560edf82 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 1.2.2 + 2.0.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index df4d2bb0..bf0e5037 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 1.2.2 + 2.0.0 From cf4985b37c8d705e97c224dd1958a42de0434b4b Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Wed, 1 Sep 2021 02:21:12 +0200 Subject: [PATCH 6/7] chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.0.3 (#288) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update dependency com.google.cloud:google-cloud-functions to v2.0.3 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- README.md | 2 +- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c4c64afb..49b20f23 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.0.0 + 2.0.3 ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 45cd998e..dd278fc9 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.0.0 + 2.0.3 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 560edf82..9c5fc7b7 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.0.0 + 2.0.3 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index bf0e5037..edcdd4a0 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 2.0.0 + 2.0.3 From 9d11f92a7688b6cc1d683c4b95a826c2cf604dfa Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 Sep 2021 08:45:51 -0700 Subject: [PATCH 7/7] chore: release 2.1.0 (#285) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ google-cloud-functions-bom/pom.xml | 8 ++++---- google-cloud-functions/pom.xml | 4 ++-- grpc-google-cloud-functions-v1/pom.xml | 4 ++-- pom.xml | 8 ++++---- proto-google-cloud-functions-v1/pom.xml | 4 ++-- versions.txt | 6 +++--- 7 files changed, 29 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f343de02..a8e14c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://www.github.com/googleapis/java-functions/compare/v2.0.3...v2.1.0) (2021-09-01) + + +### Features + +* Remove use of deprecated gradle command in java README ([#1196](https://www.github.com/googleapis/java-functions/issues/1196)) ([#284](https://www.github.com/googleapis/java-functions/issues/284)) ([e4b74c3](https://www.github.com/googleapis/java-functions/commit/e4b74c33ca1f3533eb46a2d6d696b9b112f1c94f)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.0 ([#287](https://www.github.com/googleapis/java-functions/issues/287)) ([2ea9d5b](https://www.github.com/googleapis/java-functions/commit/2ea9d5b5e100199905efceac0c98000d84e03770)) + ### [2.0.3](https://www.github.com/googleapis/java-functions/compare/v2.0.2...v2.0.3) (2021-08-25) diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index 63a86669..c400eb84 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.0.4-SNAPSHOT + 2.1.0 pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-functions - 2.0.4-SNAPSHOT + 2.1.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.0.4-SNAPSHOT + 2.1.0 com.google.api.grpc proto-google-cloud-functions-v1 - 2.0.4-SNAPSHOT + 2.1.0
diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 6e4a3b5b..9b391fdc 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.0.4-SNAPSHOT + 2.1.0 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 2.0.4-SNAPSHOT + 2.1.0 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index 9b4566af..48732206 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.0.4-SNAPSHOT + 2.1.0 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.0.4-SNAPSHOT + 2.1.0 diff --git a/pom.xml b/pom.xml index 8eb1a8d5..37d36617 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 2.0.4-SNAPSHOT + 2.1.0 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -61,17 +61,17 @@ com.google.cloud google-cloud-functions - 2.0.4-SNAPSHOT + 2.1.0 com.google.api.grpc proto-google-cloud-functions-v1 - 2.0.4-SNAPSHOT + 2.1.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 2.0.4-SNAPSHOT + 2.1.0 diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index 046e31c5..0a79e39b 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.0.4-SNAPSHOT + 2.1.0 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 2.0.4-SNAPSHOT + 2.1.0 diff --git a/versions.txt b/versions.txt index 6859a078..0d5c4d1d 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:2.0.3:2.0.4-SNAPSHOT -grpc-google-cloud-functions-v1:2.0.3:2.0.4-SNAPSHOT -proto-google-cloud-functions-v1:2.0.3:2.0.4-SNAPSHOT +google-cloud-functions:2.1.0:2.1.0 +grpc-google-cloud-functions-v1:2.1.0:2.1.0 +proto-google-cloud-functions-v1:2.1.0:2.1.0