Skip to content

Commit 2565bb9

Browse files
chore: update changelog and version for 1.20.3 (#22157)
update changelog and version for 1.20.3
1 parent e36618b commit 2565bb9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.20.3 (February 13, 2025)
2+
3+
SECURITY:
4+
5+
* Upgrade Go to use v1.22.11 and bump Go X-Repositories to latest. This addresses CVE
6+
[CVE-2024-45341](https://nvd.nist.gov/vuln/detail/CVE-2024-45341) and
7+
[CVE-2024-45336](https://nvd.nist.gov/vuln/detail/CVE-2024-45336) [[GH-22084](https://github.com/hashicorp/consul/issues/22084)]
8+
* Upgrade Go to use v1.22.12 and bump Go X-Repositories to latest. This addresses CVE
9+
[CVE-2025-22866](https://nvd.nist.gov/vuln/detail/CVE-2025-22866) [[GH-22132](https://github.com/hashicorp/consul/issues/22132)]
10+
11+
IMPROVEMENTS:
12+
13+
* connect: update supported envoy versions to 1.33.0, 1.32.3 [[GH-22138](https://github.com/hashicorp/consul/issues/22138)]
14+
* metadata: memoize the parsed build versions [[GH-22113](https://github.com/hashicorp/consul/issues/22113)]
15+
16+
BUG FIXES:
17+
18+
* Fixed logging error while building for OpenBSD OS [[GH-22120](https://github.com/hashicorp/consul/pull/22120)] [[GH-22120](https://github.com/hashicorp/consul/issues/22120)]
19+
* api-gateway: Fixed TLS configuration to properly enforce listener TLS versions and cipher suites [[GH-21984](https://github.com/hashicorp/consul/issues/21984)]
20+
* aws-auth: Fix bug where calls to AWS IAM and STS services error out due to URL with multiple trailing slashes. [[GH-22109](https://github.com/hashicorp/consul/issues/22109)]
21+
122
## 1.20.2 (December 26, 2024)
223
SECURITY:
324
* Removed ability to use bexpr to filter results without ACL read on endpoint [[GH-21950](https://github.com/hashicorp/consul/issues/21950)]

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.3-dev
1+
1.20.4-dev

0 commit comments

Comments
 (0)