Hello community, here is the log from the commit of package terraform for openSUSE:Factory checked in at 2019-06-24 21:53:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/terraform (Old) and /work/SRC/openSUSE:Factory/.terraform.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform" Mon Jun 24 21:53:19 2019 rev:3 rq:711657 version:v0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/terraform/terraform.changes 2019-06-19 21:09:39.722582873 +0200 +++ /work/SRC/openSUSE:Factory/.terraform.new.4615/terraform.changes 2019-06-24 21:54:11.192144153 +0200 @@ -1,0 +2,32 @@ +Tue May 21 07:37:19 UTC 2019 - Petr Cervinka <[email protected]> + +- Update to 0.12.0 + Incompatibilities and Notes + * Version is not compatible with previous releases, it is needed to follow upgrade manual + * See full upstream changelog for details + New Features + * First-class expressions + * for expressions + * Dynamic configuration blocks + * Generalised "splat" operator + * Nullable argument values + * Rich types in module inputs variables and output values + * Resource and module object values + * Extended template syntax + * jsondecode and csvdecode interpolation functions + * Revamped error messages + * Structual plan output + Other Improvements + * `terraform validate` now accepts an argument `-json` which produces machine-readable output + * The JSON-based variant of the Terraform language now has a more tightly-specified and reliable mapping to the native syntax variant + * The new built-in function [`templatefile`] + * The new built-in function [`formatdate`] + * The new built-in functions [`reverse`] + * A new `pg` state storage backend allows storing state in a PostgreSQL database. + * The `azurerm` state storage backend supports new authentication mechanisms, custom resource manager endpoints, and HTTP proxies. + * The `s3` state storage backend now supports `credential_source` in AWS configuration file + * The `swift` state storage backend now supports locking and workspaces. +- Increase go version dependency +- Remove conditions for module vendoring + +------------------------------------------------------------------- Old: ---- terraform-0.11.14.obscpio terraform-0.11.14.tar.xz New: ---- terraform-v0.12.0.obscpio terraform-v0.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ terraform.spec ++++++ --- /var/tmp/diff_new_pack.M2SYsZ/_old 2019-06-24 21:54:12.816145403 +0200 +++ /var/tmp/diff_new_pack.M2SYsZ/_new 2019-06-24 21:54:12.820145406 +0200 @@ -17,7 +17,7 @@ Name: terraform -Version: 0.11.14 +Version: v0.12.0 Release: 0 Summary: Tool for building infrastructure safely and efficiently License: MPL-2.0 @@ -25,7 +25,7 @@ URL: https://www.terraform.io/ Source: %{name}-%{version}.tar.xz Source99: terraform-rpmlintrc -BuildRequires: golang(API) >= 1.10 +BuildRequires: golang(API) >= 1.11 BuildRequires: golang-packaging BuildRequires: xz %{go_nostrip} @@ -40,16 +40,12 @@ %setup -q %build +export GOFLAGS=-mod=vendor %{goprep} github.com/hashicorp/terraform -%if 0%{?sle_version} >= 150100 || 0%{?suse_version} > 1500 - export GOFLAGS=-mod=vendor -%endif %{gobuild} . %check -%if 0%{?sle_version} >= 150100 || 0%{?suse_version} > 1500 - export GOFLAGS=-mod=vendor -%endif +export GOFLAGS=-mod=vendor %{gotest} github.com/hashicorp/terraform/... %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.M2SYsZ/_old 2019-06-24 21:54:12.848145427 +0200 +++ /var/tmp/diff_new_pack.M2SYsZ/_new 2019-06-24 21:54:12.848145427 +0200 @@ -3,8 +3,8 @@ <param name="url">https://github.com/hashicorp/terraform.git</param> <param name="scm">git</param> <param name="filename">terraform</param> - <param name="versionformat">0.11.14</param> - <param name="revision">v0.11.14</param> + <param name="versionformat">v0.12.0</param> + <param name="revision">v0.12.0</param> <param name="exclude">.git</param> </service> <service name="tar" mode="disabled"/> ++++++ terraform.obsinfo ++++++ --- /var/tmp/diff_new_pack.M2SYsZ/_old 2019-06-24 21:54:12.888145458 +0200 +++ /var/tmp/diff_new_pack.M2SYsZ/_new 2019-06-24 21:54:12.888145458 +0200 @@ -1,5 +1,5 @@ name: terraform -version: 0.11.14 -mtime: 1558039277 -commit: 12bf5f6afec2a9dcc97357671fdfa9fb972884eb +version: v0.12.0 +mtime: 1558556075 +commit: 08918475dd08f0c45fc5aa084bacd2595c6e6c07
