-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[TT-13508] Downgrade Bento to v1.2.0 and use our own fork to cherry-pick some changes from latest main branch. #6700
Conversation
…ick some changes from main branch.
💔 The detected issue is not in one of the allowed statuses 💔
Please ensure your jira story is in one of the allowed statuses |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
API Changes no api changes detected |
PR Code Suggestions ✨Explore these optional code suggestions:
|
Quality Gate failedFailed conditions |
User description
Bento >=1.3.0 requires an OpenTelemetry upgrade and it breaks our E2E tests. Here is some details: https://tyktech.atlassian.net/browse/TT-13518
This PR downgrades Bento to v1.2.0 and cherry-picks some changes from the main branch to fix TT-13508. See this #6697
PR Type
enhancement, dependencies
Description
google.golang.org/grpc
from v1.67.0 to v1.66.2 to address compatibility issues.github.com/warpstreamlabs/bento
from v1.3.1 to v1.2.0 and replaced it with a forked version fromgithub.com/TykTechnologies/bento
.go.opentelemetry.io/otel
and related packages from v1.29.0 to v1.24.0 to resolve issues with OpenTelemetry upgrades.Changes walkthrough 📝
go.mod
Downgrade dependencies and switch to a forked Bento version
go.mod
google.golang.org/grpc
from v1.67.0 to v1.66.2.github.com/warpstreamlabs/bento
from v1.3.1 to v1.2.0 andreplaced it with a fork.
go.opentelemetry.io/otel
and related packages from v1.29.0to v1.24.0.
go.sum
...
go.sum
...