Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency io.grpc:grpc-stub to v1.44.0 #270

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 27, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.grpc:grpc-stub 1.43.2 -> 1.44.0 age adoption passing confidence

Release Notes

grpc/grpc-java

v1.44.0

gRPC Java 1.44.0 Release Notes

Java 7 is no longer supported. This release uses Java 8 bytecode, except for grpc-context which remains on Java 7 bytecode. Users requiring Java 7 are encouraged to use the v1.41.x branch. See gRFC P5. Android support remains API level 19+. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or grpc-io@googlegroups.com.

Java 8 users pay note: per gRFC P5, gRPC may drop Java 8 support as soon as March this year. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or grpc-io@googlegroups.com.

API Changes
  • Removed deprecated StreamInfo.transportAttrs (#​8768)
Bug Fixes
Behavior Changes
  • Binder: Enclose all operations in BinderTransport even when an exception was thrown. (#​8733)*
  • Binder: Fix a bug that might cause memory leaks in binder. (#​8728)
Dependencies
Acknowledgement
  • groakley@
  • apolcyn@
  • beatrausch@
  • danielnorberg@
  • jdcormie@

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner January 27, 2022 10:46
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 27, 2022
@product-auto-label product-auto-label bot added the api: iam Issues related to the googleapis/java-iam API. label Jan 27, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 27, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 27, 2022
@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label Feb 2, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 2, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 2, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 2, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 2, 2022
@meltsufin meltsufin added automerge Merge the pull request once unit tests and other checks pass. and removed automerge Merge the pull request once unit tests and other checks pass. labels Feb 2, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 3, 2022
@meltsufin meltsufin added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Feb 3, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 3, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit e586dd2 into googleapis:main Feb 3, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 3, 2022
@renovate-bot renovate-bot deleted the renovate/io.grpc-grpc-stub-1.x branch February 3, 2022 05:14
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 3, 2022
🤖 I have created a release *beep* *boop*
---


### [1.2.2](v1.2.1...v1.2.2) (2022-02-03)


### Dependencies

* **java:** update actions/github-script action to v5 ([#1339](https://github.com/googleapis/java-iam/issues/1339)) ([#267](#267)) ([afbdd89](afbdd89))
* update dependency com.google.api:api-common to v2.1.3 ([#271](#271)) ([6668de8](6668de8))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#273](#273)) ([97081c0](97081c0))
* update dependency com.google.protobuf:protobuf-java to v3.19.3 ([#262](#262)) ([38187e9](38187e9))
* update dependency com.google.protobuf:protobuf-java to v3.19.4 ([#272](#272)) ([b82ca63](b82ca63))
* update dependency io.grpc:grpc-protobuf to v1.44.0 ([#269](#269)) ([fb94161](fb94161))
* update dependency io.grpc:grpc-stub to v1.44.0 ([#270](#270)) ([e586dd2](e586dd2))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit to googleapis/sdk-platform-java that referenced this pull request Dec 16, 2022
🤖 I have created a release *beep* *boop*
---


### [1.2.2](googleapis/java-iam@v1.2.1...v1.2.2) (2022-02-03)


### Dependencies

* **java:** update actions/github-script action to v5 ([#1339](https://github.com/googleapis/java-iam/issues/1339)) ([#267](googleapis/java-iam#267)) ([c2c9395](googleapis/java-iam@c2c9395))
* update dependency com.google.api:api-common to v2.1.3 ([#271](googleapis/java-iam#271)) ([ef30324](googleapis/java-iam@ef30324))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.7.0 ([#273](googleapis/java-iam#273)) ([43ce7e6](googleapis/java-iam@43ce7e6))
* update dependency com.google.protobuf:protobuf-java to v3.19.3 ([#262](googleapis/java-iam#262)) ([9a64030](googleapis/java-iam@9a64030))
* update dependency com.google.protobuf:protobuf-java to v3.19.4 ([#272](googleapis/java-iam#272)) ([f75ceb8](googleapis/java-iam@f75ceb8))
* update dependency io.grpc:grpc-protobuf to v1.44.0 ([#269](googleapis/java-iam#269)) ([334fe8e](googleapis/java-iam@334fe8e))
* update dependency io.grpc:grpc-stub to v1.44.0 ([#270](googleapis/java-iam#270)) ([acb1fb9](googleapis/java-iam@acb1fb9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: iam Issues related to the googleapis/java-iam API.
Projects
None yet
3 participants