Version Packages (next)
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 3.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 77bee9f: Updated the `list-scaffolder-tasks` action to support the new "status" filter parameter, allowing the action to return tasks matching a specific status.
|
||||
- 07e08be: Added `always()` and `failure()` status check functions for scaffolder steps. These functions can be used in the if field of a step to control execution after failures. `always()` ensures a step runs regardless of previous step outcomes, while `failure()` runs a step only when a previous step has failed.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.8.1-next.1
|
||||
- @backstage/plugin-catalog-node@2.2.1-next.1
|
||||
- @backstage/plugin-scaffolder-node@0.13.3-next.1
|
||||
- @backstage/plugin-permission-common@0.9.9-next.1
|
||||
|
||||
## 3.4.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"version": "3.4.1-next.0",
|
||||
"version": "3.5.0-next.1",
|
||||
"description": "The Backstage backend plugin that helps you create new things",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Reference in New Issue
Block a user