@backstage/plugin-scaffolder 1.33.0-next.2 → 1.33.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +39 -0
- package/dist/plugins/scaffolder/package.json.esm.js +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder
|
|
2
2
|
|
|
3
|
+
## 1.33.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.19.2-next.0
|
|
9
|
+
- @backstage/core-compat-api@0.4.5-next.0
|
|
10
|
+
- @backstage/plugin-scaffolder-react@1.18.1-next.0
|
|
11
|
+
- @backstage/integration-react@1.2.9
|
|
12
|
+
- @backstage/frontend-plugin-api@0.10.4
|
|
13
|
+
|
|
14
|
+
## 1.33.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- c1ce316: BREAKING `/alpha`: Converted `scaffolder.task.read` and `scaffolder.task.cancel` into Resource Permissions.
|
|
19
|
+
|
|
20
|
+
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.
|
|
21
|
+
|
|
22
|
+
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`.
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- 289e4a1: Filter MultiEntityPicker options based on rendered option value
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
- @backstage/plugin-catalog-react@1.19.1
|
|
29
|
+
- @backstage/catalog-model@1.7.5
|
|
30
|
+
- @backstage/plugin-scaffolder-react@1.18.0
|
|
31
|
+
- @backstage/catalog-client@1.10.2
|
|
32
|
+
- @backstage/core-components@0.17.4
|
|
33
|
+
- @backstage/core-plugin-api@1.10.9
|
|
34
|
+
- @backstage/integration@1.17.1
|
|
35
|
+
- @backstage/integration-react@1.2.9
|
|
36
|
+
- @backstage/plugin-scaffolder-common@1.6.0
|
|
37
|
+
- @backstage/core-compat-api@0.4.4
|
|
38
|
+
- @backstage/frontend-plugin-api@0.10.4
|
|
39
|
+
- @backstage/plugin-catalog-common@1.1.5
|
|
40
|
+
- @backstage/plugin-permission-react@0.4.36
|
|
41
|
+
|
|
3
42
|
## 1.33.0-next.2
|
|
4
43
|
|
|
5
44
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.1-next.0",
|
|
4
4
|
"description": "The Backstage plugin that helps you create new things",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/catalog-client": "1.10.2
|
|
74
|
-
"@backstage/catalog-model": "1.7.5
|
|
75
|
-
"@backstage/core-compat-api": "0.4.
|
|
76
|
-
"@backstage/core-components": "0.17.4
|
|
77
|
-
"@backstage/core-plugin-api": "1.10.9
|
|
73
|
+
"@backstage/catalog-client": "1.10.2",
|
|
74
|
+
"@backstage/catalog-model": "1.7.5",
|
|
75
|
+
"@backstage/core-compat-api": "0.4.5-next.0",
|
|
76
|
+
"@backstage/core-components": "0.17.4",
|
|
77
|
+
"@backstage/core-plugin-api": "1.10.9",
|
|
78
78
|
"@backstage/errors": "1.2.7",
|
|
79
|
-
"@backstage/frontend-plugin-api": "0.10.4
|
|
80
|
-
"@backstage/integration": "1.17.1
|
|
81
|
-
"@backstage/integration-react": "1.2.9
|
|
82
|
-
"@backstage/plugin-catalog-common": "1.1.5
|
|
83
|
-
"@backstage/plugin-catalog-react": "1.19.
|
|
84
|
-
"@backstage/plugin-permission-react": "0.4.36
|
|
85
|
-
"@backstage/plugin-scaffolder-common": "1.6.0
|
|
86
|
-
"@backstage/plugin-scaffolder-react": "1.18.
|
|
79
|
+
"@backstage/frontend-plugin-api": "0.10.4",
|
|
80
|
+
"@backstage/integration": "1.17.1",
|
|
81
|
+
"@backstage/integration-react": "1.2.9",
|
|
82
|
+
"@backstage/plugin-catalog-common": "1.1.5",
|
|
83
|
+
"@backstage/plugin-catalog-react": "1.19.2-next.0",
|
|
84
|
+
"@backstage/plugin-permission-react": "0.4.36",
|
|
85
|
+
"@backstage/plugin-scaffolder-common": "1.6.0",
|
|
86
|
+
"@backstage/plugin-scaffolder-react": "1.18.1-next.0",
|
|
87
87
|
"@backstage/types": "1.2.1",
|
|
88
88
|
"@codemirror/language": "^6.0.0",
|
|
89
89
|
"@codemirror/legacy-modes": "^6.1.0",
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"zod-to-json-schema": "^3.20.4"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@backstage/cli": "0.33.1
|
|
121
|
-
"@backstage/core-app-api": "1.18.0
|
|
122
|
-
"@backstage/dev-utils": "1.1.
|
|
123
|
-
"@backstage/plugin-catalog": "1.31.
|
|
124
|
-
"@backstage/plugin-permission-common": "0.9.1
|
|
125
|
-
"@backstage/test-utils": "1.7.10
|
|
120
|
+
"@backstage/cli": "0.33.1",
|
|
121
|
+
"@backstage/core-app-api": "1.18.0",
|
|
122
|
+
"@backstage/dev-utils": "1.1.13-next.0",
|
|
123
|
+
"@backstage/plugin-catalog": "1.31.2-next.0",
|
|
124
|
+
"@backstage/plugin-permission-common": "0.9.1",
|
|
125
|
+
"@backstage/test-utils": "1.7.10",
|
|
126
126
|
"@testing-library/dom": "^10.0.0",
|
|
127
127
|
"@testing-library/jest-dom": "^6.0.0",
|
|
128
128
|
"@testing-library/react": "^16.0.0",
|