Skip to content

Commit 136b9cb

Browse files
stage v1.21.2 (#22418)
* supress container CVEs * add changelog for v1.21.2 * fix changelog
1 parent dd95b56 commit 136b9cb

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

.changelog/22409.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```release-note:security
2-
Upgrade UBI base image version to address CVE
2+
security: Upgrade UBI base image version to address CVE
33
[CVE-2025-4802](https://access.redhat.com/security/cve/cve-2025-4802)
44
[CVE-2024-40896](https://access.redhat.com/security/cve/cve-2024-40896)
55
[CVE-2024-12243](https://nvd.nist.gov/vuln/detail/CVE-2024-12243)

.release/security-scan.hcl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ 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", # xz-libs@0:5.2.5-8.el9_0,
54+
"CVE-2024-40896", # libxml2@0:2.9.13-9.el9_6
55+
"CVE-2025-3277", # sqlite-libs@0:3.34.1-7.el9_3
56+
"CVE-2024-57970" # libarchive@0:3.5.3-4.el9
5357
]
5458
paths = [
5559
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 1.21.2 (June 17, 2025)
2+
3+
SECURITY:
4+
5+
* security: Upgrade UBI base image version to address CVE
6+
[CVE-2025-4802](https://access.redhat.com/security/cve/cve-2025-4802)
7+
[CVE-2024-40896](https://access.redhat.com/security/cve/cve-2024-40896)
8+
[CVE-2024-12243](https://nvd.nist.gov/vuln/detail/CVE-2024-12243)
9+
[CVE-2025-24528](https://access.redhat.com/security/cve/cve-2025-24528)
10+
[CVE-2025-3277](https://access.redhat.com/security/cve/cve-2025-3277)
11+
[CVE-2024-12133](https://access.redhat.com/security/cve/cve-2024-12133)
12+
[CVE-2024-57970](https://access.redhat.com/security/cve/cve-2024-57970)
13+
[CVE-2025-31115](https://access.redhat.com/security/cve/cve-2025-31115) [[GH-22409](https://github.com/hashicorp/consul/issues/22409)]
14+
* cli: update tls ca and cert create to reduce excessive file perms for generated public files [[GH-22286](https://github.com/hashicorp/consul/issues/22286)]
15+
* connect: Added non default namespace and partition checks to ConnectCA CSR requests. [[GH-22376](https://github.com/hashicorp/consul/issues/22376)]
16+
* security: Upgrade Go to 1.23.10. [[GH-22412](https://github.com/hashicorp/consul/issues/22412)]
17+
18+
IMPROVEMENTS:
19+
20+
* config: Warn about invalid characters in `datacenter` resulting in non-generation of X.509 certificates when using external CA for agent TLS communication. [[GH-22382](https://github.com/hashicorp/consul/issues/22382)]
21+
* connect: Use net.JoinHostPort for host:port formatting to handle IPv6. [[GH-22359](https://github.com/hashicorp/consul/issues/22359)]
22+
23+
BUG FIXES:
24+
25+
* http: return a clear error when both Service.Service and Service.ID are missing during catalog registration [[GH-22381](https://github.com/hashicorp/consul/issues/22381)]
26+
* license: (Enterprise only) Fixed issue where usage metrics are not written to the snapshot to export the license data. [[GH-10668](https://github.com/hashicorp/consul/issues/10668)]
27+
* wan-federation: Fixed an issue where advertised IPv6 addresses were causing WAN federation to fail. [[GH-22226](https://github.com/hashicorp/consul/issues/22226)]
28+
129
## 1.21.1 (May 21, 2025)
230

331
FEATURES:

version/VERSION

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

0 commit comments

Comments
 (0)