Consul-Template v0.29.1 Released

Good day everyone,

We’re happy to announce a new release of Consul-Template, v0.29.1. This is primarily a bugfix release to get the pkiCert command in a more usable form, but a couple small features snuck in as well. 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:

  • Kubernetets Vault authentication support [GH-1580]
  • Nomad: add support for querying consistent subset of services [GH-1579]

BUG FIXES:

  • pkiCert now useful, getting the certificate, private key and CA [GH-1591, 1567]
  • fix issue with VaultConfig debug printing [GH-1587]
  • update crypto package version [GH-1592, GH-1582]
  • fix sort.Stable sorting [GH-1578]