(none)
- chore: update Action runtime to node 24 (#1404)
- chore: bump
typescript,jest,ts-jest,@types/jest,@types/node(#1405) - chore: update ESLint stack and migrate to flat config (#1406)
- chore: Update pulumi/pulumi dependency (#1394)
- feat: Strip ansi control characters from GitHub step Summary and PR comment (#1312)
- revert: Remove
run-programflag support (#1381)
- feat: Add
run-programflag support for refresh, destroy, preview, and up/update commands (#1376)
-
feat: support
--excludeand--exclude-dependentsflags (#1363) -
feat: verbosity and debug inputs to enable debug options (#1046)
-
fix: update "user agent" string to pulumi/actions@v6 (#1357)
- feat: support continue on error flag (--continue-on-error) (#1357)
- feat: Add clickable View Live link to PR comments (#1355)
-
fix: Make
pulumi loginrespect configuration inPulumi.yaml(#1299) -
fix: Log stderr from commands (#1316)
-
fix: Make the
outputcommand work without having to be in a working directory that contains a Pulumi.yaml file. (#1327)
- feat: (breaking change) Update the
refreshoption to run commands with the--refreshflag. (#1118)
- fix:
always-include-summaryonly logs warning when ouput is too large (#1263)
- feat: Allow trimming PR comments from the front, so the summary is always included in the comment (#1252)
- feat: strip ansi control characters from pull request comment (#1231)
-
fix: download latest version only when necessary when 'pulumi-version: latest' is specified ((#1225)[#1225])
-
fix: make
pulumi-version-filework in non-install mode as well ((#1216)[#1216])
- fix: add 3.120.0 to the list of known-bad versions ((#1210)[#1210])
- fix: remove
pulumi-versiondefault ((#1208)[#1208])
- feat: add option
pulumi-version-file(#1204)
- fix:
make comment-on-pr-numberoption work even outside of pull-request events (#1178)
- fix: include the versions in the error message (#1147)
- feat: support disabling progress dots and outputs printing (--suppress-progress, --suppress-outputs) (#116)
- fix: only warn when login fails instead of erroring (#1082)
- feat: allow installing the latest dev release automatically (#1051)
- chore: node 20 as default runtime (#1018)
- feat: Download CLI if preinstalled version has a known issue. (#956)
- feat: Support
exclude-protectedondestroy. (#925)
- fix: remove config-map parser, which should fix a bug causing errors when config values were non-strings.
- chore: add dist files to gitignore and forcebly commit them instead
- refactor: Improve config
- feat: Add support for skipping downloading the Pulumi CLI if it is already installed on the runner being used and the runner CLI version is suitable. (#789)
- fix: issue where pulumi command is not found when checking for version
- fix: Issue where dotnet test stack workflow is failing. Upgrade dotnet test project and workflow job from .NET 3.1 to 6.x. (#904)
- fix: Improve error messages around failed Semver resolution. (#898)
-
feat: Support install-only mode similar to setup-pulumi (#834)
-
fix: allow
comment-on-pr-numberto be used for${{ github.event }}types other thanpull_request(#803) -
fix: Fix installation on Windows. (#851)
- feat: Update Action runtime to NodeJS 16
- feat: Add deletion of stack after destroy (remove flag)
-
feat: Always show login information
-
fix: no output when applying
-
fix: pull request comment body too big. Trims body when above 64k characters.
-
Support for setting
comment-on-pr-numberwhen building Reused Workflows. -
feat: Always show login information
-
feat: Includes the project name in comments, eliminating conflicts when working with multiple projects in the same repository. (#563)
- bug: Fix bug where
cloud-urloption was not respected. This change also enables using self-hosted Pulumi (e.g. an S3 bucket or Pulumi Business Critical self-hosted) #719
-
feat: add configuration of Pulumi stack by
config-mapfield -
enhancement: Add
pulumi-versionoption to allow pinning the version of the CLI PR fixes #437
-
bug: Resolves a panic when using
comment-on-pr: truewhen not running on an event of typepull_request. #679 -
revert runtime requirement from node 16 to node 12
-
Add support for colorized output #662
-
feat: add support for local policy packs #658
-
fix: update PR comments correctly when
edit-pr-commentis true (fixes #633) -
bump runtime to node 16
- Fixes errors when pull request comment body is too large by trimming the body when above 64k characters
- Print the comments as a collapsed
<details>section
- Upgrade to Pulumi v3.21.0
- Upgrade to Pulumi v3.20.0
- Upgrade to Pulumi v3.19.0
- Upgrade to Pulumi v3.17.1
- Upgrade to Pulumi v3.17.0
- Upgrade to Pulumi v3.16.0
- Upgrade to Pulumi v3.14.0
- Upgrade to Pulumi v3.13.2
- Upgrade to Pulumi v3.13.0
- Add support for arm64 architecture
- Upgrade to Pulumi v3.11.0
- Upgrade to Pulumi v3.10.3
- Upgrade to Pulumi v3.10.1
- Add support for passing
secrets-manageras part of the workspace options when interacting with a stack - Upgrade to Pulumi v3.9.1 SDK
- Upgrade to Pulumi v3.9.0 SDK
- Upgrade to Pulumi v3.7.1 SDK
- Upgrade to Pulumi v3.6.0 SDK
- Ensure that
edit-pr-commentchecks to ensure it has a comment to edit before trying to update
- Upgrade to Pulumi v3.4.0 SDK
- Add ability to
edit-pr-comment- this value currently defaults totruetherefore it will always update the same comment to change this behaviour, set this value to false in your action - Add
stack_nameandcommandto PR comment output
- Upgrade to Pulumi 3.0 PLEASE NOTE: This minimum version of the Pulumi CLI to work with this action has been updated to be 3.0.0. If this version requirement is not satisfied then the action will throw an error
- Upgrade to v2.25.0 of Pulumi Automation API #180 PLEASE NOTE: This minimum version of the Pulumi CLI to work with this action has been updated to be 2.25.0
- Add ability to refresh a stack by passing
refresh: true#128
- Add ability to create stack if not already exists by passing
upsert: true#118 - Add ability to pass program options to the Pulumi CLI
#117
parallelmessageexpect-no-changesdiffreplacetargettarget-dependents
- Reject PRs with changes to the
dist/folder to reduce any potential security issues #119
- Initial reworking of the Action to be TypeScript based