Releases: pulumi/actions
Releases · pulumi/actions
v2.3.0
Adding a warning to the release about the minimum CLI version
v2.2.0
- Add ability to refresh a stack by passing refresh: true #128
v2.1.0
- 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
Warning: The command
argument can only be set to up
, update
, refresh
, destroy
and preview
. Workflows that includes Pulumi command-line arguments in the command
field will fail (e.g. command: up --diff
).
v2.0.1
Adding the ability to use update (#86)
v2.0.0
Adding a migration guide to the README (#85)
v1.2.1
fixup
v1.2.0
Adding support for pipenv environments
v1.1.0
Add yarn workspace as configuration option. (#39)
v1
Add yarn workspace as configuration option. (#39)
v1.0.0
Update the README with further examples