Skip to content

Commit e4dadd2

Browse files
authored
Merge pull request #2066 from hashicorp/prep-release/0.41.0
Prep release/0.41.0
2 parents d55aba4 + bcd6a9a commit e4dadd2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.41.0 (June 5, 2025)
2+
3+
IMPROVEMENTS:
4+
* feat: Pre-compute Sprig template functions during package init [GH-2052](https://github.com/hashicorp/consul-template/pull/2052)
5+
* update: go version to 1.24.3 [GH-2063](https://github.com/hashicorp/consul-template/pull/2063)
6+
* security: go-jose/v4 to v4.1.0 to fix CVE-2025-27144 [GH-2063](https://github.com/hashicorp/consul-template/pull/2063)
7+
* update: github.com/hashicorp/consul/api to v1.32.1 [GH-2063](https://github.com/hashicorp/consul-template/pull/2063)
8+
* update: github.com/hashicorp/vault/api to v1.16.0 [GH-2063](https://github.com/hashicorp/consul-template/pull/2063)
9+
10+
BUG FIXES:
11+
* fix: timeout issues for list.peerings [GH-2042](https://github.com/hashicorp/consul-template/pull/2042)
12+
* fix: use 3.21 instead of latest for alpine in Dockerfile [GH-2064](https://github.com/hashicorp/consul-template/pull/2064)
13+
114
# 0.40.0 (February 14, 2025)
215

316
IMPROVEMENTS:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package version
66
import "fmt"
77

88
const (
9-
Version = "0.40.1"
9+
Version = "0.41.0"
1010
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
1111
)
1212

0 commit comments

Comments
 (0)