Files
backstage/.changeset/eleven-mice-collect.md
T
Patrik Oldsberg 3500c13a33 scaffolder: add missing changesets for template editor
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-14 10:59:23 +02:00

424 B

@backstage/plugin-scaffolder-backend
@backstage/plugin-scaffolder-backend
minor

Added a new /v2/dry-run endpoint that allows for a synchronous dry run of a provided template. A supportsDryRun option has been added to createTemplateAction, which signals whether the action should be executed during dry runs. When enabled, the action context will have the new isDryRun property set to signal if the action is being executed during a dry run.