summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBazaah2021-04-25 14:35:18 +0000
committerBazaah2021-04-25 15:02:00 +0000
commitc95cdb9cf1475f1e8006a3b08e8bce2fbb090dda (patch)
tree2895a171d6465d411ed23b83dacdc96c0f498c29 /CHANGELOG
downloadaur-c95cdb9cf1475f1e8006a3b08e8bce2fbb090dda.tar.gz
consul-template-bin: <NIL> -> 0.25.2_1
- add PKGBUILD + SRCINFO - add local sources - add CHANGELOG for 0.25.2 - add .gitignore This commit adds a new PKGBUILD for pulling binary variants for HashiCorp's consul-template.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 000000000000..0435fd75ad13
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,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)]
+