Date: Friday, September 3, 2021 @ 21:57:00
  Author: shibumi
Revision: 1010746

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
    (from rev 1010745, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 1010745, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
    (from rev 1010745, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
    (from rev 1010745, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
    (from rev 1010745, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

----------------+
 CHANGELOG.md   |  132 +++++++++++++++++++++++++++----------------------------
 PKGBUILD       |  102 +++++++++++++++++++++---------------------
 terraform.bash |    2 
 terraform.fish |   18 +++----
 terraform.zsh  |    6 +-
 5 files changed, 130 insertions(+), 130 deletions(-)

Deleted: CHANGELOG.md
===================================================================
--- CHANGELOG.md        2021-09-03 21:56:52 UTC (rev 1010745)
+++ CHANGELOG.md        2021-09-03 21:57:00 UTC (rev 1010746)
@@ -1,66 +0,0 @@
-## 1.0.4 (August 04, 2021)
-
-
-BUG FIXES:
-
-* backend/consul: Fix a bug where the state value may be too large for consul 
to accept ([#28838](https://github.com/hashicorp/terraform/issues/28838))
-* cli: Fixed a crashing bug with some edge-cases when reporting syntax errors 
that happen to be reported at the position of a newline. 
([#29048](https://github.com/hashicorp/terraform/issues/29048))
-
-## 1.0.3 (July 21, 2021)
-
-ENHANCEMENTS
-
-* `terraform plan`: The JSON logs (`-json` option) will now include 
`resource_drift`, showing changes detected outside of Terraform during the 
refresh step. ([#29072](https://github.com/hashicorp/terraform/issues/29072))
-* core: The automatic provider installer will now accept providers that are 
recorded in their registry as using provider protocol version 6. 
([#29153](https://github.com/hashicorp/terraform/issues/29153))
-* backend/etcdv3: New argument `max_request_bytes` allows larger requests and 
for the client, to match the server request limit. 
([#28078](https://github.com/hashicorp/terraform/issues/28078))
-
-BUG FIXES:
-
-* `terraform plan`: Will no longer panic when trying to render null maps. 
([#29207](https://github.com/hashicorp/terraform/issues/29207))
-* backend/pg: Prevent the creation of multiple workspaces with the same name. 
([#29157](https://github.com/hashicorp/terraform/issues/29157))
-* backend/oss: STS auth is now supported. 
([#29167](https://github.com/hashicorp/terraform/issues/29167))
-* config: Dynamic blocks with unknown for_each values were not being 
validated. Ensure block attributes are valid even when the block is unknown 
([#29208](https://github.com/hashicorp/terraform/issues/29208))
-* config: Unknown values in string templates could lose sensitivity, causing 
the planned change to be inaccurate 
([#29208](https://github.com/hashicorp/terraform/issues/29208))
-
-## 1.0.2 (July 07, 2021)
-
-BUG FIXES:
-
-* `terraform show`: Fix crash when rendering JSON plan with sensitive values 
in state ([#29049](https://github.com/hashicorp/terraform/issues/29049))
-* config: The `floor` and `ceil` functions no longer lower the precision of 
arguments to what would fit inside a 64-bit float, instead preserving precision 
in a similar way as most other arithmetic functions. 
([#29110](https://github.com/hashicorp/terraform/issues/29110))
-* config: The `flatten` function was incorrectly treating null values of an 
unknown type as if they were unknown values. Now it will treat them the same as 
any other non-list/non-tuple value, flattening them down into the result as-is. 
([#29110](https://github.com/hashicorp/terraform/issues/29110))
-
-## 1.0.1 (June 24, 2021)
-
-ENHANCEMENTS:
-
-* `terraform show`: The JSON plan output now indicates which state values are 
sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
-* cli: The macOS builds will now resolve hostnames using the system's DNS 
resolver, rather than the Go library's (incomplete) emulation of it. In 
particular, this will allow for the more complex resolver configurations often 
created by VPN clients on macOS, such as when a particular domain must be 
resolved using different nameservers while VPN connection is active.
-
-BUG FIXES:
-
-* `terraform show`: Fix crash with deposed instances in json plan output. 
([#28922](https://github.com/hashicorp/terraform/issues/28922))
-* `terraform show`: Fix an issue where the JSON configuration representation 
was missing fully-unwrapped references. 
([#28884](https://github.com/hashicorp/terraform/issues/28884))
-* `terraform show`: Fix JSON plan resource drift to remove unchanged 
resources. ([#28975](https://github.com/hashicorp/terraform/issues/28975))
-* 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))
-* 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))
-
-## 1.0.0 (June 08, 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.
-
-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.
-
-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.
-
-## 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)

Copied: terraform/repos/community-x86_64/CHANGELOG.md (from rev 1010745, 
terraform/trunk/CHANGELOG.md)
===================================================================
--- CHANGELOG.md                                (rev 0)
+++ CHANGELOG.md        2021-09-03 21:57:00 UTC (rev 1010746)
@@ -0,0 +1,66 @@
+## 1.0.4 (August 04, 2021)
+
+
+BUG FIXES:
+
+* backend/consul: Fix a bug where the state value may be too large for consul 
to accept ([#28838](https://github.com/hashicorp/terraform/issues/28838))
+* cli: Fixed a crashing bug with some edge-cases when reporting syntax errors 
that happen to be reported at the position of a newline. 
([#29048](https://github.com/hashicorp/terraform/issues/29048))
+
+## 1.0.3 (July 21, 2021)
+
+ENHANCEMENTS
+
+* `terraform plan`: The JSON logs (`-json` option) will now include 
`resource_drift`, showing changes detected outside of Terraform during the 
refresh step. ([#29072](https://github.com/hashicorp/terraform/issues/29072))
+* core: The automatic provider installer will now accept providers that are 
recorded in their registry as using provider protocol version 6. 
([#29153](https://github.com/hashicorp/terraform/issues/29153))
+* backend/etcdv3: New argument `max_request_bytes` allows larger requests and 
for the client, to match the server request limit. 
([#28078](https://github.com/hashicorp/terraform/issues/28078))
+
+BUG FIXES:
+
+* `terraform plan`: Will no longer panic when trying to render null maps. 
([#29207](https://github.com/hashicorp/terraform/issues/29207))
+* backend/pg: Prevent the creation of multiple workspaces with the same name. 
([#29157](https://github.com/hashicorp/terraform/issues/29157))
+* backend/oss: STS auth is now supported. 
([#29167](https://github.com/hashicorp/terraform/issues/29167))
+* config: Dynamic blocks with unknown for_each values were not being 
validated. Ensure block attributes are valid even when the block is unknown 
([#29208](https://github.com/hashicorp/terraform/issues/29208))
+* config: Unknown values in string templates could lose sensitivity, causing 
the planned change to be inaccurate 
([#29208](https://github.com/hashicorp/terraform/issues/29208))
+
+## 1.0.2 (July 07, 2021)
+
+BUG FIXES:
+
+* `terraform show`: Fix crash when rendering JSON plan with sensitive values 
in state ([#29049](https://github.com/hashicorp/terraform/issues/29049))
+* config: The `floor` and `ceil` functions no longer lower the precision of 
arguments to what would fit inside a 64-bit float, instead preserving precision 
in a similar way as most other arithmetic functions. 
([#29110](https://github.com/hashicorp/terraform/issues/29110))
+* config: The `flatten` function was incorrectly treating null values of an 
unknown type as if they were unknown values. Now it will treat them the same as 
any other non-list/non-tuple value, flattening them down into the result as-is. 
([#29110](https://github.com/hashicorp/terraform/issues/29110))
+
+## 1.0.1 (June 24, 2021)
+
+ENHANCEMENTS:
+
+* `terraform show`: The JSON plan output now indicates which state values are 
sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
+* cli: The macOS builds will now resolve hostnames using the system's DNS 
resolver, rather than the Go library's (incomplete) emulation of it. In 
particular, this will allow for the more complex resolver configurations often 
created by VPN clients on macOS, such as when a particular domain must be 
resolved using different nameservers while VPN connection is active.
+
+BUG FIXES:
+
+* `terraform show`: Fix crash with deposed instances in json plan output. 
([#28922](https://github.com/hashicorp/terraform/issues/28922))
+* `terraform show`: Fix an issue where the JSON configuration representation 
was missing fully-unwrapped references. 
([#28884](https://github.com/hashicorp/terraform/issues/28884))
+* `terraform show`: Fix JSON plan resource drift to remove unchanged 
resources. ([#28975](https://github.com/hashicorp/terraform/issues/28975))
+* 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))
+* 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))
+
+## 1.0.0 (June 08, 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.
+
+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.
+
+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.
+
+## 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)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-03 21:56:52 UTC (rev 1010745)
+++ PKGBUILD    2021-09-03 21:57:00 UTC (rev 1010746)
@@ -1,51 +0,0 @@
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-# Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
-# Maintainer: Daurnimator <daurnima...@archlinux.org>
-
-pkgname=terraform
-pkgver=1.0.5
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://www.terraform.io/";
-arch=("x86_64")
-license=("MPL")
-makedepends=("go")
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-        "terraform.bash"
-        "terraform.fish"
-        "terraform.zsh")
-sha512sums=('47d978b2c57c8d5ad2667da3610e2085987763f4cf82dd3ee152357fde8bc6531b30b5aaa4c367e25496a086b02f328dea475729ea9d50e11e1946cc8ad0dd6b'
-            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-            
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('7033f0c96e7cf37341345faa02f2741dd5f56924b370d4359d59c33ab6929a4d0819072eb1ae829c82301558f3b6ef7e3a088a8295d1728ca7fa6bce6758bc4a'
-        
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-        
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-        
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-changelog="CHANGELOG.md"
-
-build() {
-       cd "$pkgname-$pkgver"
-       export CGO_CPPFLAGS="${CPPFLAGS}"
-       export CGO_CFLAGS="${CFLAGS}"
-       export CGO_CXXFLAGS="${CXXFLAGS}"
-       export CGO_LDFLAGS="${LDFLAGS}"
-       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-       go build -o terraform-binary
-}
-
-check() {
-       cd "${pkgname}-${pkgver}"
-       go test -mod=readonly ./...
-}
-
-package() {
-    install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-    install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-    install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-       cd "$pkgname-$pkgver"
-       install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1010745, 
terraform/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-09-03 21:57:00 UTC (rev 1010746)
@@ -0,0 +1,51 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
+# Maintainer: Daurnimator <daurnima...@archlinux.org>
+
+pkgname=terraform
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://www.terraform.io/";
+arch=("x86_64")
+license=("MPL")
+makedepends=("go")
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
+        "terraform.bash"
+        "terraform.fish"
+        "terraform.zsh")
+sha512sums=('765e244f7fbb565f350543cdbe62469e8d2248a28c9c916fd5c34cbcf5a79b06c7df068221828daafd8a1bf4a3869d4772f662f364bc6410d91471ede2eefd5b'
+            
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
+            
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
+            
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
+b2sums=('e40120cfdef8037fbf0326cf1e41079508b9bc2420c0189c1b15dad9eb7155d23f0821b89d22d4db3c927c0640b0b1e8e61c4ff07504faed384aba7d2ae18a64'
+        
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
+        
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
+        
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
+changelog="CHANGELOG.md"
+
+build() {
+       cd "$pkgname-$pkgver"
+       export CGO_CPPFLAGS="${CPPFLAGS}"
+       export CGO_CFLAGS="${CFLAGS}"
+       export CGO_CXXFLAGS="${CXXFLAGS}"
+       export CGO_LDFLAGS="${LDFLAGS}"
+       export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+       go build -o terraform-binary
+}
+
+check() {
+       cd "${pkgname}-${pkgver}"
+       go test -mod=readonly ./...
+}
+
+package() {
+    install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
+    install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
+    install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+
+       cd "$pkgname-$pkgver"
+       install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+       install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: terraform.bash
===================================================================
--- terraform.bash      2021-09-03 21:56:52 UTC (rev 1010745)
+++ terraform.bash      2021-09-03 21:57:00 UTC (rev 1010746)
@@ -1 +0,0 @@
-complete -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.bash (from rev 1010745, 
terraform/trunk/terraform.bash)
===================================================================
--- terraform.bash                              (rev 0)
+++ terraform.bash      2021-09-03 21:57:00 UTC (rev 1010746)
@@ -0,0 +1 @@
+complete -C /usr/bin/terraform terraform

Deleted: terraform.fish
===================================================================
--- terraform.fish      2021-09-03 21:56:52 UTC (rev 1010745)
+++ terraform.fish      2021-09-03 21:57:00 UTC (rev 1010746)
@@ -1,9 +0,0 @@
-
-function __complete_terraform
-    set -lx COMP_LINE (string join ' ' (commandline -o))
-    test (commandline -ct) = ""
-    and set COMP_LINE "$COMP_LINE "
-    /usr/bin/terraform
-end
-complete -c terraform -a "(__complete_terraform)"
-

Copied: terraform/repos/community-x86_64/terraform.fish (from rev 1010745, 
terraform/trunk/terraform.fish)
===================================================================
--- terraform.fish                              (rev 0)
+++ terraform.fish      2021-09-03 21:57:00 UTC (rev 1010746)
@@ -0,0 +1,9 @@
+
+function __complete_terraform
+    set -lx COMP_LINE (string join ' ' (commandline -o))
+    test (commandline -ct) = ""
+    and set COMP_LINE "$COMP_LINE "
+    /usr/bin/terraform
+end
+complete -c terraform -a "(__complete_terraform)"
+

Deleted: terraform.zsh
===================================================================
--- terraform.zsh       2021-09-03 21:56:52 UTC (rev 1010745)
+++ terraform.zsh       2021-09-03 21:57:00 UTC (rev 1010746)
@@ -1,3 +0,0 @@
-#compdef terraform
-autoload -U +X bashcompinit && bashcompinit
-complete -o nospace -C /usr/bin/terraform terraform

Copied: terraform/repos/community-x86_64/terraform.zsh (from rev 1010745, 
terraform/trunk/terraform.zsh)
===================================================================
--- terraform.zsh                               (rev 0)
+++ terraform.zsh       2021-09-03 21:57:00 UTC (rev 1010746)
@@ -0,0 +1,3 @@
+#compdef terraform
+autoload -U +X bashcompinit && bashcompinit
+complete -o nospace -C /usr/bin/terraform terraform

Reply via email to