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
R. RyanTM
198a576820
terraform-providers.libvirt: 0.6.2 -> 0.6.3
2020-11-15 19:12:28 +00:00
R. RyanTM
005461a0a6
terraform-providers.lxd: 1.3.0 -> 1.4.0
2020-11-12 07:26:25 +00:00
1000101
e50eb89d52
terraform-providers: vultr 1.4.1 -> 1.5.0 ( #103305 )
2020-11-10 19:48:57 +00:00
zimbatm
1eaf05fbaf
terraform-providers.linuxbox: init at 0.3.11
2020-11-04 19:23:08 +01:00
Florian Klink
86adcfa092
terraform-providers.template: 2.1.2 -> 2.2.0
2020-11-03 01:09:10 +01:00
Florian Klink
55dc43720f
terraform-providers.random: 2.2.1 -> 3.0.0
2020-11-03 01:08:48 +01:00
Florian Klink
fb3f86c2b5
terraform-providers.null: 2.1.2 -> 3.0.0
2020-11-03 01:08:21 +01:00
Florian Klink
306ca0ddbd
terraform-providers.external: 1.2.0 -> 2.0.0
2020-11-03 01:07:33 +01:00
Florian Klink
2eade6cd1a
terraform-providers.archive: 1.3.0 -> 2.0.0
2020-11-03 01:07:09 +01:00
Florian Klink
19fceb5c48
terraform-providers.local: 1.4.0 -> 2.0.0
2020-11-03 01:05:44 +01:00
Florian Klink
c02f2fc114
terraform-providers.tls: 2.1.1 -> 3.0.0
2020-11-03 01:05:11 +01:00
Florian Klink
0876f35823
terraform-providers.hcloud: 1.16.0 -> 1.22.0
2020-11-03 01:02:55 +01:00
zimbatm
f155651d3f
terraform-providers.time: init at 0.6.0 ( #101406 )
2020-10-29 18:07:44 +01:00
Robert Scott
1b5ee955d3
terraform-providers.cloudfoundry: init at 0.12.6 ( #99960 )
2020-10-29 18:07:26 +01:00
Benjamin Hipple
64a620f8d3
Merge pull request #101418 from arcnmx/terraform-providers-github
...
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-24 23:10:13 -04:00
arcnmx
c603dae70d
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-22 14:47:16 -07:00