[arch-commits] Commit in terraform/trunk (CHANGELOG.md PKGBUILD)

Daurnimator daurnimator at archlinux.org
Sat Mar 13 01:36:44 UTC 2021


    Date: Saturday, March 13, 2021 @ 01:36:44
  Author: daurnimator
Revision: 889989

upgpkg: terraform 0.14.8-1

Modified:
  terraform/trunk/CHANGELOG.md
  terraform/trunk/PKGBUILD

--------------+
 CHANGELOG.md |   11 +++++++++--
 PKGBUILD     |    4 ++--
 2 files changed, 11 insertions(+), 4 deletions(-)

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2021-03-13 01:15:33 UTC (rev 889988)
+++ CHANGELOG.md	2021-03-13 01:36:44 UTC (rev 889989)
@@ -1,9 +1,16 @@
-## 0.14.8 (Unreleased)
+## 0.14.8 (March 10, 2021)
 
 BUG FIXES:
 
-* core: Fix error when using sensitive values in provisioner configuration [GH-27819]
+* config: Update HCL package to fix panics when indexing using sensitive values ([#28034](https://github.com/hashicorp/terraform/issues/28034))
+* core: Fix error when using sensitive values in provisioner configuration ([#27819](https://github.com/hashicorp/terraform/issues/27819))
+* core: Fix empty diags not getting associated with source ([#28029](https://github.com/hashicorp/terraform/issues/28029))
+* backend/remote: Fix non-functional `-lock-timeout` argument when using the remote backend with local operations ([#27845](https://github.com/hashicorp/terraform/issues/27845))
 
+ENHANCEMENTS:
+
+* config: Terraform now does text processing using the rules and tables defined for Unicode 13. Previous versions were using Unicode 12 rules ([#28034](https://github.com/hashicorp/terraform/issues/28034))
+
 ## 0.14.7 (February 17, 2021)
 
 ENHANCEMENTS:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 01:15:33 UTC (rev 889988)
+++ PKGBUILD	2021-03-13 01:36:44 UTC (rev 889989)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.7
+pkgver=0.14.8
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently"
 url="https://www.terraform.io/"
@@ -12,7 +12,7 @@
 makedepends=("go")
 depends=('glibc')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha512sums=('d87da67371814d51cdb654a4af0b4a246622e8d063b50593140571a19436dd69373d0a35108dc32967ab135ed677731904b692018ef4610ecc7497fcbd1592d8')
+sha512sums=('e83675371f3181fa0c868c3536241edb3c930eaf6c5de32f456d16c15881bd5d2c6b727c0ce655a311f5609f935431026dd8e332ed448eb4b3566bcc60846645')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list