Skip to content

Commit 74efe41

Browse files
prepping for 1.20.5 version release (#22216)
1 parent 11e4254 commit 74efe41

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changelog/22174.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```release-note:improvement
2-
dependency: upgrade consul/api to use Go 1.31.2
2+
dependency: upgraded consul/api to 1.31.2
33
```

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.20.5 (March 11, 2025)
2+
3+
SECURITY:
4+
5+
* Update `golang.org/x/crypto` to v0.35.0 to address [GO-2025-3487](https://pkg.go.dev/vuln/GO-2025-3487).
6+
Update `golang.org/x/oauth2` to v0.27.0 to address [GO-2025-3488](https://pkg.go.dev/vuln/GO-2025-3488).
7+
Update `github.com/go-jose/go-jose/v3` to v3.0.4 to address [GO-2025-3485](https://pkg.go.dev/vuln/GO-2025-3485). [[GH-22207](https://github.com/hashicorp/consul/issues/22207)]
8+
* Upgrade Go to 1.23.6. [[GH-22204](https://github.com/hashicorp/consul/issues/22204)]
9+
10+
BUG FIXES:
11+
12+
* logging: Fixed compilation error for OS NetBSD. [[GH-22184](https://github.com/hashicorp/consul/issues/22184)]
13+
114
## 1.20.4 (February 20, 2025)
215

316
IMPROVEMENTS:

version/VERSION

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

0 commit comments

Comments
 (0)