Skip to content

Commit

Permalink
v0.29.1 changelog and version bumb
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Jun 24, 2022
1 parent 284f55a commit 4525703
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v0.29.1 (Jun 24, 2022)

IMPROVEMENTS:

* Kubernetets Vault authentication support [[GH-1580](https://github.com/hashicorp/consul-template/pull/1580)]
* Nomad: add support for querying consistent subset of services [[GH-1579](https://github.com/hashicorp/consul-template/pull/1579)]

BUG FIXES:

* pkiCert now useful, getting the certificate, private key and CA [[GH-1591](https://github.com/hashicorp/consul-template/pull/1591), [1567](https://github.com/hashicorp/consul-template/issues/1567)]
* fix issue with VaultConfig debug printing [[GH-1587](https://github.com/hashicorp/consul-template/pull/1587)]
* update crypto package version [[GH-1592](https://github.com/hashicorp/consul-template/pull/1592), [GH-1582](https://github.com/hashicorp/consul-template/issues/1582)]
* fix sort.Stable sorting [[GH-1578](https://github.com/hashicorp/consul-template/pull/1578)]


## v0.29.0 (Apr 20, 2022)

IMPROVEMENTS:
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.29.0"
Version = "0.29.1"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 4525703

Please sign in to comment.