summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2022-10-08 12:27:49 +0000
committerBazaah2022-10-08 12:27:49 +0000
commit2c12b9f1fc6ff758f586938f94da8aa7bcdab763 (patch)
tree459d8ca78949da16509b5019fa8da2b4713fdfd6
parent4b4568c6d09a0a1593d38905957eddd6a84c2b9d (diff)
downloadaur-2c12b9f1fc6ff758f586938f94da8aa7bcdab763.tar.gz
consul-template-bin: 0.29.2_1 -> 0.29.5_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG27
-rw-r--r--PKGBUILD12
3 files changed, 31 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60868dbde690..2bf52b053183 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.2
+ pkgver = 0.29.5
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.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
+ source_x86_64 = consul-template-bin-0.29.5.zip::https://releases.hashicorp.com/consul-template/0.29.5/consul-template_0.29.5_linux_amd64.zip
+ sha256sums_x86_64 = 24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8
+ source_i686 = consul-template-bin-0.29.5.zip::https://releases.hashicorp.com/consul-template/0.29.5/consul-template_0.29.5_linux_386.zip
+ sha256sums_i686 = 24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8
+ source_aarch64 = consul-template-bin-0.29.5.zip::https://releases.hashicorp.com/consul-template/0.29.5/consul-template_0.29.5_linux_arm64.zip
+ sha256sums_aarch64 = 24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index bed9198120d7..856c1ef9faf1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,15 +1,22 @@
-## v0.29.2 (Aug 16, 2022)
+## v0.29.5 (Oct 04, 2022)
+
+BUG FIXES:
+* Fix issue with ownership change detection incorrectly indicating a change when a user or group was set but not both [[GH-1652](https://github.com/hashicorp/consul-template/pull/1652)]
+* Fix issue with nomad configuration setup [[GH-1653](https://github.com/hashicorp/consul-template/pull/1653)]
+
+## v0.29.4 (Sept 30, 2022)
+
+BUG FIXES:
+* Fix goroutine leak in vault token watcher on config reload. [[GH-1650](https://github.com/hashicorp/consul-template/issues/1650)]
+
+## v0.29.3 (Sept 30, 2022)
IMPROVEMENTS:
-* Nomad services support use of `byTab` template function. [[GH-1594](https://github.com/hashicorp/consul-template/pull/1594)]
+* Vault token management refactor to increase encapsulation and enable testing. [[GH-1645](https://github.com/hashicorp/consul-template/pull/1645)]
BUG FIXES:
-* 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)]
+* Log child process successful exits at INFO level (not ERR). [[GH-1649](https://github.com/hashicorp/consul-template/pull/1649), [GH-1282](https://github.com/hashicorp/consul-template/issues/1282)]
+* Fix reading vault agent token in wrapped format [[GH-1498](https://github.com/hashicorp/consul-template/issues/1498)]
+* Fix issue with transient goroutine leak causing unnecessary memory growth. [[GH-1644](https://github.com/hashicorp/consul-template/pull/1644)]
+* Fix issue with pkiCerts failing if cert file is moved. [[GH-1639](https://github.com/hashicorp/consul-template/pull/1639)]
diff --git a/PKGBUILD b/PKGBUILD
index 7a3803eea632..88bad94ac47b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.29.2
+pkgver=0.29.5
pkgrel=1
pkgdesc="Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data"
arch=('x86_64' 'i686' 'aarch64')
@@ -15,10 +15,12 @@ source=('example.hcl' 'consul-template@.service' 'consul-template.target')
source_x86_64=(${pkgname}-${pkgver}.zip::https://releases.hashicorp.com/consul-template/${pkgver}/consul-template_${pkgver}_linux_amd64.zip)
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=(88d57a227967da2f7c14f702245adcf30d80ec59354ed43c8778eb7296c9d4db)
-sha256sums_i686=(f9846a385f41f11d99486002b535a065929476e86b6cc622fd9c51d9cb251f55)
-sha256sums_aarch64=(7b2146bdc201fe89847fc411f098d0562b3690663af9490455124258f932f6d3)
+sha256sums=('3e678bbc1818519df21741f41b9bc60fe13c1ae0f09b1b1f707e041130484268'
+ '6fb7f113a9c529bcbeaec00835d86e6c99502848766c4286e6bc48c7f8a0a347'
+ '91274ea60b8c8f8511427f9ff85a82d92c80755668bae11c2e3fd00dbf440a9c')
+sha256sums_x86_64=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
+sha256sums_i686=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
+sha256sums_aarch64=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
package() {