@backstage/plugin-scaffolder-backend 0.15.13 → 0.15.17

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 CHANGED
@@ -1,5 +1,51 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 0.15.17
4
+
5
+ ### Patch Changes
6
+
7
+ - eec0750d8d: Makes cookiecutter a default, but optional action based on if a containerRunner argument is passed in to createRouter or createBuiltinActions
8
+ - ed52f74ab3: Adding changes to create GitLab Merge Request using custom action
9
+ - Updated dependencies
10
+ - @backstage/plugin-catalog-backend@0.19.2
11
+ - @backstage/backend-common@0.9.14
12
+ - @backstage/catalog-model@0.9.8
13
+
14
+ ## 0.15.16
15
+
16
+ ### Patch Changes
17
+
18
+ - 2a3fb13718: Bump esbuild to ^0.14.1
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.9.13
21
+ - @backstage/plugin-catalog-backend@0.19.1
22
+
23
+ ## 0.15.15
24
+
25
+ ### Patch Changes
26
+
27
+ - 0398ea25d3: Removed unused scaffolder visibility configuration; this has been moved to publish actions. Deprecated scaffolder provider configuration keys; these should use the integrations configuration instead.
28
+ - b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
29
+ - c6b44d80ad: Add options to spawn in runCommand helper
30
+ - Updated dependencies
31
+ - @backstage/integration@0.6.10
32
+ - @backstage/plugin-catalog-backend@0.19.0
33
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.5
34
+ - @backstage/backend-common@0.9.12
35
+
36
+ ## 0.15.14
37
+
38
+ ### Patch Changes
39
+
40
+ - a096e4c4d7: Switched to executing scaffolder templating in a secure context for any template based on nunjucks, as it is [not secure by default](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).
41
+ - f9352ab606: Removed all usages of `path.resolve` in order to ensure that template paths are resolved in a safe way.
42
+ - e634a47ce5: Fix bug where there was error log lines written when failing to `JSON.parse` things that were not `JSON` values.
43
+ - 42ebbc18c0: Bump gitbeaker to the latest version
44
+ - Updated dependencies
45
+ - @backstage/errors@0.1.5
46
+ - @backstage/plugin-catalog-backend@0.18.0
47
+ - @backstage/backend-common@0.9.11
48
+
3
49
  ## 0.15.13
4
50
 
5
51
  ### Patch Changes