summaryrefslogtreecommitdiff
path: root/pkgs/tools/admin/pulumi/update.sh
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
committerRobin Gloster <mail@glob.in>2021-05-24 09:55:24 -0500
commit4bc5fbef9d159e143fb7e2c3231932e6e76f667c (patch)
treee2198f5c552e0667d838b8ec764ddb3a4d8f6dec /pkgs/tools/admin/pulumi/update.sh
parentjq: fix build with structured-attrs on darwin (diff)
parentMerge pull request #123802 from superherointj/package-virtmanager-bugfix (diff)
downloadnixpkgs-origin/structured-attrs.tar.gz
Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs
Diffstat (limited to 'pkgs/tools/admin/pulumi/update.sh')
-rwxr-xr-xpkgs/tools/admin/pulumi/update.sh41
1 files changed, 21 insertions, 20 deletions
diff --git a/pkgs/tools/admin/pulumi/update.sh b/pkgs/tools/admin/pulumi/update.sh
index 31ac38ab2756..d8c5a6983001 100755
--- a/pkgs/tools/admin/pulumi/update.sh
+++ b/pkgs/tools/admin/pulumi/update.sh
@@ -3,31 +3,32 @@
# Version of Pulumi from
# https://www.pulumi.com/docs/get-started/install/versions/
-VERSION="2.24.1"
+VERSION="3.1.0"
# Grab latest release ${VERSION} from
# https://github.com/pulumi/pulumi-${NAME}/releases
plugins=(
- "auth0=1.10.0"
- "aws=3.36.0"
- "cloudflare=2.14.2"
- "consul=2.9.1"
- "datadog=2.17.1"
- "digitalocean=3.7.0"
- "docker=2.9.1"
- "gcp=4.19.0"
- "github=3.4.0"
- "gitlab=3.8.1"
- "hcloud=0.7.1"
- "kubernetes=2.8.3"
- "mailgun=2.5.1"
- "mysql=2.5.1"
- "openstack=2.17.1"
+ "auth0=2.0.0"
+ "aws=4.0.0"
+ "cloudflare=3.0.0"
+ "consul=3.0.0"
+ "datadog=3.0.0"
+ "digitalocean=4.0.0"
+ "docker=3.0.0"
+ "gcp=5.0.0"
+ "github=4.0.0"
+ "gitlab=4.0.0"
+ "hcloud=1.0.0"
+ "kubernetes=3.0.0"
+ "linode=3.0.0"
+ "mailgun=3.0.0"
+ "mysql=3.0.0"
+ "openstack=3.0.0"
"packet=3.2.2"
- "postgresql=2.9.0"
- "random=3.1.1"
- "vault=3.5.1"
- "vsphere=2.13.1"
+ "postgresql=3.0.0"
+ "random=4.0.0"
+ "vault=4.0.0"
+ "vsphere=3.0.0"
)
function genMainSrc() {