Consul-Template Release v0.29.3

Hello everyone,

We’re happy to announce a new release of Consul-Template, v0.29.3. This is a minor bugfix release and includes a refactoring of the vault token management with greatly improved testing. See below or the changelog for more information.

You can find the new release as precompiled binaries, Docker images as well as Linux packages for Redhat or Debian based package managers.

As always, please test in an isolated environment before upgrading. If you experience issues with Consul-Template, you can report them on the GitHub issue tracker or post to the Discuss Forum for any general questions.

Thanks!

The Consul Automation Tooling Team


IMPROVEMENTS:

  • Vault token management refactor to increase encapsulation and enable testing. [GH-1645]

BUG FIXES:

  • Log child process successful exits at INFO level (not ERR). [GH-1649, GH-1282]
  • Fix reading vault agent token in wrapped format [GH-1498]
  • Fix issue with transient goroutine leak causing unnecessary memory growth. [GH-1644]
  • Fix issue with pkiCerts failing if cert file is moved. [GH-1639]