Skip to content

Commit a1ec55b

Browse files
authored
Post release main (#798)
* Updating envoy version to latest * Updating changelog and versions
1 parent 05d9f12 commit a1ec55b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.8.0 (July 21, 2025)
2+
3+
IMPROVEMENTS:
4+
5+
* `Update `golang.org/x/net` to v0.37.0.`
6+
* `Update `golang.org/x/sys` to v0.31.0.`
7+
* `Update `golang.org/x/text` to v0.23.0.` [[GH-702](https://github.com/hashicorp/consul-dataplane/pull/702)]
8+
19
## 1.7.1 (May 22, 2025)
210

311
SECURITY:

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
//
1818
// Version must conform to the format expected by github.com/hashicorp/go-version
1919
// for tests to work.
20-
Version = "1.7.2"
20+
Version = "1.8.1"
2121

2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)