Skip to content

Commit

Permalink
Merge pull request #1916 from hashicorp/Pre_Release_Updates_0.37.5
Browse files Browse the repository at this point in the history
Pre Release Updates for 0.37.5
  • Loading branch information
divyaac authored Apr 30, 2024
2 parents 894c4cf + 0bc2412 commit ca6d28a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.37.5 (April 30, 2024)
IMPROVEMENTS:
* Formatting changes [GH-1901]https://github.com/hashicorp/consul-template/pull/1901
* Use lifespan instead of duration when calculating TTL for PKI certificate renewal [GH-1865]https://github.com/hashicorp/consul-template/pull/1865
* PKI Certificate renewal time can be configured using the VaultLeaseRenewal threshold value [GH-1908]https://github.com/hashicorp/consul-template/pull/1908

BUG FIXES:
* Fix linters [GH-1902]https://github.com/hashicorp/consul-template/pull/1902


# 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](https://github.com/hashicorp/consul-template/pull/1897)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package version
import "fmt"

const (
Version = "0.37.4"
Version = "0.37.5"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit ca6d28a

Please sign in to comment.