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

Daurnimator daurnimator at archlinux.org
Fri Jan 8 09:25:01 UTC 2021


    Date: Friday, January 8, 2021 @ 09:25:01
  Author: daurnimator
Revision: 813687

upgpkg: terraform 0.14.4-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2021-01-08 08:11:41 UTC (rev 813686)
+++ CHANGELOG.md	2021-01-08 09:25:01 UTC (rev 813687)
@@ -1,3 +1,17 @@
+## 0.14.4 (January 06, 2021)
+
+UPGRADE NOTES:
+
+* This release disables the remote Terraform version check feature for plan and apply operations. This fixes an issue with using custom Terraform version bundles in Terraform Enterprise. ([#27319](https://github.com/hashicorp/terraform/issues/27319))
+
+BUG FIXES:
+
+* backend/remote: Disable remote Terraform workspace version check when the remote workspace is in local operations mode ([[#27407](https://github.com/hashicorp/terraform/issues/27407)])
+* core: Fix panic when using `sensitive` values as arguments to data sources ([[#27335](https://github.com/hashicorp/terraform/issues/27335)])
+* core: Fix panic when using `sensitive` values as `count` arguments on validate ([[#27410](https://github.com/hashicorp/terraform/issues/27410)])
+* core: Fix panic when passing `sensitive` values to module input variables which have custom variable validation ([[#27412](https://github.com/hashicorp/terraform/issues/27412)])
+* dependencies: Upgrade HCL to v2.8.2, fixing several bugs with `sensitive` values ([[#27420](https://github.com/hashicorp/terraform/issues/27420)])
+
 ## 0.14.3 (December 17, 2020)
 
 ENHANCEMENTS:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-08 08:11:41 UTC (rev 813686)
+++ PKGBUILD	2021-01-08 09:25:01 UTC (rev 813687)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.3
+pkgver=0.14.4
 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=('fdfc82d74f530ccb984223f5d988a059ad61a6316892077a8fda13bca0b3726a31eeba714a397de82abb42b4fac537c267082da3fd0b3243231be279cc02556b')
+sha512sums=('b39d081e03a9a2272ba979ae236049d1b5825110e0cae35961de42464e98d531a8be8b4c1fae150c10d148583cada30ff820f8a09cd71e2ea7bae43e8367f2c4')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list