Hey - so y'all released Pulumi 3.180.0; but there ...
# general
g
Hey - so y'all released Pulumi 3.180.0; but there is no release in GitHub. We are using asdf plugin to install Pulumi from GitHub. https://www.pulumi.com/docs/iac/download-install/versions/ https://github.com/pulumi/pulumi/releases/tag/v3.178.0 Can someone invoke this build/release on GitHub?
Looks like it failed to properly release or has some untagged.. so it doesn't work:
This broke or didn't release properly: https://github.com/pulumi/pulumi/actions/runs/15904693604
Also I think you forgot to sign your macOS binaries:>
Copy code
Apple could not verify "pulumi" is free of malware that may harm your Mac or compromise your privacy.
So I just manually installed the binaries for 3.180.0 instal my asdf install, and then ran this to remove the quarantine:
Copy code
xattr -d com.apple.quarantine ~/.asdf/installs/pulumi/3.180.0/bin/*
e
We'll take a look