Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-07-08 13:35:26 +00:00
parent 4ab5cf23d2
commit eef10dfb4d
95 changed files with 1041 additions and 47 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-scaffolder-node
## 0.10.0-next.2
### Minor Changes
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
BREAKING `/alpha`: Added a new scaffolder rule `isTaskOwner` for `scaffolder.task.read` and `scaffolder.task.cancel` to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.
BREAKING `/alpha`: Retrying a task now requires both `scaffolder.task.read` and `scaffolder.task.create` permissions, replacing the previous requirement of `scaffolder.task.read` and `scaffolder.task.cancel`.
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.6.0-next.1
## 0.9.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.9.1-next.1",
"version": "0.10.0-next.2",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",