Skip to content

Prepare 1.7.13 for march patch#1035

Merged
paras-gupta2 merged 10 commits intorelease/1.7.13from
prepare-1.7.13
Mar 24, 2026
Merged

Prepare 1.7.13 for march patch#1035
paras-gupta2 merged 10 commits intorelease/1.7.13from
prepare-1.7.13

Conversation

@paras-gupta2
Copy link
Copy Markdown
Contributor

PCI review checklist

  • update: changelog for release 1.7.13
  • envoy version v1.34.13
  • go version upgrade to 1.25.8
  • Fix cve CVE-2026-33186

Copilot AI review requested due to automatic review settings March 24, 2026 15:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.13 release versioning (remove dev prerelease marker) and add release notes/changelog entry.
  • Bump Go toolchain version to 1.25.8 and update key Go module dependencies (notably google.golang.org/grpc).
  • Update Envoy base image to distroless-v1.34.13 and 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.

Comment thread CHANGELOG.md Outdated
Comment on lines +4 to +6
* 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)]
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
* 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)]

Copilot uses AI. Check for mistakes.
Comment thread .changelog/1028.txt
Comment thread .release/security-scan.hcl
@paras-gupta2 paras-gupta2 requested review from a team as code owners March 24, 2026 15:06
@paras-gupta2 paras-gupta2 merged commit 3a729a7 into release/1.7.13 Mar 24, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants