summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2022-08-17 13:24:04 +0000
committerBazaah2022-08-17 13:24:04 +0000
commit4b4568c6d09a0a1593d38905957eddd6a84c2b9d (patch)
treea8b41c6f4c31ec5563c24fc0da69c829f00b2cbc
parentd53f21e482dbc9fb0b8ffb92d8c53e4e6124f05d (diff)
downloadaur-4b4568c6d09a0a1593d38905957eddd6a84c2b9d.tar.gz
consul-template-bin: 0.29.0_1 -> 0.29.2_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG21
-rw-r--r--PKGBUILD8
3 files changed, 21 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dc6b26e15bb..60868dbde690 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.29.0
+ pkgver = 0.29.2
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.29.0.zip::https://releases.hashicorp.com/consul-template/0.29.0/consul-template_0.29.0_linux_amd64.zip
- sha256sums_x86_64 = 9178437bde1f0f220010f17806c01b36ccb3814f065d4ebdfba53ade9832012d
- source_i686 = consul-template-bin-0.29.0.zip::https://releases.hashicorp.com/consul-template/0.29.0/consul-template_0.29.0_linux_386.zip
- sha256sums_i686 = e8812e977da1da2b2e67fb04e959d0f4a251e3b18d1f25f77e5593058b38c19c
- source_aarch64 = consul-template-bin-0.29.0.zip::https://releases.hashicorp.com/consul-template/0.29.0/consul-template_0.29.0_linux_arm64.zip
- sha256sums_aarch64 = 6bbb36d9a47be9f739452147dc4b042bbebdb8fbbaf9a432f1e2a5454478150b
+ source_x86_64 = consul-template-bin-0.29.2.zip::https://releases.hashicorp.com/consul-template/0.29.2/consul-template_0.29.2_linux_amd64.zip
+ sha256sums_x86_64 = 88d57a227967da2f7c14f702245adcf30d80ec59354ed43c8778eb7296c9d4db
+ source_i686 = consul-template-bin-0.29.2.zip::https://releases.hashicorp.com/consul-template/0.29.2/consul-template_0.29.2_linux_386.zip
+ sha256sums_i686 = f9846a385f41f11d99486002b535a065929476e86b6cc622fd9c51d9cb251f55
+ source_aarch64 = consul-template-bin-0.29.2.zip::https://releases.hashicorp.com/consul-template/0.29.2/consul-template_0.29.2_linux_arm64.zip
+ sha256sums_aarch64 = 7b2146bdc201fe89847fc411f098d0562b3690663af9490455124258f932f6d3
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index 4c7dc3c0182a..bed9198120d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,15 @@
-### v0.29.0 (Apr 20, 2022)
+## v0.29.2 (Aug 16, 2022)
IMPROVEMENTS:
-* Nomad Service Discovery! [[GH-1565](https://github.com/hashicorp/consul-template/pull/1565)]
-* New `pkiCert` template function provides self-caching certificates [[GH-1559](https://github.com/hashicorp/consul-template/pull/1559), [GH-1259](https://github.com/hashicorp/consul-template/issues/1259)]
-* Add string trim template functions [[GH-1558](https://github.com/hashicorp/consul-template/pull/1558), [GH-1544](https://github.com/hashicorp/consul-template/issues/1544)]
+* Nomad services support use of `byTab` template function. [[GH-1594](https://github.com/hashicorp/consul-template/pull/1594)]
BUG FIXES:
-* Fix issue with multiple identical templates using the same path [[GH-1573](https://github.com/hashicorp/consul-template/pull/1573)]
-* Reduce signal processing overhead [[GH-1575](https://github.com/hashicorp/consul-template/pull/1575), [GH-1548](https://github.com/hashicorp/consul-template/issues/1548)]
-* Fix issue with template user/group setting [[GH-1571](https://github.com/hashicorp/consul-template/pull/1571), [GH-1570](https://github.com/hashicorp/consul-template/issues/1570)]# v0.28.1 (Apr 04, 2022)
+* Fix issue with pkiCert caching certificate based on consul key path. [[GH-1611](https://github.com/hashicorp/consul-template/pull/1611), [GH-1607](https://github.com/hashicorp/consul-template/issues/1607)]
+* Fix issue with setting the reload_signal to an empty string ("") not disabling the reload_signal as documented. [[GH-1610](https://github.com/hashicorp/consul-template/pull/1610), [GH-1428](https://github.com/hashicorp/consul-template/issues/1428), [GH-1442](https://github.com/hashicorp/consul-template/issues/1442)]
+* Limit Setgpid setting to strictly `sh -c` wrapped calls. [[GH-1600](https://github.com/hashicorp/consul-template/pull/1600), [GH-1604](https://github.com/hashicorp/consul-template/issues/1604)]
+* Fix potential for nil pointer dereference in vault config debug output. [[GH-1586](https://github.com/hashicorp/consul-template/issues/1586)]
+
+SECURITY:
+* Filter Vault Secrets from text/template error messages, [CVE-2022-38149](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38149). [[GH-1613](https://github.com/hashicorp/consul-template/pull/1613)]
+* Updates dependencies several of which had known CVEs. [[GH-1622](https://github.com/hashicorp/consul-template/pull/1622), [GH-1614](https://github.com/hashicorp/consul-template/issues/1614)]
-IMPROVEMENTS:
-* 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 072cffac963f..7a3803eea632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.29.0
+pkgver=0.29.2
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=(9178437bde1f0f220010f17806c01b36ccb3814f065d4ebdfba53ade9832012d)
-sha256sums_i686=(e8812e977da1da2b2e67fb04e959d0f4a251e3b18d1f25f77e5593058b38c19c)
-sha256sums_aarch64=(6bbb36d9a47be9f739452147dc4b042bbebdb8fbbaf9a432f1e2a5454478150b)
+sha256sums_x86_64=(88d57a227967da2f7c14f702245adcf30d80ec59354ed43c8778eb7296c9d4db)
+sha256sums_i686=(f9846a385f41f11d99486002b535a065929476e86b6cc622fd9c51d9cb251f55)
+sha256sums_aarch64=(7b2146bdc201fe89847fc411f098d0562b3690663af9490455124258f932f6d3)
package() {