Skip to content

Commit 24bf2b6

Browse files
authored
Prepare 1.21.3 (#22502)
* Generating version for 1.21.3 * Addition of suppress vulnerabilities * Addition of suppress vulnerabilities
1 parent 1cb76f1 commit 24bf2b6

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.release/security-scan.hcl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,18 @@ 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-2025-31115",
54+
"CVE-2024-40896",
55+
"CVE-2025-3277",
56+
"CVE-2024-52533",
57+
"CVE-2025-5702",
58+
"CVE-2025-5702",
59+
"CVE-2025-5702",
60+
"CVE-2024-57970",
61+
"CVE-2025-6021",
62+
"CVE-2025-25724",
63+
"CVE-2025-3576"
5364
]
5465
paths = [
5566
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.21.3 (July 18, 2025)
2+
3+
IMPROVEMENTS:
4+
5+
* ui: Improved display and handling of IPv6 addresses for better readability and usability in the Consul web interface. [[GH-22468](https://github.com/hashicorp/consul/issues/22468)]
6+
7+
BUG FIXES:
8+
9+
* cli: validate IP address in service registration to prevent invalid IPs in service and tagged addresses. [[GH-22467](https://github.com/hashicorp/consul/issues/22467)]
10+
* ui: display IPv6 addresses with proper bracketed formatting [[GH-22423](https://github.com/hashicorp/consul/issues/22423)]
11+
112
## 1.21.2 (June 17, 2025)
213

314
SECURITY:

version/VERSION

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

0 commit comments

Comments
 (0)