Commit graph

145 commits

Author SHA1 Message Date
Florian Klink 27ac5016d7 terraform-providers.yandex: 0.40.0 -> 0.54.0
This terraform module has been moved to the yandex-cloud organization
and the old one archived, thus not receiving any updates.
2021-03-24 20:18:12 +01:00
zimbatm 012b3a659e
terraform-providers.kubernetes-alpha: nightly20200608 -> 0.3.2 2021-03-23 10:40:35 +01:00
Andreas Rammhold 4c6e467d26
terraform-providers.kubernetes: 1.13.3 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold 84e4da60df
terraform-providers.helm: 1.3.2 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold e3a4ba0052
terraform-providers: fix impurity about Nix version used
I wasn't able to figure out for which unstable version of Nix this is
supposed to work so I added nix itself to the package list. Nix will now
be the same stable version that is also provided in this nixpkgs
checkout.

To make it work with a stable Nix version I also had to trim the build
error output as otherwise it would contain the sha256 prefix & a newline
followed by "error:".
2021-03-04 12:34:48 +01:00
Wael Nasreddine 42a2ad0f44
terraform-providers.vultr: 1.5.0 -> 2.1.3 (#114593) 2021-02-27 13:44:51 -08:00
Jonas Chevalier 8868d8faad
Merge pull request #112789 from flokli/terraform-provider-aws-3.27.0
terraform-providers.aws: 3.20.0 -> 3.27.0
2021-02-11 16:18:49 +00:00
Florian Klink e8d1fec763
Merge pull request #112642 from IMIO/feat/update-vsphere-terraform-provider
terraform-providers.vsphere: 1.18.3 -> 1.24.3
2021-02-11 17:07:44 +01:00
Florian Klink 7eb298cad0
Merge pull request #112692 from IMIO/feat/update-elasticsearch-terraform-provider
terraform-providers.elasticsearch: 0.7.0 -> 1.5.2
2021-02-11 17:07:08 +01:00
Florian Klink 33c584b141 terraform-providers.aws: 3.20.0 -> 3.27.0 2021-02-11 17:03:27 +01:00
Jean-François Roche c84a1bb65e
terraform-providers.rabbitmq: 1.3.0 -> 1.5.1
Update the provider for rabbitmq with the latest version
2021-02-11 00:59:08 +01:00
Jean-François Roche b2071f5035
terraform-providers.elasticsearch: 0.7.0 -> 1.5.2
Define provider in `providers.json`.
Remove custom build for terraform provider.
2021-02-11 00:13:25 +01:00
Jean-François Roche 438878d2d7
terraform-providers.vsphere: 1.18.3 -> 1.24.3
We define the provider source address using the terraform registry.

This is a breaking change as reference in user required_providers will have to change from `nixpkgs/vsphere` to `hashicorp/vsphere`.
2021-02-10 12:30:42 +01:00
Sandro 0111346762
Merge pull request #112284 from urbas/terraform-shell-provider-simplify
terraform-providers.shell: uses default model
2021-02-08 10:12:12 +01:00
Matej Urbas a9e03c40a1 terraform-providers.shell: uses default model 2021-02-07 10:37:09 +00:00
R. RyanTM 721c2f9f0a terraform-providers.lxd: 1.4.0 -> 1.5.0 2021-02-06 21:31:43 +00:00
Ricardo Guevara 89136c1dce
terraform-provider-kafka: init at v0.2.12 (#111301) 2021-02-04 13:28:43 -08:00
Ivan Kovnatsky 34fc426ff1
terraform-providers.gitlab: 3.1.0 -> 3.4.0 2021-01-29 11:59:13 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jörg Thalheim ec334a1b01
Merge pull request #98992 from tvbeat/terraform-provider-libvirt-patch
terraform-provider-libvirt: base volume snapshot or copy
2021-01-23 16:19:04 +00:00
Matej Urbas 6a1bee335e
terraform-providers.shell: provider source address (#110160) 2021-01-20 17:42:36 +01:00
Luka Blaskovic bbdad5fa19 terraform-provider-libvirt: base volume snapshot or copy 2021-01-19 05:43:10 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Marek Mahut d413ba8009 terraform-provider-vercel: init at 2.1.0 2020-12-29 19:21:14 +01:00
zimbatm 0dc2e6d068
terraform-providers.postgresql: 1.7.1 -> 1.8.1
This also changes the origin of the code. Hashicorp decided to stop
maintaining that provider and passed on the buck to cyrilgdn.
2020-12-11 12:08:20 +01:00
zimbatm e1c709b87b
terraform-providers.aws: 3.15.0 -> 3.20.0 2020-12-11 12:00:03 +01:00
Graham Christensen 48413ef09d
terraform-providers.packet: v2.9.0 -> v3.2.0 2020-12-03 08:10:56 -05:00
Jonas Chevalier 5851c31127
terraform-providers: handle go modules (#104667)
* terraform-providers: handle go modules

More and more terraform providers are switching from vendored
dependencies to Go modules.

Let's say that you update the "aws" provider and it fails. You can run
it again with:

    ./update-provider aws --vendor

Any package that has the "vendorSha256" key will be considered as a go
module package.

The script now also supports adding new providers by using the
<owner>/<repo> format. Eg:

     ./update-provider hetznercloud/hcloud --vendor

* address comment

Fixes https://github.com/NixOS/nixpkgs/pull/104667#discussion_r529788569

* support the null use-case

* escape provider name as well

* fix typo
2020-12-01 11:05:00 +01:00
Silvan Mosberger af3ed06ce1
Merge pull request #103632 from sevenfourk/patch-1
terraform-providers.gitlab: 2.9.0 -> 3.1.0
2020-11-25 01:48:03 +01:00
zimbatm 688c8c0333
terraform-providers.postgresql: 1.6.0 -> 1.7.1 2020-11-24 15:21:52 +01:00
Timothy Stott 0fb14ea4d3 terraform-providers.google-beta: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 0fc33746c6 terraform-providers.google: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 1b413b1ca2 terraform-providers.digitalocean: 1.19.0 -> 2.2.0 2020-11-24 05:42:49 -08:00
Timothy Stott 82ae6fc998 terraform-providers.ibm: 1.7.0 -> 1.14.0 2020-11-24 05:42:49 -08:00
Timothy Stott 2aca345a59 terraform-providers.helm: 1.2.2 -> 1.3.2 2020-11-24 05:42:49 -08:00
Timothy Stott 4377259a93 terraform-providers.external: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 6fc4083a26 terraform-providers.archive: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 4a8fbd2044 terraform-providers.http: 1.2.0 -> 2.0.0 2020-11-24 05:42:49 -08:00
Timothy Stott 481cb9717d terraform-providers.local: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott ba45f19dc7 terraform-providers.template: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott b98455973d terraform-providers.tls: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott d4f3c08e26 terraform-providers.null: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott fca860edaa terraform-providers.random: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 214f9d2a51 terraform-providers.dns: 2.2.0 -> 3.0.0 2020-11-24 05:42:49 -08:00
Timothy Stott a35f2851d4 terraform-providers.aws: 2.65.0 -> 3.15.0 2020-11-24 05:42:49 -08:00
Timothy Stott 31589fe918 terraform-providers: support providers with Go module 2020-11-24 05:42:49 -08:00
sevenfourk 82cb429ee7
terraform-providers.kubernetes: 1.11.3 -> 1.13.2 2020-11-22 18:34:45 +02:00
Ivan Kovnatsky c73b85d2c3
terraform-providers.gitlab: 2.9.0 -> 3.1.0 2020-11-20 15:38:52 +02:00
Ryan Mulligan a9c843936d
Merge pull request #103565 from r-ryantm/auto-update/terraform-provider-lxd
terraform-providers.lxd: 1.3.0 -> 1.4.0
2020-11-18 13:52:41 -08:00