about summary refs log tree commit diff
path: root/pkgs/tools/admin/pulumi/update.sh
diff options
context:
space:
mode:
authorPhillip Cloud <cloud@standard.ai>2021-02-27 07:27:10 -0500
committerPhillip Cloud <cloud@standard.ai>2021-02-27 07:27:10 -0500
commit0dfc707376a9668f4f00d6bb7a85fd22b4b23acf (patch)
tree6918f8abd97635586acb0b789d13647a1df2f5db /pkgs/tools/admin/pulumi/update.sh
parent01f1773e8e12742bd2d51d7fc163b373f0dd3ba3 (diff)
pulumi-bin: 2.19.2 -> 2.21.2
Diffstat (limited to 'pkgs/tools/admin/pulumi/update.sh')
-rwxr-xr-xpkgs/tools/admin/pulumi/update.sh40
1 files changed, 20 insertions, 20 deletions
diff --git a/pkgs/tools/admin/pulumi/update.sh b/pkgs/tools/admin/pulumi/update.sh
index c1a0e6310166f..a1d04ef24022d 100755
--- a/pkgs/tools/admin/pulumi/update.sh
+++ b/pkgs/tools/admin/pulumi/update.sh
@@ -3,31 +3,31 @@
 
 # Version of Pulumi from
 # https://www.pulumi.com/docs/get-started/install/versions/
-VERSION="2.19.0"
+VERSION="2.21.2"
 
 # Grab latest release ${VERSION} from
 # https://github.com/pulumi/pulumi-${NAME}/releases
 plugins=(
-    "auth0=1.5.2"
-    "aws=3.25.1"
-    "cloudflare=2.11.1"
-    "consul=2.7.0"
-    "datadog=2.15.0"
-    "digitalocean=3.3.0"
-    "docker=2.7.0"
-    "gcp=4.9.0"
-    "github=2.5.1"
-    "gitlab=3.5.0"
-    "hcloud=0.5.1"
-    "kubernetes=2.7.8"
-    "mailgun=2.3.2"
-    "mysql=2.3.3"
-    "openstack=2.11.0"
+    "auth0=1.8.1"
+    "aws=3.30.1"
+    "cloudflare=2.13.1"
+    "consul=2.8.1"
+    "datadog=2.16.1"
+    "digitalocean=3.5.1"
+    "docker=2.8.1"
+    "gcp=4.12.0"
+    "github=3.2.0"
+    "gitlab=3.7.0"
+    "hcloud=0.6.2"
+    "kubernetes=2.8.2"
+    "mailgun=2.4.1"
+    "mysql=2.4.1"
+    "openstack=2.15.0"
     "packet=3.2.2"
-    "postgresql=2.5.3"
-    "random=3.0.1"
-    "vault=3.3.0"
-    "vsphere=2.11.4"
+    "postgresql=2.7.2"
+    "random=3.0.3"
+    "vault=3.4.1"
+    "vsphere=2.12.2"
 )
 
 function genMainSrc() {