Releases: pulumi/pulumi-command
Releases · pulumi/pulumi-command
v0.7.1
Add DialErrorLimit as parameter for remote command (#180) Previously there was a hardcoded value of 10 attempts on dialing the remote host. If all 10 attempts returned an error then command execution would fail. This change enables to adjust the number of attempts when getting an error while dialing, or even to remove the limit to keep retrying until timeout.
v0.7.0
Go SDK provider (#156) Rewrite Command Provider using the pulumi-go-provider library. Co-authored-by: Ian Wahbe <[email protected]>
v0.6.0
mark connection as secret (#149) * marked connection as secret.
v0.5.2
Prevent panic if dir is nil (#129)
v0.5.1
Merge pull request #126 from brumhard/fix/no-properties-overwrite-on-…
v0.5.0
What's Changed
- Add support for Java SDK
- Prevent panic when using concurrent writes
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #90
- Use 1.18 in CI by @jkisk in #91
- Automated pulumi/pulumi upgrade by @pulumi-bot in #92
- Asset results from command & run invoke by @danielrbradley in #87
- Automated pulumi/pulumi upgrade by @pulumi-bot in #95
New Contributors
- @danielrbradley made their first contribution in #87
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Ensure that we embed the version in the schema before packaging to th…
v0.3.1
[internal] ensure sdk tag for go sdk pushed as part of release (#73)