Prepare 1.7.13 for march patch#1035
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the 1.7.13 patch release by finalizing the version metadata, updating release documentation, and bumping dependencies/tooling versions to address security requirements (including CVE-2026-33186).
Changes:
- Finalize
1.7.13release versioning (removedevprerelease marker) and add release notes/changelog entry. - Bump Go toolchain version to
1.25.8and update key Go module dependencies (notablygoogle.golang.org/grpc). - Update Envoy base image to
distroless-v1.34.13and adjust release security-scan suppression config.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/version/version.go | Marks 1.7.13 as a final (non-prerelease) build. |
| integration-tests/go.mod | Bumps integration test module Go version and indirect deps. |
| integration-tests/go.sum | Updates sums for bumped indirect deps. |
| go.mod | Bumps root module Go version and key dependencies (grpc/protobuf, etc.). |
| go.sum | Updates sums for dependency bumps. |
| Dockerfile | Updates Envoy base image tag to v1.34.13. |
| CHANGELOG.md | Adds 1.7.13 release notes section. |
| .release/security-scan.hcl | Adds a new vulnerability suppression entry. |
| .go-version | Updates repo Go toolchain version to 1.25.8. |
| .changelog/1029.txt | Adds generated release-note entry for GH-1029. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * security: upgrade go version to 1.25.8 | ||
| * security: upgrade envoy version to v1.34.13 | ||
| * security: update google.golang.org/grpc to fix CVE-2026-33186 [[GH-1029](https://github.com/hashicorp/consul-dataplane/pull/1029)] |
There was a problem hiding this comment.
These new changelog bullets include trailing whitespace and a redundant "security:" prefix that isn’t used consistently elsewhere in this file (e.g., the 1.7.12 SECURITY bullets). Consider removing the trailing spaces and using consistent phrasing/capitalization (the SECURITY section already provides the context).
| * security: upgrade go version to 1.25.8 | |
| * security: upgrade envoy version to v1.34.13 | |
| * security: update google.golang.org/grpc to fix CVE-2026-33186 [[GH-1029](https://github.com/hashicorp/consul-dataplane/pull/1029)] | |
| * Upgrade go version to 1.25.8 | |
| * Upgrade envoy version to v1.34.13 | |
| * Update google.golang.org/grpc to fix CVE-2026-33186 [[GH-1029](https://github.com/hashicorp/consul-dataplane/pull/1029)] |
PCI review checklist