Skip to content

Releases: pulumi/actions

v4.2.1

11 Apr 21:03
2fe58cb
Compare
Choose a tag to compare

What's Changed

This patch release includes a fix for a bug released yesterday in v4.2.0, which broke config values of non-string type.

Full Changelog: v4...v4.2.1

v4.2.0

10 Apr 12:50
710a281
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.2.0

v4.1.1

31 Mar 18:42
9028fac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.1.1

v4.1.0

09 Mar 01:51
5f248f4
Compare
Choose a tag to compare

What's Changed

  • feat: Support install-only mode similar to setup-pulumi.
    (#834)

  • fix: allow comment-on-pr-number to be used for ${{ github.event }} types other than pull_request.
    (#803)

  • fix: Fix installation on Windows.
    (#851)

New Contributors

Full Changelog: v4...v4.1.0

v4.0.0

19 Jan 20:32
0c6913c
Compare
Choose a tag to compare

Announcing v4.0.0 of the Pulumi GitHub Action! This major version release is intended to only change the runtime version from Node 12 to Node 16. Upgrading to v4.0.0 is expected to break only users on deprecated versions of GitHub Enterprise – all users of hosted GitHub and GitHub Enterprise v3.4 or newer should be able to upgrade without a breaking change.

From now on, we plan to continue developing against the v4.0.0 line. We anticipate new releases of the v3 line only for major security patches.

What's Changed

  • feat: update action runtime to NodeJS 16 by @ahanoff in #753

New Contributors

Full Changelog: v3...v4.0.0

v3.21.0

19 Jan 16:24
6914f48
Compare
Choose a tag to compare

🎸 Announcing version v3.21.0 of the Pulumi GitHub Action. This version supports a remove option that deletes stacks after execution. Special thanks to @Moon1706 for contributing another awesome feature!

This is the last planned release of the v3 line. v4.0.0 will use Node 16 in place of Node 12. This breaking change will only affect users on deprecated versions of GitHub Enterprise. GitHub Enterprise customers are encouraged to upgrade to GHE v3.4 to receive support for Node 16 before moving to v4.0.0.

What's Changed

  • Add deletion of stack after destroy (downsert/remove) by @Moon1706 in #759

New Contributors

Full Changelog: v3...v3.21.0

v3.20.0

10 Nov 17:16
06bc93f
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @miguel-botelho made their first contribution in #755 . Thank you Miguel for your careful attention to detail and willingness to make a high-quality contribution!

Full Changelog: v3...v3.20.0

v3.19.1

06 Sep 16:39
d6d87bb
Compare
Choose a tag to compare

What's New

  • This release fixes a bug where cloud-url option was not respected. Thanks to @tmehlinger for the pull request!

Full Changelog: v3...v3.19.1

v3.19.0

10 Aug 14:43
23bfa18
Compare
Choose a tag to compare

🎸 Another rockin' release! This release introduces two new features, both from awesome community members!

What's Changed

New Contributors

Full Changelog: v3...v3.19.0

v3.18.1

07 Jul 22:18
b7c4e59
Compare
Choose a tag to compare

This release fixes a panic when comment-on-true is enabled, but the Action is not triggered by a pull_request event. It also reverts the Node 16 upgrade back to Node 12.

What's Changed

  • bug: Resolves a panic when using comment-on-pr: true when not running on an
    event of type pull_request.
    #679

  • revert runtime requirement from node 16 to node 12

New Contributors

Full Changelog: v3...v3.18.1