Skip to content

Releases: pulumi/pulumi-command

v0.7.1

18 Feb 00:51
e0d039d

Choose a tag to compare

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

05 Dec 21:08
d574606

Choose a tag to compare

Go SDK provider (#156)

Rewrite Command Provider using the pulumi-go-provider library.
Co-authored-by: Ian Wahbe <[email protected]>

v0.6.0

03 Nov 20:54
25825b8

Choose a tag to compare

mark connection as secret (#149)

* marked connection as secret.

v0.5.2

12 Sep 16:55
f8140c8

Choose a tag to compare

Prevent panic if dir is nil (#129)

v0.5.1

09 Sep 15:53
00f367e

Choose a tag to compare

Merge pull request #126 from brumhard/fix/no-properties-overwrite-on-…

v0.5.0

06 Sep 10:34
5c22c9d

Choose a tag to compare

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

11 Jul 10:12
214a7f2

Choose a tag to compare

What's Changed

  • Fix copy/paste error causing updates of remote commands to be executed locally by @jon-v in #98

New Contributors

  • @jon-v made their first contribution in #98

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Jul 10:08
fca32a4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

28 Jun 21:19
7a6b42c

Choose a tag to compare

Ensure that we embed the version in the schema before packaging to th…

v0.3.1

28 Jun 17:16
644783f

Choose a tag to compare

[internal] ensure sdk tag for go sdk pushed as part of release (#73)