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

Daurnimator daurnimator at archlinux.org
Fri Feb 19 13:25:01 UTC 2021


    Date: Friday, February 19, 2021 @ 13:25:01
  Author: daurnimator
Revision: 865708

upgpkg: terraform 0.14.7-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2021-02-19 12:43:04 UTC (rev 865707)
+++ CHANGELOG.md	2021-02-19 13:25:01 UTC (rev 865708)
@@ -1,3 +1,22 @@
+## 0.14.8 (Unreleased)
+
+BUG FIXES:
+
+* core: Fix error when using sensitive values in provisioner configuration [GH-27819]
+
+## 0.14.7 (February 17, 2021)
+
+ENHANCEMENTS:
+
+* cli: Emit an "already installed" event when a provider is found already installed ([#27722](https://github.com/hashicorp/terraform/issues/27722))
+* provisioner/remote-exec: Can now run in a mode that expects the remote system to be running Windows and excuting commands using the Windows command interpreter, rather than a Unix-style shell. Specify the `target_platform` as `"windows"` in the `connection` block. ([#26865](https://github.com/hashicorp/terraform/issues/26865))
+
+BUG FIXES:
+
+* cli: Fix `show -json` not outputting the full module tree when some child modules have no resources ([#27352](https://github.com/hashicorp/terraform/issues/27352))
+* cli: Fix excessively slow rendering of very large multi-line string outputs ([#27746](https://github.com/hashicorp/terraform/issues/27746))
+* cli: Fix missing provider requirements in JSON plan when specified using `required_providers` instead of provider config ([#27697](https://github.com/hashicorp/terraform/issues/27697))
+
 ## 0.14.6 (February 04, 2021)
 
 ENHANCEMENTS:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-19 12:43:04 UTC (rev 865707)
+++ PKGBUILD	2021-02-19 13:25:01 UTC (rev 865708)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.6
+pkgver=0.14.7
 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=('84b9761e3d6627383f79744c6a0200320a23de5d6478de7c857eee8761e8caba43399506be4a06bd6f02650991b5de9dc05ebd81ac22fa38402d7d7f78318ab6')
+sha512sums=('d87da67371814d51cdb654a4af0b4a246622e8d063b50593140571a19436dd69373d0a35108dc32967ab135ed677731904b692018ef4610ecc7497fcbd1592d8')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list