summarylogtreecommitdiffstats
path: root/CHANGELOG
blob: 6e68135e3a559404101d2b25f2f87b76d5fd05ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## v0.27.1 (Sep 22, 2021)

IMPROVEMENTS:

* Updated command execution on \*nix systems to call the command directly,
  without the `sh -c` wrapping shell command, *only* in cases where the command
  is a single word (no spaces). This allows docker to run in environments (like
  a minimal docker image) where there is no shell (`sh`). Multi-word commands
  will continue to use the wrapping shell call.
  [[GH-1509](https://github.com/hashicorp/consul-template/pull/1509),
  [GH-1508](https://github.com/hashicorp/consul-template/issues/1508)]

SECURITY:

* Updated golang.or/x/crypto dependency for CVE-2020-29652. [[GH-1507](https://github.com/hashicorp/consul-template/issues/1507)]