Conversation
|
Comment
You can also request review from a specific team by commenting 💡 If you see something that doesn't look right, check the configuration guide. |
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades Envoy to version 1.34.10, improving script variable naming and updating API dependencies. The upgrade involves updating version hashes, renaming variables for consistency, and removing deprecated OpenCensus dependencies.
- Updated Envoy SHA from 6fe1905459ff267a43a8a26d042ae03a8aa7bc98 to 40ab4828a48f05103573ddee3c807dfa0e3e23f7
- Renamed variables from
*_SHAto*_VERSIONfor better naming consistency - Removed OpenCensus proto files and dependencies as they are no longer needed
Reviewed Changes
Copilot reviewed 36 out of 36 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/update-sha.sh | Updated variable names from SHA to VERSION for better consistency |
| tools/update-api.sh | Updated variable references and removed OpenCensus dependency |
| tools/API_SHAS | Updated Envoy version hash and dependency versions, removed date comments |
| src/main/proto/**/*.proto | Updated proto files with new API versions and removed deprecated files |
| gradle.properties | Bumped version from 1.34.4-1 to 1.34.10-1 |
Comments suppressed due to low confidence (1)
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Context
Checklist