Skip to content

Releases: pulumi/pulumictl

v0.0.46

15 Dec 07:34
2f75ae3
Compare
Choose a tag to compare
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

10 Oct 23:53
bc253f7
Compare
Choose a tag to compare
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

07 Sep 15:40
0cabef8
Compare
Choose a tag to compare
Fix swallowed error in download-binary (#69)

* Don't swallow error from decompression

* some more error logging fixes

v0.0.43

11 May 22:49
a2c5d77
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.42...v0.0.43

v0.0.42

01 Feb 12:53
cfcf047
Compare
Choose a tag to compare
Fix converting to python version when the build number is 8 or more d…

v0.0.41

18 Jan 09:46
89384f4
Compare
Choose a tag to compare
Install pulumictl during release (#63)

* Install pulumictl during release

* Test installing and executing tool

* Fix PR test command

v0.0.40

17 Jan 17:14
8196690
Compare
Choose a tag to compare
Trigger chocolatey on release (#62)

v0.0.39

04 Jan 00:20
8dea303
Compare
Choose a tag to compare
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

22 Dec 15:48
575a272
Compare
Choose a tag to compare
Disable cgo (#59)

* Try CGO_ENABLED=0

* Disable CGO and use stubbed fsnotify

* Another mock dep

v0.0.32

28 Jun 17:13
fc811a0
Compare
Choose a tag to compare
Adding a command that will download a binary to a specified location …