-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update cloud.google.com/go/pubsub and supporting libraries #29353
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This pull request does not have a backport label. Could you fix it @andrewkroh? 🙏
NOTE: |
Moving from v1.3.1 to v1.17.1. Updating via `go get cloud.google.com/go/pubsub`. Relates elastic#29352
c365652
to
1fb353e
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
I will backport this if I can confirm that it fixes the bug we are seeing in #29352. |
@Mergifyio backport 7.16 (opening a PR to run tests on 7.16, not planning to merge yet) |
✅ Backports have been created
|
Moving from v1.3.1 to v1.17.1. Updating via `go get cloud.google.com/go/pubsub`. Relates #29352
@Mergifyio backport 8.0 |
✅ Backports have been created
|
@Mergifyio backport 7.17 |
✅ Backports have been created
|
@andrewkroh @efd6 This did go into 7.16 but not 7.17. I'm pretty sure it should also be in 7.17. Can you check that the following PR is merged if needed? #29906 |
What does this PR do?
Moving from cloud.google.com/go/pubsub v1.3.1 to v1.17.1.
Updating via
go get cloud.google.com/go/pubsub
.Relates #29352
Why is it important?
Pull in bug fixes from third-party library.
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues