Releases: pulumi/pulumictl
Releases · pulumi/pulumictl
v0.0.47
v0.0.46
use PULUMI_BOT_TOKEN for release (#79) The BOT_GITHUB_TOKEN seems to be a classic PAT, which we no longer allow to access repos in the pulumi org. Switch this to the PULUMI_BOT_TOKEN, which I *think* is a valid fine-grained PAT.
v0.0.45
Add dispatch support for esc-cli (#73) Extend the "create cli-docs-build" command to take an optional "event-type" parameter. The default behavior remains the same, but this command can now be used to trigger other workflows based on the event type. For example, "pulumictl create cli-docs-build v0.5.2 --event-type esc-cli".
v0.0.44
Fix swallowed error in download-binary (#69) * Don't swallow error from decompression * some more error logging fixes
v0.0.43
v0.0.42
Fix converting to python version when the build number is 8 or more d…
v0.0.41
Install pulumictl during release (#63) * Install pulumictl during release * Test installing and executing tool * Fix PR test command
v0.0.40
Trigger chocolatey on release (#62)
v0.0.39
Fix argument parsing bugs by using dedicated Viper instances (#60) * Dedicated Viper instances * Fix azure/cli.go * Fix chocolatey/cli.go * Fix cli-docs-build/cli.go * Fix docs-build/cli.go * Fix homebrew/cli.go * Fix winget/cli.go * Fix dispatch/cli.go * Fix get/lastest_plugin/cli.go * Simplify
v0.0.38
Disable cgo (#59) * Try CGO_ENABLED=0 * Disable CGO and use stubbed fsnotify * Another mock dep