Releases: hashicorp/consul-template
Releases · hashicorp/consul-template
v0.41.1
0.41.1 (July 24, 2025)
IMPROVEMENTS:
- update: go version to 1.24.4 to address CVE-2025-22874
BUG FIXES:
- fix: consul-template handling of secret reads when namespace equals mount path #2075
v0.41.0
0.41.0 (June 5, 2025)
IMPROVEMENTS:
- feat: Pre-compute Sprig template functions during package init GH-2052
- update: go version to 1.24.3 GH-2063
- security: go-jose/v4 to v4.1.0 to fix CVE-2025-27144 GH-2063
- update: github.com/hashicorp/consul/api to v1.32.1 GH-2063
- update: github.com/hashicorp/vault/api to v1.16.0 GH-2063
BUG FIXES:
v0.40.0
Update CHANGELOG and version files for release 0.40.0 (#2022) * Update CHANGELOG and version files * - Removing caching for post set up go step issue for CI workflow - Increasing timeout and verbosity for workflow logs - Fixed fail fast issue for two jobs in workflow to fail independently and avoid caching race conditions * Change version bump from patch to minor release
v0.39.1
Merge pull request #1967 from hashicorp/jm/cve-retryablehttp bump github.com/hashicorp/go-retryablehttp due to CVE
v0.39.0
0.39.0 (June 20, 2024)
NEW FEATURES:
Add support for support for sameness groups [https://github.com//pull/1899]
v0.38.1
Merge pull request #1950 from hashicorp/prep-0.38.1 [NET-9900] Prep for release of v0.38.1
v0.38.0
Merge pull request #1947 from hashicorp/0-37-7-changelog [NET-9610] Prep for release of v0.38.0
v0.37.6
Merge pull request #1925 from hashicorp/Bump_Version_0_37.6 Version bump to 0.37.6
v0.37.5
Merge pull request #1918 from hashicorp/release/0.37.5 Bumped net/http version
v0.37.4
0.37.4 (March 27, 2024)
IMPROVEMENTS:
- Add a
ServerErrCh
to the runner that that will surface server errors back to the caller. GH-1897
BUG FIXES:
- Fixed a goroutine leak where dependencies could be added after a runner stops. GH-1898
Please also note that the git tag 0.37.3 includes all the changes in 0.37.4 but was not officially released.