summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 3 insertions, 15 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6e68135e3a55..0d0be8bc4804 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,4 @@
-## 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)]
+## v0.27.2 (Nov 05, 2021)
+BUG FIXES:
+* Syslog doesn't work after upgrade to 0.27 [[GH-1523](https://github.com/hashicorp/consul-template/issues/1523), [GH-1529](https://github.com/hashicorp/consul-template/pull/1529)]