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

Christian Rebischke shibumi at archlinux.org
Sat Jan 25 22:01:18 UTC 2020


    Date: Saturday, January 25, 2020 @ 22:01:17
  Author: shibumi
Revision: 555573

upgpkg: terraform 0.12.20-1

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

--------------+
 CHANGELOG.md |   12 +++++++-----
 PKGBUILD     |    4 ++--
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: CHANGELOG.md
===================================================================
--- CHANGELOG.md	2020-01-25 21:55:19 UTC (rev 555572)
+++ CHANGELOG.md	2020-01-25 22:01:17 UTC (rev 555573)
@@ -1,12 +1,14 @@
-## 0.12.20 (Unreleased)
+## 0.12.21 (Unreleased)
+## 0.12.20 (January 22, 2020)
 
 ENHANCEMENTS:
-* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794]
-* config: New, optional syntax for [`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions) setting in `terraform` blocks. This is not intended for general use yet but will support upcoming enhancements. [GH-23843] 
+* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. ([#23794](https://github.com/hashicorp/terraform/issues/23794))
+* config: New, optional syntax for [`required_providers`](https://www.terraform.io/docs/configuration/terraform.html#specifying-required-provider-versions) setting in `terraform` blocks. This is not intended for general use yet but will support upcoming enhancements. [[#23843](https://github.com/hashicorp/terraform/issues/23843)] 
 
 BUG FIXES:
-* command/show: Fix an issue with show and aliased providers [GH-23848]
-* core: Always clean up empty resources before empty modules [GH-23822]
+* command/show: Fix an issue with show and aliased providers ([#23848](https://github.com/hashicorp/terraform/issues/23848))
+* core: Always clean up empty resources before empty modules ([#23822](https://github.com/hashicorp/terraform/issues/23822))
+* internal/modsdir/manifest: Fix CLI issue with Windows machines ([#23865](https://github.com/hashicorp/terraform/issues/23865))
 
 EXPERIMENTS:
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-25 21:55:19 UTC (rev 555572)
+++ PKGBUILD	2020-01-25 22:01:17 UTC (rev 555573)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=terraform
-pkgver=0.12.19
+pkgver=0.12.20
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently"
 url="https://www.terraform.io/"
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("go-pie")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz")
-sha512sums=('3acf327bdbaeddf6f13fc1a2a2335675dd3910137ef685224e7c1eafddf18d0aaa8c24aa3b1b5027b21905d2d87fbe3d49904e196c9881063d01670c4de3db66')
+sha512sums=('df92422426e7ebaf2c3a6b953de9fc9fcb461f7227835e728bbccf5b796995d818a39817913d6010fadb8b3618710f77f50e36eb6ce4176e7312b68c7d7f7e96')
 changelog="CHANGELOG.md"
 
 build() {



More information about the arch-commits mailing list