Date: Thursday, June 24, 2021 @ 21:31:17
  Author: shibumi
Revision: 967215

upgpkg: terraform 1.0.1-1

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

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

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md        2021-06-24 20:29:40 UTC (rev 967214)
+++ CHANGELOG.md        2021-06-24 21:31:17 UTC (rev 967215)
@@ -1,17 +1,16 @@
-## 1.0.0 (June 08, 2021)
+## 1.0.1 (June 24, 2021)
 
-Terraform v1.0 is an unusual release in that its primary focus is on 
stability, and it represents the culmination of several years of work in 
previous major releases to make sure that the Terraform language and internal 
architecture will be a suitable foundation for forthcoming additions that will 
remain backward compatible.
+ENHANCEMENTS:
 
-Terraform v1.0.0 intentionally has no significant changes compared to 
Terraform v0.15.5. You can consider the v1.0 series as a direct continuation of 
the v0.15 series; we do not intend to issue any further releases in the v0.15 
series, because all of the v1.0 releases will be only minor updates to address 
bugs.
+* json-output: The JSON plan output now indicates which state values are 
sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
+* cli: The darwin builds can now make use of the host DNS resolver, which will 
fix many network related issues on MacOS.
 
-For all future minor releases with major version 1, we intend to preserve 
backward compatibility as described in detail in [the Terraform v1.0 
Compatibility 
Promises](https://www.terraform.io/docs/language/v1-compatibility-promises.html).
 The later Terraform v1.1.0 will, therefore, be the first minor release with 
new features that we will implement with consideration of those promises.
+BUG FIXES:
 
-## Previous Releases
-
-For information on prior major releases, see their changelogs:
-
-* [v0.15](https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md)
-* [v0.14](https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md)
-* [v0.13](https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md)
-* [v0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md)
-* [v0.11 and 
earlier](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md)
+* backend/remote: Fix faulty Terraform Cloud version check when migrating 
state to the remote backend with multiple local workspaces 
([#28864](https://github.com/hashicorp/terraform/issues/28864))
+* cli: Fix crash with deposed instances in json plan output 
([#28922](https://github.com/hashicorp/terraform/issues/28922))
+* core: Fix crash when provider modifies and unknown block during plan 
([#28941](https://github.com/hashicorp/terraform/issues/28941))
+* core: Diagnostic context was missing for some errors when validating blocks 
([#28979](https://github.com/hashicorp/terraform/issues/28979))
+* core: Fix crash when calling `setproduct` with unknown values 
([#28984](https://github.com/hashicorp/terraform/issues/28984))
+* json-output: Fix an issue where the JSON configuration representation was 
missing fully-unwrapped references. 
([#8884](https://github.com/hashicorp/terraform/issues/8884))
+* json-output: Fix JSON plan resource drift to remove unchanged resources. 
([#28975](https://github.com/hashicorp/terraform/issues/28975))

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-24 20:29:40 UTC (rev 967214)
+++ PKGBUILD    2021-06-24 21:31:17 UTC (rev 967215)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator <[email protected]>
 
 pkgname=terraform
-pkgver=1.0.0
+pkgver=1.0.1
 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=('93fd3a00b2d016d45abe1cf82acbf7065bef5c3216c36d3e04079b681aca9515f9f3a589aedff3284ee62a97f43bbbf806584f2427ed87679a0daa40502d50bd')
+sha512sums=('9909aa0802d2c4a77d138f4415e7d588a6bd450d0bba3adda695877f51bd41a7b9584c42291d41fbdc20fc1788c1f2bde54417c40e8c824ac4854b8670450c67')
 changelog="CHANGELOG.md"
 
 build() {

Reply via email to