@backstage/plugin-scaffolder-backend 1.4.0-next.1 → 1.4.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 CHANGED
@@ -1,5 +1,110 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e1a08d872c: Added optional assignee parameter for Gitlab Merge Request action
8
+ - dab9bcf2e7: Add `protectEnforceAdmins` as an option to GitHub publish actions
9
+ - 4baf8a4ece: Update GitLab Merge Request Action to allow source branch to be deleted
10
+ - 91c1d12123: Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production.
11
+ - d10ccc2ed1: Introduced audit log message when a new scaffolder task is created
12
+ - 2db07887cb: Added two new scaffolder actions: `github:repo:create` and `github:repo:push`
13
+
14
+ ### Patch Changes
15
+
16
+ - ff316b86d8: Add `copyWithoutTemplating` to the fetch template action input. `copyWithoutTemplating` also accepts an array of glob patterns. Contents of matched files or directories are copied without being processed, but paths are subject to rendering.
17
+
18
+ Deprecate `copyWithoutRender` in favor of `copyWithoutTemplating`.
19
+
20
+ - 801d606909: Improve error messaging when passing in malformed auth
21
+ - 089d846962: Fix issues with optional directories and files
22
+ - ea6dcb84a4: Don't resolve symlinks, treat them as binary files and copy them as-is
23
+ - af02f54483: new setUserAsOwner flag for publish:gitlab action
24
+
25
+ The field default is `false`. When true it will use the token configured in the gitlab integration for the matching host, to try and set the user logged in via `repoUrlPicker` `requestUserCredentials` OAuth flow as owner of the repository created in GitLab.
26
+
27
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
28
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
29
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
30
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
31
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
32
+ - 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
33
+ - 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
34
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
35
+
36
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
37
+ to several CVEs detected by Snyk.
38
+
39
+ - SNYK-JS-PARSEURL-2935944
40
+ - SNYK-JS-PARSEURL-2935947
41
+ - SNYK-JS-PARSEURL-2936249
42
+
43
+ - 945a27fa6a: Add sourcePath option to publish:gerrit action
44
+ - 1764296a68: Allow to create Gerrit project using default owner
45
+ - Updated dependencies
46
+ - @backstage/backend-plugin-api@0.1.0
47
+ - @backstage/plugin-catalog-backend@1.3.0
48
+ - @backstage/backend-common@0.14.1
49
+ - @backstage/catalog-model@1.1.0
50
+ - @backstage/plugin-catalog-node@1.0.0
51
+ - @backstage/integration@1.2.2
52
+ - @backstage/catalog-client@1.0.4
53
+ - @backstage/errors@1.1.0
54
+ - @backstage/plugin-scaffolder-common@1.1.2
55
+
56
+ ## 1.4.0-next.3
57
+
58
+ ### Minor Changes
59
+
60
+ - 91c1d12123: Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production.
61
+
62
+ ### Patch Changes
63
+
64
+ - ea6dcb84a4: Don't resolve symlinks, treat them as binary files and copy them as-is
65
+ - af02f54483: new setUserAsOwner flag for publish:gitlab action
66
+
67
+ The field default is `false`. When true it will use the token configured in the gitlab integration for the matching host, to try and set the user logged in via `repoUrlPicker` `requestUserCredentials` OAuth flow as owner of the repository created in GitLab.
68
+
69
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
70
+ - 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
71
+ - 72622d9143: Updated dependency `yaml` to `^2.0.0`.
72
+ - 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
73
+ - 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
74
+ - Updated dependencies
75
+ - @backstage/backend-plugin-api@0.1.0-next.0
76
+ - @backstage/plugin-catalog-backend@1.3.0-next.3
77
+ - @backstage/plugin-catalog-node@1.0.0-next.0
78
+ - @backstage/backend-common@0.14.1-next.3
79
+ - @backstage/catalog-client@1.0.4-next.2
80
+ - @backstage/integration@1.2.2-next.3
81
+ - @backstage/catalog-model@1.1.0-next.3
82
+
83
+ ## 1.4.0-next.2
84
+
85
+ ### Minor Changes
86
+
87
+ - 4baf8a4ece: Update GitLab Merge Request Action to allow source branch to be deleted
88
+ - 2db07887cb: Added two new scaffolder actions: `github:repo:create` and `github:repo:push`
89
+
90
+ ### Patch Changes
91
+
92
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
93
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
94
+
95
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
96
+ to several CVEs detected by Snyk.
97
+
98
+ - SNYK-JS-PARSEURL-2935944
99
+ - SNYK-JS-PARSEURL-2935947
100
+ - SNYK-JS-PARSEURL-2936249
101
+
102
+ - Updated dependencies
103
+ - @backstage/catalog-model@1.1.0-next.2
104
+ - @backstage/backend-common@0.14.1-next.2
105
+ - @backstage/plugin-catalog-backend@1.2.1-next.2
106
+ - @backstage/integration@1.2.2-next.2
107
+
3
108
  ## 1.4.0-next.1
4
109
 
5
110
  ### Patch Changes
@@ -15,10 +120,6 @@
15
120
 
16
121
  ## 1.4.0-next.0
17
122
 
18
- ### Minor Changes
19
-
20
- - 3500c13a33: Added a new `/v2/dry-run` endpoint that allows for a synchronous dry run of a provided template. A `supportsDryRun` option has been added to `createTemplateAction`, which signals whether the action should be executed during dry runs. When enabled, the action context will have the new `isDryRun` property set to signal if the action is being executed during a dry run.
21
-
22
123
  ### Patch Changes
23
124
 
24
125
  - Updated dependencies
@@ -61,6 +162,7 @@
61
162
  - Added a route under `/v2/tasks` to list tasks by a `userEntityRef` using the `createdBy` query parameter
62
163
  - c042c5eaff: Add an option to not protect the default branch.
63
164
  - f93af969cd: Added the ability to support running of templates that are not in the `default` namespace
165
+ - 3500c13a33: Added a new `/v2/dry-run` endpoint that allows for a synchronous dry run of a provided template. A `supportsDryRun` option has been added to `createTemplateAction`, which signals whether the action should be executed during dry runs. When enabled, the action context will have the new `isDryRun` property set to signal if the action is being executed during a dry run.
64
166
 
65
167
  ### Patch Changes
66
168
 
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@backstage/plugin-scaffolder-backend",
3
+ "version": "1.4.0",
4
+ "main": "../dist/index.cjs.js",
5
+ "types": "../dist/index.alpha.d.ts"
6
+ }