Skip to content

Commit 59b8b90

Browse files
authored
Prepare release/1.21.4 (#22571)
update: add changelog for release v1.21.4
1 parent ccda574 commit 59b8b90

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.release/security-scan.hcl

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,24 @@ container {
4949
"CVE-2022-49043", # libxml2@0:2.9.13-6.el9_5.2
5050
"CVE-2025-46394",
5151
"CVE-2024-58251",
52-
"CVE-2025-47268"
52+
"CVE-2025-47268",
53+
"CVE-2024-57970",
54+
"CVE-2024-23337",
55+
"CVE-2025-3277",
56+
"CVE-2025-25724",
57+
"CVE-2025-32414",
58+
"CVE-2024-40896",
59+
"CVE-2025-3576",
60+
"CVE-2025-5702",
61+
"CVE-2025-5702",
62+
"CVE-2025-5702",
63+
"CVE-2025-6021",
64+
"CVE-2025-31115",
65+
"CVE-2024-52533",
66+
"CVE-2025-6965",
67+
"CVE-2025-8058",
68+
"CVE-2025-8058",
69+
"CVE-2025-8058"
5370
]
5471
paths = [
5572
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.21.4 (August 13, 2025)
2+
3+
SECURITY:
4+
5+
* security: Update Go to 1.23.12 to address CVE-2025-47906 [[GH-22547](https://github.com/hashicorp/consul/issues/22547)]
6+
7+
IMPROVEMENTS:
8+
9+
* ui: Replaced internal code editor with HDS (HashiCorp Design System) code editor and code block components for improved accessibility and maintainability across the Consul UI. [[GH-22513](https://github.com/hashicorp/consul/issues/22513)]
10+
11+
BUG FIXES:
12+
13+
* cli: capture pprof when ACL is enabled and a token with operator:read is used, even if enable_debug config is not explicitly set. [[GH-22552](https://github.com/hashicorp/consul/issues/22552)]
14+
115
## 1.21.3 (July 18, 2025)
216

317
IMPROVEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.4-dev
1+
1.21.4

0 commit comments

Comments
 (0)