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

Daurnimator daurnimator at archlinux.org
Fri Feb 5 12:48:12 UTC 2021


    Date: Friday, February 5, 2021 @ 12:48:11
  Author: daurnimator
Revision: 846010

upgpkg: terraform 0.14.6-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2021-02-05 12:48:11 UTC (rev 846009)
+++ CHANGELOG.md	2021-02-05 12:48:11 UTC (rev 846010)
@@ -1,3 +1,19 @@
+## 0.14.6 (February 04, 2021)
+
+ENHANCEMENTS:
+
+* backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials ([#27620](https://github.com/hashicorp/terraform/issues/27620))
+
+BUG FIXES:
+
+* cli: Rerunning `init` will reuse installed providers rather than fetching the provider again ([#27582](https://github.com/hashicorp/terraform/issues/27582))
+* config: Fix panic when applying a config using sensitive values in some block sets ([#27635](https://github.com/hashicorp/terraform/issues/27635))
+* core: Fix "Invalid planned change" error when planning tainted resource which no longer exists ([#27563](https://github.com/hashicorp/terraform/issues/27563))
+* core: Fix panic when refreshing data source which contains sensitive values ([#27567](https://github.com/hashicorp/terraform/issues/27567))
+* core: Fix init with broken link in plugin_cache_dir ([#27447](https://github.com/hashicorp/terraform/issues/27447))
+* core: Prevent evaluation of removed data source instances during plan ([#27621](https://github.com/hashicorp/terraform/issues/27621))
+* core: Don't plan changes for outputs that remain null ([#27512](https://github.com/hashicorp/terraform/issues/27512))
+
 ## 0.14.5 (January 20, 2021)
 
 ENHANCEMENTS:

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-05 12:48:11 UTC (rev 846009)
+++ PKGBUILD	2021-02-05 12:48:11 UTC (rev 846010)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnimator at archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.5
+pkgver=0.14.6
 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=('f18744d32006c2ecf0217d1710c2134d7aa2c2eacbbc2cfa445e786611250d14508b13fef763a1c4820f357481eebc21649cef8f8c7d3774ff62680d2fc7f2d5')
+sha512sums=('84b9761e3d6627383f79744c6a0200320a23de5d6478de7c857eee8761e8caba43399506be4a06bd6f02650991b5de9dc05ebd81ac22fa38402d7d7f78318ab6')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list