Releases: pulumi/actions
v4.2.1
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.
- fix: remove config-map parser by @simenandre in #913
Full Changelog: v4...v4.2.1
v4.2.0
What's Changed
- Add dist files to gitignore and forcibly commit them instead by @simenandre in #903
- refactor: improve config by @simenandre in #813
- Skip Pulumi CLI download if runner version satisfies requested CLI version by @ehafenmaier in #860
- fix: issue where pulumi command is not found by @simenandre in #905
- 904 Dotnet workflow failing by @ehafenmaier in #907
New Contributors
- @ehafenmaier made their first contribution in #860
Full Changelog: v4...v4.2.0
v4.1.1
What's Changed
- Differentiate error messages for Semver calculation. by @RobbieMcKinstry in #898
Full Changelog: v4...v4.1.1
v4.1.0
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 thanpull_request
.
(#803) -
fix: Fix installation on Windows.
(#851)
New Contributors
- @bennettp123 made their first contribution in #803
- @Frassle made their first contribution in #851
- @abhinav made their first contribution in #877
Full Changelog: v4...v4.1.0
v4.0.0
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
New Contributors
Full Changelog: v3...v4.0.0
v3.21.0
🎸 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
New Contributors
- @raywonkari made their first contribution in #811
Full Changelog: v3...v3.21.0
v3.20.0
What's Changed
- feat: Add optional project_name to action by @miguel-botelho in #755
- Allow setting pr via with.comment-on-pr-number: #496-Follow-On by @RobbieMcKinstry in #748
- feat: Always show login information by @cobraz in #744
- fix: no output issue by @cobraz in #746
- clarify stack name by @susanev in #756
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
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
🎸 Another rockin' release! This release introduces two new features, both from awesome community members!
What's Changed
- feat: Add
config_map
option by @Moon1706 in #645 - feat: Add
pulumi-version
option by @lomholdt in #661
New Contributors
Full Changelog: v3...v3.19.0
v3.18.1
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 typepull_request
.
#679 -
revert runtime requirement from node 16 to node 12
New Contributors
Full Changelog: v3...v3.18.1