From b2dc4dad1b68ae84dc313fb033f80adfd5e4ee65 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:14:13 +0000 Subject: [PATCH] chore(main): release 2.8.0 (#326) :robot: I have created a release *beep* *boop* --- ## [2.8.0](https://github.com/googleapis/java-common-protos/compare/v2.7.4...v2.8.0) (2022-03-11) ### Features * KMS configuration in settings ([#322](https://github.com/googleapis/java-common-protos/issues/322)) ([14ca04e](https://github.com/googleapis/java-common-protos/commit/14ca04e78d547cc643f419984747781c8915a261)) ### Dependencies * update dependency io.grpc:grpc-bom to v1.45.0 ([#323](https://github.com/googleapis/java-common-protos/issues/323)) ([ac71fd9](https://github.com/googleapis/java-common-protos/commit/ac71fd90e50498386c559b1e764c948677696ab9)) * update dependency io.grpc:grpc-protobuf to v1.44.1 ([#324](https://github.com/googleapis/java-common-protos/issues/324)) ([7be56a8](https://github.com/googleapis/java-common-protos/commit/7be56a87aadcbebc98d3136d8c7f4a54a8fe802d)) * update dependency io.grpc:grpc-protobuf to v1.45.0 ([#336](https://github.com/googleapis/java-common-protos/issues/336)) ([4bbd7a5](https://github.com/googleapis/java-common-protos/commit/4bbd7a5d8a57b0f171893e7f1ece6bee9f778f4e)) * update dependency io.grpc:grpc-stub to v1.44.1 ([#325](https://github.com/googleapis/java-common-protos/issues/325)) ([bf00d6a](https://github.com/googleapis/java-common-protos/commit/bf00d6a3067df2a6f057be601b27b29accc9d0fb)) * update dependency io.grpc:grpc-stub to v1.45.0 ([#335](https://github.com/googleapis/java-common-protos/issues/335)) ([3dd8e8f](https://github.com/googleapis/java-common-protos/commit/3dd8e8f4f9c56e4673b428b4ff43dfc30475c50c)) --- 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 | 16 ++++++++++++++++ grpc-google-common-protos/pom.xml | 4 ++-- pom.xml | 6 +++--- proto-google-common-protos/pom.xml | 4 ++-- versions.txt | 4 ++-- 5 files changed, 25 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2af183f..9b7ed3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.8.0](https://github.com/googleapis/java-common-protos/compare/v2.7.4...v2.8.0) (2022-03-11) + + +### Features + +* KMS configuration in settings ([#322](https://github.com/googleapis/java-common-protos/issues/322)) ([14ca04e](https://github.com/googleapis/java-common-protos/commit/14ca04e78d547cc643f419984747781c8915a261)) + + +### Dependencies + +* update dependency io.grpc:grpc-bom to v1.45.0 ([#323](https://github.com/googleapis/java-common-protos/issues/323)) ([ac71fd9](https://github.com/googleapis/java-common-protos/commit/ac71fd90e50498386c559b1e764c948677696ab9)) +* update dependency io.grpc:grpc-protobuf to v1.44.1 ([#324](https://github.com/googleapis/java-common-protos/issues/324)) ([7be56a8](https://github.com/googleapis/java-common-protos/commit/7be56a87aadcbebc98d3136d8c7f4a54a8fe802d)) +* update dependency io.grpc:grpc-protobuf to v1.45.0 ([#336](https://github.com/googleapis/java-common-protos/issues/336)) ([4bbd7a5](https://github.com/googleapis/java-common-protos/commit/4bbd7a5d8a57b0f171893e7f1ece6bee9f778f4e)) +* update dependency io.grpc:grpc-stub to v1.44.1 ([#325](https://github.com/googleapis/java-common-protos/issues/325)) ([bf00d6a](https://github.com/googleapis/java-common-protos/commit/bf00d6a3067df2a6f057be601b27b29accc9d0fb)) +* update dependency io.grpc:grpc-stub to v1.45.0 ([#335](https://github.com/googleapis/java-common-protos/issues/335)) ([3dd8e8f](https://github.com/googleapis/java-common-protos/commit/3dd8e8f4f9c56e4673b428b4ff43dfc30475c50c)) + ### [2.7.4](https://github.com/googleapis/java-common-protos/compare/v2.7.3...v2.7.4) (2022-02-11) diff --git a/grpc-google-common-protos/pom.xml b/grpc-google-common-protos/pom.xml index f3b1cfc3..078e4281 100644 --- a/grpc-google-common-protos/pom.xml +++ b/grpc-google-common-protos/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-common-protos - 2.7.5-SNAPSHOT + 2.8.0 grpc-google-common-protos GRPC library for grpc-google-common-protos com.google.api.grpc google-common-protos-parent - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/pom.xml b/pom.xml index 2f3cee3f..a2d97333 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.api.grpc google-common-protos-parent pom - 2.7.5-SNAPSHOT + 2.8.0 Google Common Protos Parent https://github.com/googleapis/java-iam @@ -81,7 +81,7 @@ com.google.api.grpc grpc-google-common-protos - 2.7.5-SNAPSHOT + 2.8.0 io.grpc @@ -93,7 +93,7 @@ com.google.api.grpc proto-google-common-protos - 2.7.5-SNAPSHOT + 2.8.0 com.google.guava diff --git a/proto-google-common-protos/pom.xml b/proto-google-common-protos/pom.xml index 29459859..c34a18c5 100644 --- a/proto-google-common-protos/pom.xml +++ b/proto-google-common-protos/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.api.grpc proto-google-common-protos - 2.7.5-SNAPSHOT + 2.8.0 proto-google-common-protos PROTO library for proto-google-common-protos com.google.api.grpc google-common-protos-parent - 2.7.5-SNAPSHOT + 2.8.0 diff --git a/versions.txt b/versions.txt index 3602b9e2..2e4f1733 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -proto-google-common-protos:2.7.4:2.7.5-SNAPSHOT -grpc-google-common-protos:2.7.4:2.7.5-SNAPSHOT +proto-google-common-protos:2.8.0:2.8.0 +grpc-google-common-protos:2.8.0:2.8.0