summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2022-04-10 06:44:38 +0000
committerBazaah2022-04-10 06:44:38 +0000
commitb51c175f25b13f49df9b70f81449a419952c24de (patch)
tree6c47b855952d15ad84c15ec8a0e47c24c018f0c0
parente94a743f46a449699a244fb820ad8ce9573c55d1 (diff)
downloadaur-b51c175f25b13f49df9b70f81449a419952c24de.tar.gz
consul-template-bin: 0.28.0_1 -> 0.28.1_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG18
-rw-r--r--PKGBUILD8
3 files changed, 15 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc992dbb215..87945a11f63c 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.28.0
+ pkgver = 0.28.1
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.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
+ source_x86_64 = consul-template-bin-0.28.1.zip::https://releases.hashicorp.com/consul-template/0.28.1/consul-template_0.28.1_linux_amd64.zip
+ sha256sums_x86_64 = 3afe87115cf1b77196c7a4daab6429e495cd307c49deab255ff2adf2b3923541
+ source_i686 = consul-template-bin-0.28.1.zip::https://releases.hashicorp.com/consul-template/0.28.1/consul-template_0.28.1_linux_386.zip
+ sha256sums_i686 = bf5a607b74fab031a7727a80ac34239a94cc508f0f7517a681e98e847054fbca
+ source_aarch64 = consul-template-bin-0.28.1.zip::https://releases.hashicorp.com/consul-template/0.28.1/consul-template_0.28.1_linux_arm64.zip
+ sha256sums_aarch64 = 9ac419f80c6bfad29720aa11227be6908ebc06367547fbc853d6c2fc680ebaf7
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index 8f5409465df9..fdc63b500ce8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,6 @@
-## v0.28.0 (Mar 04, 2022)
-
-BUG FIXES:
-* 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)]
-
+## v0.28.1 (Apr 04, 2022)
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)]
-
+* Allow setting template destination file ownership by name (with uid/gid compatibilty) [[GH-1541](https://github.com/hashicorp/consul-template/pull/1541), [GH-1551](https://github.com/hashicorp/consul-template/pull/1551)]
+* better writeToFile user/group ownership behaviors [[GH-1549](https://github.com/hashicorp/consul-template/pull/1549)]
+* configurable lease check wait for non-renewable secrets [[GH-1546](https://github.com/hashicorp/consul-template/pull/1546)]
diff --git a/PKGBUILD b/PKGBUILD
index b14c1f308b3d..ae79928e9a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.28.0
+pkgver=0.28.1
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=(810c6ada4ac9362838f66cf2312dd53d8d51beed37d1c2fb7c3812e1515a9372)
-sha256sums_i686=(0faab48b21b9ff2986c2ebe9bb5710dd64b1037c148841ce70223882352d4668)
-sha256sums_aarch64=(b390f80b448b09896e4d634f5c251e44ab897cf67db0e1b78e091ceef50518a0)
+sha256sums_x86_64=(3afe87115cf1b77196c7a4daab6429e495cd307c49deab255ff2adf2b3923541)
+sha256sums_i686=(bf5a607b74fab031a7727a80ac34239a94cc508f0f7517a681e98e847054fbca)
+sha256sums_aarch64=(9ac419f80c6bfad29720aa11227be6908ebc06367547fbc853d6c2fc680ebaf7)
package() {