Date: Sunday, December 27, 2020 @ 23:50:32
  Author: daurnimator
Revision: 794079

upgpkg: terraform 0.14.3-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md        2020-12-27 23:50:27 UTC (rev 794078)
+++ CHANGELOG.md        2020-12-27 23:50:32 UTC (rev 794079)
@@ -1,3 +1,26 @@
+## 0.14.3 (December 17, 2020)
+
+ENHANCEMENTS:
+
+* `terraform output`: Now supports a new "raw" mode, activated by the `-raw` 
option, for printing out the raw string representation of a particular output 
value. ([#27212](https://github.com/hashicorp/terraform/issues/27212))
+
+    Only primitive-typed values have a string representation, so this 
formatting mode is not compatible with complex types. The `-json` mode is still 
available as a general way to get a machine-readable representation of an 
output value of any type.
+    
+* config: `for_each` now allows maps whose _element values_ are sensitive, as 
long as the element keys and the map itself are not sensitive. 
([#27247](https://github.com/hashicorp/terraform/issues/27247))
+
+BUG FIXES:
+
+* config: Fix `anytrue` and `alltrue` functions when called with values which 
are not known until apply. 
([#27240](https://github.com/hashicorp/terraform/issues/27240))
+* config: Fix `sum` function when called with values which are not known until 
apply. Also allows `sum` to cope with numbers too large to represent in 
float64, along with correctly handling errors around infinite values. 
([#27249](https://github.com/hashicorp/terraform/issues/27249))
+* config: Fixed panic when referencing sensitive values in resource `count` 
expressions ([#27238](https://github.com/hashicorp/terraform/issues/27238))
+* config: Fix incorrect attributes in diagnostics when validating objects 
([#27010](https://github.com/hashicorp/terraform/issues/27010))
+* core: Prevent unexpected updates during plan when multiple sensitive values 
are involved ([#27318](https://github.com/hashicorp/terraform/issues/27318))
+* dependencies: Fix several small bugs related to the use of `sensitive` 
values with expressions and functions.
+* lang: Fix panic when calling `coalescelist` with a `null` argument 
([#26988](https://github.com/hashicorp/terraform/issues/26988))
+* `terraform apply`: `-refresh=false` was skipped when running apply directly 
([#27233](https://github.com/hashicorp/terraform/issues/27233))
+* `terraform init`: setting `-get-plugins` to `false` will now cause a 
warning, as this flag has been a no-op since 0.13.0 and usage is better served 
through using `provider_installation` blocks 
([#27092](https://github.com/hashicorp/terraform/issues/27092))
+* `terraform init` and other commands which interact with the dependency lock 
file: These will now generate a normal error message if the lock file is 
incorrectly a directory, rather than crashing as before. 
([#27250](https://github.com/hashicorp/terraform/issues/27250))
+
 ## 0.14.2 (December 08, 2020)
 
 BUG FIXES:

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-12-27 23:50:27 UTC (rev 794078)
+++ PKGBUILD    2020-12-27 23:50:32 UTC (rev 794079)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <daurnima...@archlinux.org>
 
 pkgname=terraform
-pkgver=0.14.2
+pkgver=0.14.3
 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=('15f3bc0b9f4a9ebe6aa27f63806083ef018ef52d1424fb0e80892f3aefb6fba45660dab01da16bc39defdfbc212a714e61fe8bf8fe7206e9fc3db9074be3c655')
+sha512sums=('fdfc82d74f530ccb984223f5d988a059ad61a6316892077a8fda13bca0b3726a31eeba714a397de82abb42b4fac537c267082da3fd0b3243231be279cc02556b')
 changelog="CHANGELOG.md"
 
 build() {

Reply via email to