Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Diego Rodriguez
84de2a8c31
terraform_0_14: 0.14.6 -> 0.14.7 ( #113478 )
2021-02-17 09:44:44 -10:00
Diego Rodriguez
ead24f04b0
terraform_0_14: 0.14.5 -> 0.14.6 ( #111971 )
2021-02-05 01:02:47 +00:00
Diego Rodriguez
88fd1ecdc6
terraform_0_14: 0.14.4 -> 0.14.5
2021-01-20 13:37:07 -07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas
61810aaab0
terraform_0_14: 0.14.3 -> 0.14.4
...
https://github.com/hashicorp/terraform/releases/tag/v0.14.4
2021-01-06 14:34:00 -05:00
Mario Rodas
aed53ea2d3
terraform_0_13: 0.13.5 -> 0.13.6
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.6
2021-01-06 14:17:00 -05:00
Mario Rodas
81fe5e0bf9
terraform_0_12: 0.12.29 -> 0.12.30
...
https://github.com/hashicorp/terraform/releases/tag/v0.12.30
2021-01-06 13:51:00 -05:00
Mario Rodas
51d0a416d4
terraform_0_14: 0.14.2 -> 0.14.3 ( #107120 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.14.3
2020-12-18 00:12:41 +00:00
Mario Rodas
cc9c82074e
Merge pull request #106373 from marsam/drop-terraform_0_11
...
terraform_0_11: drop
2020-12-10 06:20:44 -05:00
Mario Rodas
9b2804b7b3
terraform_0_14: 0.14.0 -> 0.14.2
...
+ https://github.com/hashicorp/terraform/releases/tag/v0.14.1
+ https://github.com/hashicorp/terraform/releases/tag/v0.14.2
2020-12-08 13:06:00 -05:00
Mario Rodas
51c28d600a
terraform_0_11: drop
...
Terraform 0.11 is being deprecated https://www.hashicorp.com/blog/deprecating-terraform-0-11-support-in-terraform-providers
2020-12-08 04:20:00 +00:00
Mario Rodas
209bdc8ddf
terraform_0_14: init at 0.14.0 ( #105746 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.14.0
2020-12-03 14:03:03 +01:00
Wael Nasreddine
380337da10
terraform: withPlugins should inherit meta from wrapped derivation ( #103396 )
...
When using `terraform.withPlugins (ps: [])` the returned derivation does
not expose the meta of the underlying package. This change inherits meta
from the terraform derivation in the wrapper derivation to expose it.
2020-11-11 11:36:31 -08:00
Mario Rodas
8b636137c2
terraform_0_13: 0.13.4 -> 0.13.5
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.5
2020-10-21 18:00:00 -05:00
zimbatm
c79ff8ddca
terraform: fix withPlugins
...
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.
While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.
The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
Timothy Stott
b0a0ffb7fd
terraform: add maintainer timstott
2020-10-08 22:18:12 +01:00
Timothy Stott
cd1b594767
terraform: expose providers to terraform 0.13
...
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).
Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`
Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`
To support all packaged Terraform versions a shim is created at both locations.
This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim
Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers
layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Diego Rodriguez
25e2e677d3
terraform_0_13: 0.13.3 -> 0.13.4
2020-09-30 18:31:48 -06:00
Mario Rodas
eb6e2ac2c0
terraform_0_13: 0.13.2 -> 0.13.3 ( #98137 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.3
2020-09-17 10:21:22 +02:00
Diego Rodriguez
8761381344
terraform_0_13: 0.13.1 -> 0.13.2 ( #96971 )
2020-09-02 19:24:23 -05:00
Mario Rodas
f999089240
terraform_0_13: 0.13.0 -> 0.13.1 ( #96472 )
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.1
2020-08-27 22:06:24 +00:00
Diego Rodriguez
6449c5eee5
terraform: 0.13.0-rc1 -> 0.13.0 ( #95135 )
2020-08-11 10:54:46 +00:00
Diego Rodriguez
fd4e3392fc
terraform: 0.12.28 -> 0.12.29
2020-07-25 17:22:08 -06:00
Diego Rodriguez
2db12af9b7
terraform: 0.13.0-beta3 -> 0.13.0-rc1 ( #93682 )
2020-07-23 11:02:55 +00:00
zimbatm
f0fb57a079
terraform_0_13: init at 0.13.0-beta3
2020-07-10 13:20:40 +02:00
Nicolas Berbiche
95a0e2fc29
terraform: 0.12.27 -> 0.12.28
2020-07-07 22:43:47 -04:00
zimbatm
05c54bd0e1
terraform: 0.12.26 -> 0.12.27 ( #91614 )
2020-06-26 17:59:12 +00:00
Mario Rodas
c9e985469f
terraform: 0.12.25 -> 0.12.26 ( #89073 )
2020-05-28 09:28:02 +00:00
Mario Rodas
0b72a749ae
terraform: 0.12.24 -> 0.12.25
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.25
2020-05-13 20:20:20 -05:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Colin
3e0aa4af2d
Get rid of go 1.13 ( #86036 )
...
Kubernetes builds with go1.14.
Terraform has an upstream patch which fixes the macos mojave issues -
it's a bug in terraform, not go.
2020-04-26 08:37:59 +00:00
Mario Rodas
8084edb11c
terraform: fix /bin/stty reference ( #85560 )
2020-04-19 16:07:39 +00:00
Mario Rodas
a437fe2565
terraform: 0.12.23 -> 0.12.24
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.24
2020-03-20 01:44:45 +00:00
Mario Rodas
c4b75f8983
terraform: 0.12.21 -> 0.12.23
2020-03-06 04:20:00 -05:00
Mario Rodas
d7f608e43a
terraform: 0.12.20 -> 0.12.21
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.21
2020-02-19 18:00:00 -05:00
Mario Rodas
d0819c05b3
terraform: 0.12.19 -> 0.12.20
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.20
2020-01-22 18:18:18 -05:00
Mario Rodas
9ab9bb4ab6
terraform: 0.12.18 -> 0.12.19
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.19
2020-01-08 18:00:00 -05:00
Mario Rodas
2ff2f51063
terraform: 0.12.17 -> 0.12.18
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.18
2019-12-11 20:20:20 -05:00
Mario Rodas
a72d15df15
terraform: 0.12.16 -> 0.12.17 ( #74873 )
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17
2019-12-03 09:35:55 +00:00
Mario Rodas
158e216943
terraform: 0.12.15 -> 0.12.16
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
2019-11-18 16:20:00 -05:00
Mario Rodas
a6924d3fb7
terraform: 0.12.14 -> 0.12.15
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
2019-11-14 18:00:00 -05:00
Bastien Rivière
136c6c1815
terraform: 0.12.13 -> 0.12.14 ( #73393 )
...
update terraform to it's latest version
2019-11-14 15:30:19 +00:00
Mario Rodas
fb229fc3dc
terraform: 0.12.12 -> 0.12.13 ( #72439 )
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-11-01 16:31:48 +00:00
Mario Rodas
dd78c00970
terraform: add marsam as maintainer
2019-10-17 20:01:00 -05:00
Mario Rodas
bb0a4bf05d
terraform: 0.12.10 -> 0.12.12
...
Changelog:
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.11
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.12
2019-10-17 20:00:00 -05:00
Mario Rodas
c26d471660
terraform: 0.12.9 -> 0.12.10
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.10
2019-10-07 20:00:00 -05:00
Mario Rodas
f676b540d9
terraform: 0.12.8 -> 0.12.9
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.9
2019-09-17 16:20:00 -05:00
Mario Rodas
12e3519344
terraform: 0.12.7 -> 0.12.8
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
2019-09-05 01:00:00 -05:00
Mario Rodas
0acec0d071
terraform_0_12: 0.12.6 -> 0.12.7
...
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.7
2019-08-22 19:32:06 -05:00