summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2023-01-12 16:12:38 +0000
committerBazaah2023-01-12 16:12:38 +0000
commit4975e9ce647123aad7e34152308c8562fdd4bace (patch)
tree1c89a4caf7c1c21adfba4a339933bf501cb2cd5a
parent2c12b9f1fc6ff758f586938f94da8aa7bcdab763 (diff)
downloadaur-4975e9ce647123aad7e34152308c8562fdd4bace.tar.gz
consul-template-bin: 0.29.5_1 -> 0.30.0_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG23
-rw-r--r--PKGBUILD8
3 files changed, 16 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf52b053183..9a1ae7a49e8f 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.5
+ pkgver = 0.30.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.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
+ source_x86_64 = consul-template-bin-0.30.0.zip::https://releases.hashicorp.com/consul-template/0.30.0/consul-template_0.30.0_linux_amd64.zip
+ sha256sums_x86_64 = c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212
+ source_i686 = consul-template-bin-0.30.0.zip::https://releases.hashicorp.com/consul-template/0.30.0/consul-template_0.30.0_linux_386.zip
+ sha256sums_i686 = c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212
+ source_aarch64 = consul-template-bin-0.30.0.zip::https://releases.hashicorp.com/consul-template/0.30.0/consul-template_0.30.0_linux_arm64.zip
+ sha256sums_aarch64 = c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index 856c1ef9faf1..82d3fc4e9d01 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,22 +1,9 @@
-## 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)
+## v0.30.0 (Jan 09, 2023)
IMPROVEMENTS:
-* Vault token management refactor to increase encapsulation and enable testing. [[GH-1645](https://github.com/hashicorp/consul-template/pull/1645)]
+* option to exit with an error upon failure to look up data (instead of blocking and waiting for it). [[GH-1695](https://github.com/hashicorp/consul-template/pull/1695), [GH-1637](https://github.com/hashicorp/consul-template/issues/1637)]
+* tweak defaults for performance improvements [[GH-1697](https://github.com/hashicorp/consul-template/pull/1697), [GH-1603](https://github.com/hashicorp/consul-template/issues/1603)]
BUG FIXES:
-* 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)]
-
+* properly respect reload/kill configured signals [[GH-1690](https://github.com/hashicorp/consul-template/pull/1690), [GH-1671](https://github.com/hashicorp/consul-template/issues/1671)]
+* Fix 'toTitle' function for a better support for word boundaries and unicode punctuation [[GH-1678](https://github.com/hashicorp/consul-template/pull/1678)]
diff --git a/PKGBUILD b/PKGBUILD
index 88bad94ac47b..083d308f23ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.29.5
+pkgver=0.30.0
pkgrel=1
pkgdesc="Template rendering, notifier, and supervisor for HashiCorp Consul and Vault data"
arch=('x86_64' 'i686' 'aarch64')
@@ -18,9 +18,9 @@ source_aarch64=(${pkgname}-${pkgver}.zip::https://releases.hashicorp.com/consul-
sha256sums=('3e678bbc1818519df21741f41b9bc60fe13c1ae0f09b1b1f707e041130484268'
'6fb7f113a9c529bcbeaec00835d86e6c99502848766c4286e6bc48c7f8a0a347'
'91274ea60b8c8f8511427f9ff85a82d92c80755668bae11c2e3fd00dbf440a9c')
-sha256sums_x86_64=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
-sha256sums_i686=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
-sha256sums_aarch64=('24aa8c67a2ac95c03524d62dd0e1815359e8c9689324b48e9c75ed2b6e25a5c8')
+sha256sums_x86_64=('c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212')
+sha256sums_i686=('c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212')
+sha256sums_aarch64=('c78db0f0eecc4d314a5130e3b4c8bd17086c6cd9080c4caf69c606de67cbe212')
package() {