Commit graph

10 commits

Author SHA1 Message Date
Phillip Cloud c42d935fb1 pulumi-bin: 2.17.0 -> 2.17.2 2021-01-18 09:51:36 -05:00
Guillaume Massé fbfcc8a002 pulumi: 2.15.0 -> 2.17.0 2021-01-08 16:03:10 -05:00
Phillip Cloud 6ccbdabf6c pulumi: 2.10.2 -> 2.15.0 2020-12-04 14:47:55 -05:00
Geoffrey Huntley a922b0bf6f pulumi: 2.6.1 -> 2.10.2 2020-09-24 14:02:12 +00:00
Ludovic Claude 565e513b1e pulumi: 2.2.1 -> 2.6.1 2020-07-16 18:40:11 +02:00
Jaka Hudoklin aa416da92b pulumi: add postgresql and kubernetes providers 2020-06-07 14:27:39 +07:00
Jaka Hudoklin 17181fd881 pulumi: 2.1.0 -> 2.2.1 2020-06-07 14:26:20 +07:00
Marco Munizaga e95fce248c
pulumi: 1.12.0 -> 2.1.0 (#86815) 2020-05-23 13:58:07 -04:00
Dillen Meijboom c4f5f95d8d
Updated and fixed libstdc++ issue 2020-03-06 10:05:27 +01:00
José Luis Lafuente 7622f30ed2
pulumi: install providers and add update script
Without providers (also called plugins) pulumi doesn't do much. The way
they work, if you want to use a provider, pulimi will look for it in
your PATH, and if not found it will download it. Providers are just
executables, but third party binaries usually don't work on nixos unless
they are patched with the patchelf utility. Because of that, I'm
installing some patched providers with the main pulumi binary.

I'm also adding a small script helper to generate the hashes for all the
binaries.
2019-11-04 16:03:58 +01:00