@backstage/plugin-scaffolder-backend 0.15.15 → 0.15.19
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 +44 -0
- package/dist/index.cjs.js +277 -154
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +9 -60
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 0.15.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7d4b4e937c: Uptake changes to the GitHub Credentials Provider interface.
|
|
8
|
+
- d078377f67: Support navigating back to pre-filled templates to update inputs of scaffolder tasks for resubmission
|
|
9
|
+
- 5f8ceba1b1: Support custom file name for `catalog:write` action
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/backend-common@0.10.1
|
|
12
|
+
- @backstage/plugin-catalog-backend@0.19.4
|
|
13
|
+
- @backstage/plugin-scaffolder-common@0.1.2
|
|
14
|
+
- @backstage/integration@0.7.0
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.7
|
|
16
|
+
|
|
17
|
+
## 0.15.18
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/backend-common@0.10.0
|
|
23
|
+
- @backstage/catalog-client@0.5.3
|
|
24
|
+
- @backstage/plugin-catalog-backend@0.19.3
|
|
25
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.6
|
|
26
|
+
|
|
27
|
+
## 0.15.17
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- eec0750d8d: Makes cookiecutter a default, but optional action based on if a containerRunner argument is passed in to createRouter or createBuiltinActions
|
|
32
|
+
- ed52f74ab3: Adding changes to create GitLab Merge Request using custom action
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/plugin-catalog-backend@0.19.2
|
|
35
|
+
- @backstage/backend-common@0.9.14
|
|
36
|
+
- @backstage/catalog-model@0.9.8
|
|
37
|
+
|
|
38
|
+
## 0.15.16
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- 2a3fb13718: Bump esbuild to ^0.14.1
|
|
43
|
+
- Updated dependencies
|
|
44
|
+
- @backstage/backend-common@0.9.13
|
|
45
|
+
- @backstage/plugin-catalog-backend@0.19.1
|
|
46
|
+
|
|
3
47
|
## 0.15.15
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|