Skip to content

Commit 815740c

Browse files
authored
update: post-release changelog (#827)
* update: post-release changelog * update: version to 1.8.2
1 parent 44141cc commit 815740c

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 1.8.1 (August 14, 2025)
2+
3+
SECURITY:
4+
5+
* go: upgrade go version to 1.24.5 [[GH-800](https://github.com/hashicorp/consul-dataplane/pull/800)]
6+
* go: upgrade go discover version to 40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3 [[GH-807](https://github.com/hashicorp/consul-dataplane/pull/807)]
7+
8+
IMPROVEMENTS:
9+
10+
* Update Envoy version to 1.34.4 [[GH-808](https://github.com/hashicorp/consul-dataplane/pull/808)]
11+
12+
## 1.7.4 (August 14, 2025)
13+
14+
SECURITY:
15+
16+
* go: upgrade go version to 1.24.5 [[GH-800](https://github.com/hashicorp/consul-dataplane/pull/800)]
17+
* go: upgrade go discover version to 40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3 [[GH-807](https://github.com/hashicorp/consul-dataplane/pull/807)]
18+
* update: envoy to 1.33.6 [[GH-822](https://github.com/hashicorp/consul-dataplane/pull/822)]
19+
20+
## 1.6.8 (August 14, 2025)
21+
22+
SECURITY:
23+
24+
* go: upgrade go version to 1.24.5 [[GH-800](https://github.com/hashicorp/consul-dataplane/pull/800)]
25+
* go: upgrade go version to 40c38fd658f0fd07ce74f2ee51b8abd3bfed01b3 [[GH-807](https://github.com/hashicorp/consul-dataplane/pull/807)]
26+
* update: envoy to 1.32.9 [[GH-823](https://github.com/hashicorp/consul-dataplane/pull/823)]
27+
128
## 1.8.0 (July 21, 2025)
229

330
IMPROVEMENTS:
@@ -6,6 +33,36 @@ IMPROVEMENTS:
633
* `Update `golang.org/x/sys` to v0.31.0.`
734
* `Update `golang.org/x/text` to v0.23.0.` [[GH-702](https://github.com/hashicorp/consul-dataplane/pull/702)]
835

36+
## 1.7.3 (July 18, 2025)
37+
38+
SECURITY:
39+
40+
* Upgraded `envoy` to 1.33.5
41+
42+
## 1.6.7 (July 18, 2025)
43+
44+
SECURITY:
45+
46+
* Upgraded `envoy` to 1.32.8
47+
48+
## 1.7.2 (June 25, 2025)
49+
50+
SECURITY:
51+
52+
* cve: upgrade golang.org/x/net package to address CVE:
53+
- [GO-2025-3595](https://pkg.go.dev/vuln/GO-2025-3595)
54+
- [GHSA-vvgc-356p-c3xw](https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw) [[GH-764](https://github.com/hashicorp/consul-dataplane/pull/764)]
55+
* security: upgraded go version to 1.23.10 [[GH-759](https://github.com/hashicorp/consul-dataplane/pull/759)]
56+
57+
## 1.6.6 (June 25, 2025)
58+
59+
SECURITY:
60+
61+
* cve: upgrade golang.org/x/net package to address CVE:
62+
- [GO-2025-3595](https://pkg.go.dev/vuln/GO-2025-3595)
63+
- [GHSA-vvgc-356p-c3xw](https://osv.dev/vulnerability/GHSA-vvgc-356p-c3xw) [[GH-764](https://github.com/hashicorp/consul-dataplane/pull/764)]
64+
* security: upgraded go version to 1.23.10 [[GH-759](https://github.com/hashicorp/consul-dataplane/pull/759)]
65+
966
## 1.7.1 (May 22, 2025)
1067

1168
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.8.1"
20+
Version = "1.8.2"
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)