Skip to content

Commit

Permalink
v0.27.2 changelog and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Nov 5, 2021
1 parent 1402218 commit fb929ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 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)]

## 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
Expand All @@ -11,7 +15,6 @@ IMPROVEMENTS:
[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)]


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "fmt"

const (
Version = "0.27.1"
Version = "0.27.2"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit fb929ef

Please sign in to comment.