about summary refs log tree commit diff
path: root/pkgs/tools/admin/pulumi/update.sh
diff options
context:
space:
mode:
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 1dd05fe1c901..1cc62745cc4a 100755
--- a/pkgs/tools/admin/pulumi/update.sh
+++ b/pkgs/tools/admin/pulumi/update.sh
@@ -3,32 +3,32 @@
 
 # Version of Pulumi from
 # https://www.pulumi.com/docs/get-started/install/versions/
-VERSION="2.17.0"
+VERSION="2.17.2"
 
 # Grab latest release ${VERSION} from
 # https://github.com/pulumi/pulumi-${NAME}/releases
 plugins=(
-    "auth0=1.5.1"
+    "auth0=1.5.2"
     "aws=3.23.0"
-    "cloudflare=2.11.0"
-    "consul=2.6.2"
-    "datadog=2.14.0"
-    "digitalocean=3.2.0"
-    "docker=2.6.0"
-    "gcp=4.6.1"
-    "github=2.4.1"
-    "gitlab=3.4.0"
-    "hcloud=0.4.1"
-    "kubernetes=2.7.5"
-    "mailgun=2.3.1"
-    "mysql=2.3.2"
-    "openstack=2.10.1"
+    "cloudflare=2.11.1"
+    "consul=2.6.3"
+    "datadog=2.14.1"
+    "digitalocean=3.2.1"
+    "docker=2.6.1"
+    "gcp=4.7.0"
+    "github=2.4.2"
+    "gitlab=3.4.1"
+    "hcloud=0.5.1"
+    "kubernetes=2.7.6"
+    "mailgun=2.3.2"
+    "mysql=2.3.3"
+    "openstack=2.10.2"
     "packet=3.2.2"
-    "postgresql=2.5.2"
-    "random=3.0.0"
-    "vault=3.2.0"
-    "vsphere=2.11.3"
-    );
+    "postgresql=2.5.3"
+    "random=3.0.1"
+    "vault=3.2.1"
+    "vsphere=2.11.4"
+)
 
 function genMainSrc() {
     local url="https://get.pulumi.com/releases/sdk/pulumi-v${VERSION}-$1-x64.tar.gz"