summarylogtreecommitdiffstats
path: root/CHANGELOG
blob: 0435fd75ad13c1997ed9e1ff062fe42e702cd564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## v0.25.2 (Feb 19, 2021)

BREAKING CHANGES:
* version output from -v/-version should go to STDOUT (not STDERR)[[GH-1452](https://github.com/hashicorp/consul-template/issues/1452), [GH-1455](https://github.com/hashicorp/consul-template/pull/1455)]
* log date output format consistency fix [[GH-1412](https://github.com/hashicorp/consul-template/pull/1412)]

BUG FIXES:
* fix extra logging/broken log levels [[GH-1438](https://github.com/hashicorp/consul-template/issues/1438), [GH-1426](https://github.com/hashicorp/consul-template/issues/1426), [GH-1454](https://github.com/hashicorp/consul-template/pull/1454), []()]
* fix issue with vault secret panic/missing nil check [[GH-1450](https://github.com/hashicorp/consul-template/issues/1450), [GH-1447](https://github.com/hashicorp/consul-template/pull/1447)]
* Override block_query_wait doesn't work [[GH-1441](https://github.com/hashicorp/consul-template/issues/1441), [GH-1443](https://github.com/hashicorp/consul-template/pull/1443)]

IMPROVEMENTS:
* vault secret ttl handling [[Gh-1451](https://github.com/hashicorp/consul-template/pull/1451)]