summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2021-11-07 11:43:44 +0000
committerBazaah2021-11-07 11:43:44 +0000
commit28a242ce146c4f455cfcc1ebbd700bebef9053b8 (patch)
tree17eaca2d59f2e2348b5e0963208a548a54883ec4
parent1f84dd134fe56173c79926f14b0a19b26366a7ec (diff)
downloadaur-28a242ce146c4f455cfcc1ebbd700bebef9053b8.tar.gz
consul-template-bin: 0.27.1_1 -> 0.27.2_1
- update CHANGELOG - regenerate .SRCINFO
-rw-r--r--.SRCINFO14
-rw-r--r--CHANGELOG18
-rw-r--r--PKGBUILD8
3 files changed, 14 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e0e320de71a..f3068df6dca1 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.1
+ pkgver = 0.27.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.27.1.zip::https://releases.hashicorp.com/consul-template/0.27.1/consul-template_0.27.1_linux_amd64.zip
- sha256sums_x86_64 = db340b7555105d004caf8fad10e1d53ee0bd2320572c4560387279e92490f807
- source_i686 = consul-template-bin-0.27.1.zip::https://releases.hashicorp.com/consul-template/0.27.1/consul-template_0.27.1_linux_386.zip
- sha256sums_i686 = 0f2f1db2bac85a0ff7e0a3bc951b362f6bd97cf06d2fc0fecdba70a3881c1950
- source_aarch64 = consul-template-bin-0.27.1.zip::https://releases.hashicorp.com/consul-template/0.27.1/consul-template_0.27.1_linux_arm64.zip
- sha256sums_aarch64 = 210ddabf1c02e0cc45ceaf0d0e0918a33704ea6c20fa9de8b5e3806e3dd35729
+ 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
pkgname = consul-template-bin
diff --git a/CHANGELOG b/CHANGELOG
index 6e68135e3a55..0d0be8bc4804 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,16 +1,4 @@
-## v0.27.1 (Sep 22, 2021)
-
-IMPROVEMENTS:
-
-* Updated command execution on \*nix systems to call the command directly,
- without the `sh -c` wrapping shell command, *only* in cases where the command
- is a single word (no spaces). This allows docker to run in environments (like
- a minimal docker image) where there is no shell (`sh`). Multi-word commands
- will continue to use the wrapping shell call.
- [[GH-1509](https://github.com/hashicorp/consul-template/pull/1509),
- [GH-1508](https://github.com/hashicorp/consul-template/issues/1508)]
-
-SECURITY:
-
-* Updated golang.or/x/crypto dependency for CVE-2020-29652. [[GH-1507](https://github.com/hashicorp/consul-template/issues/1507)]
+## v0.27.2 (Nov 05, 2021)
+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)]
diff --git a/PKGBUILD b/PKGBUILD
index 01b7da8fbd4b..afc9327fadfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Paul Stemmet <aur@luxolus.com>
pkgname=consul-template-bin
-pkgver=0.27.1
+pkgver=0.27.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=(db340b7555105d004caf8fad10e1d53ee0bd2320572c4560387279e92490f807)
-sha256sums_i686=(0f2f1db2bac85a0ff7e0a3bc951b362f6bd97cf06d2fc0fecdba70a3881c1950)
-sha256sums_aarch64=(210ddabf1c02e0cc45ceaf0d0e0918a33704ea6c20fa9de8b5e3806e3dd35729)
+sha256sums_x86_64=(d3d428ede8cb6e486d74b74deb9a7cdba6a6de293f3311f178cc147f1d1837e8)
+sha256sums_i686=(31ad36a7663fef454ceecfe67d7b33ed830932d329d38b7e0eb2ff8d51757d92)
+sha256sums_aarch64=(4ea1ac760a4deee9c1297c8c2e57f5a98dd4ecdf75d6e26b1f1105918b23f195)
package() {