-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-13508] Downgrade Bento to v1.2.0 and use our own fork to cherry-p…
…ick some changes from latest main branch. (#6700) ### **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** - Downgraded `google.golang.org/grpc` from v1.67.0 to v1.66.2 to address compatibility issues. - Downgraded `github.com/warpstreamlabs/bento` from v1.3.1 to v1.2.0 and replaced it with a forked version from `github.com/TykTechnologies/bento`. - Downgraded `go.opentelemetry.io/otel` and related packages from v1.29.0 to v1.24.0 to resolve issues with OpenTelemetry upgrades. - Updated multiple indirect dependencies to earlier versions to maintain compatibility and stability. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Dependencies</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Downgrade dependencies and switch to a forked Bento version</code></dd></summary> <hr> go.mod <li>Downgraded <code>google.golang.org/grpc</code> from v1.67.0 to v1.66.2.<br> <li> Downgraded <code>github.com/warpstreamlabs/bento</code> from v1.3.1 to v1.2.0 and <br>replaced it with a fork.<br> <li> Downgraded <code>go.opentelemetry.io/otel</code> and related packages from v1.29.0 <br>to v1.24.0.<br> <li> Updated multiple indirect dependencies to earlier versions.<br> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6700/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+47/-65</a> </td> </tr> </table></td></tr><tr><td><strong>Additional files (token-limit)</strong></td><td><table> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>...</code> </dd></summary> <hr> go.sum ... </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6700/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+103/-1054</a></td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
- Loading branch information
1 parent
6db3156
commit adb1f25
Showing
3 changed files
with
149 additions
and
1,122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.