## 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)]