Skip to content

Releases: hashicorp/consul-template

v0.41.1

24 Jul 10:28
80a4e25
Compare
Choose a tag to compare

0.41.1 (July 24, 2025)

IMPROVEMENTS:

BUG FIXES:

  • fix: consul-template handling of secret reads when namespace equals mount path #2075

v0.41.0

05 Jun 14:06
e460acc
Compare
Choose a tag to compare

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:

  • fix: timeout issues for list.peerings GH-2042
  • fix: use 3.21 instead of latest for alpine in Dockerfile GH-2064

v0.40.0

14 Feb 12:07
781ce19
Compare
Choose a tag to compare
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

16 Jul 17:24
cc8f954
Compare
Choose a tag to compare
Merge pull request #1967 from hashicorp/jm/cve-retryablehttp

bump github.com/hashicorp/go-retryablehttp due to CVE

v0.39.0

20 Jun 20:25
9e7e00e
Compare
Choose a tag to compare

0.39.0 (June 20, 2024)
NEW FEATURES:

Add support for support for sameness groups [https://github.com//pull/1899]

v0.38.1

06 Jun 20:52
199f4a3
Compare
Choose a tag to compare
Merge pull request #1950 from hashicorp/prep-0.38.1

[NET-9900] Prep for release of v0.38.1

v0.38.0

03 Jun 18:48
507ac65
Compare
Choose a tag to compare
Merge pull request #1947 from hashicorp/0-37-7-changelog

[NET-9610] Prep for release of v0.38.0

v0.37.6

06 May 22:33
358ff54
Compare
Choose a tag to compare
Merge pull request #1925 from hashicorp/Bump_Version_0_37.6

Version bump to 0.37.6

v0.37.5

01 May 20:43
d62d7ce
Compare
Choose a tag to compare
Merge pull request #1918 from hashicorp/release/0.37.5

Bumped net/http version

v0.37.4

27 Mar 14:01
e3ced0f
Compare
Choose a tag to compare

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.