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

Daurnimator daurnimator at archlinux.org
Wed Dec 9 12:07:29 UTC 2020


    Date: Wednesday, December 9, 2020 @ 12:07:28
  Author: daurnimator
Revision: 772606

upgpkg: terraform 0.14.2-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2020-12-09 12:02:15 UTC (rev 772605)
+++ CHANGELOG.md	2020-12-09 12:07:28 UTC (rev 772606)
@@ -1,3 +1,24 @@
+## 0.14.2 (December 08, 2020)
+
+BUG FIXES:
+
+* backend/remote: Disable the remote backend version compatibility check for workspaces set to use the "latest" pseudo-version. ([#27199](https://github.com/hashicorp/terraform/issues/27199))
+* providers/terraform: Disable the remote backend version compatibility check for the `terraform_remote_state` data source. This check is unnecessary, because the data source is read-only by definition. ([#27197](https://github.com/hashicorp/terraform/issues/27197))
+
+## 0.14.1 (December 08, 2020)
+
+ENHANCEMENTS:
+
+* backend/remote: When using the enhanced remote backend with commands which locally modify state, verify that the local Terraform version and the configured remote workspace Terraform version are compatible. This prevents accidentally upgrading the remote state to an incompatible version. The check is skipped for commands which do not write state, and can also be disabled by the use of a new command-line flag, `-ignore-remote-version`. ([#26947](https://github.com/hashicorp/terraform/issues/26947))
+
+BUG FIXES:
+
+* configs: Fix for errors when using multiple layers of sensitive input variables ([#27095](https://github.com/hashicorp/terraform/issues/27095))
+* configs: Fix error when using sensitive input variables in conditionals ([#27107](https://github.com/hashicorp/terraform/issues/27107))
+* core: Fix permanent diff when a resource changes only in sensitivity, for example due to changing the sensitivity of a variable or output used as an attribute value. ([#27128](https://github.com/hashicorp/terraform/issues/27128))
+* core: Fix issues where `ignore_changes` appears to not work, or causes validation errors with some resources. ([#27141](https://github.com/hashicorp/terraform/issues/27141))
+* `terraform fmt`: Fix incorrect formatting with attribute expressions enclosed in parentheses. ([#27040](https://github.com/hashicorp/terraform/issues/27040))
+
 ## 0.14.0 (December 02, 2020)
 
 NEW FEATURES:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-09 12:02:15 UTC (rev 772605)
+++ PKGBUILD	2020-12-09 12:07:28 UTC (rev 772606)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.0
+pkgver=0.14.2
 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=('4318ac4583e56c4d6c1b7faa6f14b28d7bb75c330ab1e537f0edeeae3758f479236f86c11d121efb622495ec70b0d51215facf96a0daecc68c8927466b6fabcf')
+sha512sums=('15f3bc0b9f4a9ebe6aa27f63806083ef018ef52d1424fb0e80892f3aefb6fba45660dab01da16bc39defdfbc212a714e61fe8bf8fe7206e9fc3db9074be3c655')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list