Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release pubsub 1.30.0 #7556

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Mar 15, 2023

🤖 I have created a release beep boop

1.30.0 (2023-03-22)

Features

  • pubsub: Update iam and longrunning deps (91a1f78)

Bug Fixes

  • pubsub: Check response of receipt modacks for exactly once delivery (#7568) (94d0408)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner March 15, 2023 16:33
@release-please release-please bot requested review from a team and shollyman as code owners March 15, 2023 16:33
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Mar 15, 2023
@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 Mar 15, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 15, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from 5562afd to cd3c67a Compare March 16, 2023 10:12
@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 Mar 16, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 16, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 16, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from cd3c67a to eaa175f Compare March 17, 2023 12: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 Mar 17, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 17, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from eaa175f to c82921c Compare March 20, 2023 15:19
@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 Mar 20, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 20, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from c82921c to 7f79950 Compare March 21, 2023 13:38
@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 Mar 21, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 21, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from 7f79950 to f513952 Compare March 22, 2023 00:03
@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 Mar 22, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 22, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2023
@release-please release-please bot force-pushed the release-please--branches--main--components--pubsub branch from f513952 to c3ab0bb Compare March 22, 2023 22:22
@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 Mar 22, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 22, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 22, 2023
@hongalex hongalex enabled auto-merge (squash) March 23, 2023 01:24
@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 Mar 23, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 23, 2023
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2023
@hongalex hongalex merged commit 27944ca into main Mar 23, 2023
@hongalex hongalex deleted the release-please--branches--main--components--pubsub branch March 23, 2023 01:36
@release-please
Copy link
Contributor Author

codyoss added a commit to codyoss/google-cloud-go that referenced this pull request Nov 12, 2024
There have been a couple of reports lately around some subtle
changes in behaviour of using the new recommend method. There is
also a known bug, see grpc/grpc-go#7556.
Until the bug is fixed and we have a way forward we will revert to
calling the deprecated Dial function.

Fixes: googleapis#7556
gcf-merge-on-green bot pushed a commit that referenced this pull request Nov 12, 2024
There have been a couple of reports lately around some subtle changes in behaviour of using the new recommend method. There is also a known bug, see https://togithub.com/grpc/grpc-go/issues/7556. Until the bug is fixed and we have a way forward we will revert to calling the deprecated Dial function.

Fixes: #7556
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants