summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2022-03-04 15:30:48 +0000
committerBazaah2022-03-04 15:30:48 +0000
commite94a743f46a449699a244fb820ad8ce9573c55d1 (patch)
treefc14a7a738e0d9f7b095ceeb2499cf5f60e0b9cc
parentb2b6e0ac17c41fc4cb564b575bcc7e0bfb9d92df (diff)
downloadaur-e94a743f46a449699a244fb820ad8ce9573c55d1.tar.gz
consul-template-bin: 0.27.2_1 -> 0.28.0_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD8
3 files changed, 25 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3068df6dca1..7cc992dbb215 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = consul-template-bin
pkgdesc = Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data
- pkgver = 0.27.2
+ pkgver = 0.28.0
pkgrel = 1
url = https://github.com/hashicorp/consul-template
changelog = CHANGELOG
@@ -20,11 +20,11 @@ pkgbase = consul-template-bin
sha256sums = 3e678bbc1818519df21741f41b9bc60fe13c1ae0f09b1b1f707e041130484268
sha256sums = 6fb7f113a9c529bcbeaec00835d86e6c99502848766c4286e6bc48c7f8a0a347
sha256sums = 91274ea60b8c8f8511427f9ff85a82d92c80755668bae11c2e3fd00dbf440a9c
- source_x86_64 = consul-template-bin-0.27.2.zip::https://releases.hashicorp.com/consul-template/0.27.2/consul-template_0.27.2_linux_amd64.zip
- sha256sums_x86_64 = d3d428ede8cb6e486d74b74deb9a7cdba6a6de293f3311f178cc147f1d1837e8
- source_i686 = consul-template-bin-0.27.2.zip::https://releases.hashicorp.com/consul-template/0.27.2/consul-template_0.27.2_linux_386.zip
- sha256sums_i686 = 31ad36a7663fef454ceecfe67d7b33ed830932d329d38b7e0eb2ff8d51757d92
- source_aarch64 = consul-template-bin-0.27.2.zip::https://releases.hashicorp.com/consul-template/0.27.2/consul-template_0.27.2_linux_arm64.zip
- sha256sums_aarch64 = 4ea1ac760a4deee9c1297c8c2e57f5a98dd4ecdf75d6e26b1f1105918b23f195
+ source_x86_64 = consul-template-bin-0.28.0.zip::https://releases.hashicorp.com/consul-template/0.28.0/consul-template_0.28.0_linux_amd64.zip
+ sha256sums_x86_64 = 810c6ada4ac9362838f66cf2312dd53d8d51beed37d1c2fb7c3812e1515a9372
+ source_i686 = consul-template-bin-0.28.0.zip::https://releases.hashicorp.com/consul-template/0.28.0/consul-template_0.28.0_linux_386.zip
+ sha256sums_i686 = 0faab48b21b9ff2986c2ebe9bb5710dd64b1037c148841ce70223882352d4668
+ source_aarch64 = consul-template-bin-0.28.0.zip::https://releases.hashicorp.com/consul-template/0.28.0/consul-template_0.28.0_linux_arm64.zip
+ sha256sums_aarch64 = b390f80b448b09896e4d634f5c251e44ab897cf67db0e1b78e091ceef50518a0
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index 0d0be8bc4804..8f5409465df9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,16 @@
-## v0.27.2 (Nov 05, 2021)
+## v0.28.0 (Mar 04, 2022)
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)]
+* Fix issue returning typed nil pointers in template functions [[GH-1535](https://github.com/hashicorp/consul-template/pull/1535), [GH-1418](https://github.com/hashicorp/consul-template/issues/1418)]
+* Support secret write queries w/ an empty write [[GH-1532](https://github.com/hashicorp/consul-template/pull/1532), [GH-1453](https://github.com/hashicorp/consul-template/issues/1453)]
+
+
+IMPROVEMENTS:
+* Add sprig library [[GH-1312](https://github.com/hashicorp/consul-template/pull/1312)]
+* Add option to make template errors non-fatal [[GH-1420](https://github.com/hashicorp/consul-template/pull/1420), [GH-1419](https://github.com/hashicorp/consul-template/issues/1419), [GH-1289](https://github.com/hashicorp/consul-template/issues/1289)]
+* Support for accepting a custom logger for a child process [[GH-1515](https://github.com/hashicorp/consul-template/pull/1515)]
+* Add support for providing Consul ACL Token via a file [[GH-1516](https://github.com/hashicorp/consul-template/pull/1516), [GH-1429](https://github.com/hashicorp/consul-template/issues/1429)]
+* Allow setting user/group ownership of template output [[GH-1531](https://github.com/hashicorp/consul-template/pull/1531), [GH-1497](https://github.com/hashicorp/consul-template/issues/1497), [GH-639](https://github.com/hashicorp/consul-template/issues/639)]
+* Logging to file [[GH-1534](https://github.com/hashicorp/consul-template/pull/1534), [GH-1416](https://github.com/hashicorp/consul-template/issues/1416)]]
+* Support command/exec lists [[GH-1543](https://github.com/hashicorp/consul-template/pull/1543), [GH-1518](https://github.com/hashicorp/consul-template/issues/1518)]
+
diff --git a/PKGBUILD b/PKGBUILD
index afc9327fadfd..b14c1f308b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.27.2
+pkgver=0.28.0
pkgrel=1
pkgdesc="Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data"
arch=('x86_64' 'i686' 'aarch64')
@@ -16,9 +16,9 @@ source_x86_64=(${pkgname}-${pkgver}.zip::https://releases.hashicorp.com/consul-t
source_i686=(${pkgname}-${pkgver}.zip::https://releases.hashicorp.com/consul-template/${pkgver}/consul-template_${pkgver}_linux_386.zip)
source_aarch64=(${pkgname}-${pkgver}.zip::https://releases.hashicorp.com/consul-template/${pkgver}/consul-template_${pkgver}_linux_arm64.zip)
sha256sums=(3e678bbc1818519df21741f41b9bc60fe13c1ae0f09b1b1f707e041130484268 6fb7f113a9c529bcbeaec00835d86e6c99502848766c4286e6bc48c7f8a0a347 91274ea60b8c8f8511427f9ff85a82d92c80755668bae11c2e3fd00dbf440a9c)
-sha256sums_x86_64=(d3d428ede8cb6e486d74b74deb9a7cdba6a6de293f3311f178cc147f1d1837e8)
-sha256sums_i686=(31ad36a7663fef454ceecfe67d7b33ed830932d329d38b7e0eb2ff8d51757d92)
-sha256sums_aarch64=(4ea1ac760a4deee9c1297c8c2e57f5a98dd4ecdf75d6e26b1f1105918b23f195)
+sha256sums_x86_64=(810c6ada4ac9362838f66cf2312dd53d8d51beed37d1c2fb7c3812e1515a9372)
+sha256sums_i686=(0faab48b21b9ff2986c2ebe9bb5710dd64b1037c148841ce70223882352d4668)
+sha256sums_aarch64=(b390f80b448b09896e4d634f5c251e44ab897cf67db0e1b78e091ceef50518a0)
package() {