- fix: pull request comment body too big. Trims 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-manager
as 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-comment
checks 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 totrue
therefore it will always update the same comment to change this behaviour, set this value to false in your action - Add
stack_name
andcommand
to 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
parallel
message
expect-no-changes
diff
replace
target
target-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