From acc7c362829209a74f70ef170d2802be02db5df4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:28:16 +0000 Subject: [PATCH] chore(main): release 2.9.0 (#356) :robot: I have created a release *beep* *boop* --- ## [2.9.0](https://github.com/googleapis/java-common-protos/compare/v2.8.3...v2.9.0) (2022-06-06) ### Features * add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-common-protos/issues/1440)) ([#368](https://github.com/googleapis/java-common-protos/issues/368)) ([676eaf3](https://github.com/googleapis/java-common-protos/commit/676eaf392860e8dc0bcec79fb587467406d644c1)) * next release from main branch is 2.9.0 ([#354](https://github.com/googleapis/java-common-protos/issues/354)) ([d0fd16b](https://github.com/googleapis/java-common-protos/commit/d0fd16b7991fde7803ba55a41e855ec529990415)) ### Dependencies * update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#360](https://github.com/googleapis/java-common-protos/issues/360)) ([741354f](https://github.com/googleapis/java-common-protos/commit/741354fade6a4b2b2277aec8a252c353f08ae208)) * update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#369](https://github.com/googleapis/java-common-protos/issues/369)) ([dd454e3](https://github.com/googleapis/java-common-protos/commit/dd454e3a2a42f6c80b58be37af79b0b445b51e2b)) * update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#371](https://github.com/googleapis/java-common-protos/issues/371)) ([25ca684](https://github.com/googleapis/java-common-protos/commit/25ca684447719b6f41ef1e6067ca54fa0684e053)) * update dependency com.google.protobuf:protobuf-java to v3.20.1 ([#361](https://github.com/googleapis/java-common-protos/issues/361)) ([9f20508](https://github.com/googleapis/java-common-protos/commit/9f205080b53d141dd7be82f8b9e4f09e4663f86b)) * update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#370](https://github.com/googleapis/java-common-protos/issues/370)) ([40648c5](https://github.com/googleapis/java-common-protos/commit/40648c5ccea4c365ffc7f9445e0490e2653657ca)) * update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#372](https://github.com/googleapis/java-common-protos/issues/372)) ([c54d334](https://github.com/googleapis/java-common-protos/commit/c54d3348a7b2c3dfb11e10b4120c0ace9406ebe5)) * update dependency io.grpc:grpc-bom to v1.46.0 ([#362](https://github.com/googleapis/java-common-protos/issues/362)) ([7deb7ad](https://github.com/googleapis/java-common-protos/commit/7deb7ad6647bb48409cedfaabcd885d338bfd023)) * update dependency io.grpc:grpc-bom to v1.47.0 ([#373](https://github.com/googleapis/java-common-protos/issues/373)) ([133b95b](https://github.com/googleapis/java-common-protos/commit/133b95b96c7b303d6bedcda84eb90e8bf0545d9b)) * update dependency io.grpc:grpc-protobuf to v1.46.0 ([#363](https://github.com/googleapis/java-common-protos/issues/363)) ([bfede07](https://github.com/googleapis/java-common-protos/commit/bfede078d5b2d10f5d03f36eefd01c1b3cb996ea)) * update dependency io.grpc:grpc-protobuf to v1.47.0 ([#374](https://github.com/googleapis/java-common-protos/issues/374)) ([20baac5](https://github.com/googleapis/java-common-protos/commit/20baac555257524571dc974c8e9297e62d690eb0)) * update dependency io.grpc:grpc-stub to v1.46.0 ([#364](https://github.com/googleapis/java-common-protos/issues/364)) ([09d49b4](https://github.com/googleapis/java-common-protos/commit/09d49b4710425296fdc88c95f5bfe2509a8eb0f2)) * update dependency io.grpc:grpc-stub to v1.47.0 ([#375](https://github.com/googleapis/java-common-protos/issues/375)) ([6074436](https://github.com/googleapis/java-common-protos/commit/60744361c26eddf7b6d83d58d0bf8dee6283a330)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- java-common-protos/CHANGELOG.md | 24 +++++++++++++++++++ .../grpc-google-common-protos/pom.xml | 4 ++-- java-common-protos/pom.xml | 6 ++--- .../proto-google-common-protos/pom.xml | 4 ++-- java-common-protos/versions.txt | 4 ++-- 5 files changed, 33 insertions(+), 9 deletions(-) diff --git a/java-common-protos/CHANGELOG.md b/java-common-protos/CHANGELOG.md index a3db2dec0b..d92a287573 100644 --- a/java-common-protos/CHANGELOG.md +++ b/java-common-protos/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.9.0](https://github.com/googleapis/java-common-protos/compare/v2.8.3...v2.9.0) (2022-06-06) + + +### Features + +* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-common-protos/issues/1440)) ([#368](https://github.com/googleapis/java-common-protos/issues/368)) ([0b58c8c](https://github.com/googleapis/java-common-protos/commit/0b58c8c234513f82e7057ad7aa0c1d82b6bb9761)) +* next release from main branch is 2.9.0 ([#354](https://github.com/googleapis/java-common-protos/issues/354)) ([1858e4f](https://github.com/googleapis/java-common-protos/commit/1858e4f90299ab6ae2fa937cd9c033c238540336)) + + +### Dependencies + +* update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#360](https://github.com/googleapis/java-common-protos/issues/360)) ([83fc812](https://github.com/googleapis/java-common-protos/commit/83fc812f71ca8870d3875f6fab3cdc4a3d91f8df)) +* update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#369](https://github.com/googleapis/java-common-protos/issues/369)) ([b011a05](https://github.com/googleapis/java-common-protos/commit/b011a055c437395aac5fdf3fa32208f6dd958d69)) +* update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#371](https://github.com/googleapis/java-common-protos/issues/371)) ([5f5c43a](https://github.com/googleapis/java-common-protos/commit/5f5c43a1ebc96a862b5881545f676b297526dde6)) +* update dependency com.google.protobuf:protobuf-java to v3.20.1 ([#361](https://github.com/googleapis/java-common-protos/issues/361)) ([2423c08](https://github.com/googleapis/java-common-protos/commit/2423c08c1726ecfeba02edf19a9da4c8e4c9426f)) +* update dependency com.google.protobuf:protobuf-java to v3.21.0 ([#370](https://github.com/googleapis/java-common-protos/issues/370)) ([de8d5f1](https://github.com/googleapis/java-common-protos/commit/de8d5f1a6486b01b5145460391161e8882f18b68)) +* update dependency com.google.protobuf:protobuf-java to v3.21.1 ([#372](https://github.com/googleapis/java-common-protos/issues/372)) ([c9723c5](https://github.com/googleapis/java-common-protos/commit/c9723c5b6dd2ab386672b737ca26349c6a4e7731)) +* update dependency io.grpc:grpc-bom to v1.46.0 ([#362](https://github.com/googleapis/java-common-protos/issues/362)) ([8222c0f](https://github.com/googleapis/java-common-protos/commit/8222c0ff268d2bbdaa1f591f0b840f099f421c5e)) +* update dependency io.grpc:grpc-bom to v1.47.0 ([#373](https://github.com/googleapis/java-common-protos/issues/373)) ([71d07af](https://github.com/googleapis/java-common-protos/commit/71d07afa1ebb52d0cb95fac0529d343501a5c7a3)) +* update dependency io.grpc:grpc-protobuf to v1.46.0 ([#363](https://github.com/googleapis/java-common-protos/issues/363)) ([c03a2b7](https://github.com/googleapis/java-common-protos/commit/c03a2b77a3bb7e637f8cce961fa23322bc977a29)) +* update dependency io.grpc:grpc-protobuf to v1.47.0 ([#374](https://github.com/googleapis/java-common-protos/issues/374)) ([003fae8](https://github.com/googleapis/java-common-protos/commit/003fae815194859bae8724123925ab55774ba475)) +* update dependency io.grpc:grpc-stub to v1.46.0 ([#364](https://github.com/googleapis/java-common-protos/issues/364)) ([0bc45a5](https://github.com/googleapis/java-common-protos/commit/0bc45a5254a21cd5eb0582abf9fe2fc7a54d45c7)) +* update dependency io.grpc:grpc-stub to v1.47.0 ([#375](https://github.com/googleapis/java-common-protos/issues/375)) ([c27d218](https://github.com/googleapis/java-common-protos/commit/c27d218b4684ab378e631b3da4970f433929db68)) + ### [2.8.3](https://github.com/googleapis/java-common-protos/compare/v2.8.2...v2.8.3) (2022-04-12) diff --git a/java-common-protos/grpc-google-common-protos/pom.xml b/java-common-protos/grpc-google-common-protos/pom.xml index 8cffa78f72..bbd84d1d35 100644 --- a/java-common-protos/grpc-google-common-protos/pom.xml +++ b/java-common-protos/grpc-google-common-protos/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-common-protos - 2.8.4-SNAPSHOT + 2.9.0 grpc-google-common-protos GRPC library for grpc-google-common-protos com.google.api.grpc google-common-protos-parent - 2.8.4-SNAPSHOT + 2.9.0 diff --git a/java-common-protos/pom.xml b/java-common-protos/pom.xml index 0edbad8d73..93dfbd25aa 100644 --- a/java-common-protos/pom.xml +++ b/java-common-protos/pom.xml @@ -4,7 +4,7 @@ com.google.api.grpc google-common-protos-parent pom - 2.8.4-SNAPSHOT + 2.9.0 Google Common Protos Parent https://github.com/googleapis/java-iam @@ -81,7 +81,7 @@ com.google.api.grpc grpc-google-common-protos - 2.8.4-SNAPSHOT + 2.9.0 io.grpc @@ -93,7 +93,7 @@ com.google.api.grpc proto-google-common-protos - 2.8.4-SNAPSHOT + 2.9.0 com.google.guava diff --git a/java-common-protos/proto-google-common-protos/pom.xml b/java-common-protos/proto-google-common-protos/pom.xml index 58c6f49006..5346a967e6 100644 --- a/java-common-protos/proto-google-common-protos/pom.xml +++ b/java-common-protos/proto-google-common-protos/pom.xml @@ -3,13 +3,13 @@ 4.0.0 com.google.api.grpc proto-google-common-protos - 2.8.4-SNAPSHOT + 2.9.0 proto-google-common-protos PROTO library for proto-google-common-protos com.google.api.grpc google-common-protos-parent - 2.8.4-SNAPSHOT + 2.9.0 diff --git a/java-common-protos/versions.txt b/java-common-protos/versions.txt index d21c9cda35..355ce4cce5 100644 --- a/java-common-protos/versions.txt +++ b/java-common-protos/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -proto-google-common-protos:2.8.3:2.8.4-SNAPSHOT -grpc-google-common-protos:2.8.3:2.8.4-SNAPSHOT +proto-google-common-protos:2.9.0:2.9.0 +grpc-google-common-protos:2.9.0:2.9.0