@backstage/plugin-scaffolder-backend 1.4.0-next.2 → 1.5.0-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 +101 -4
- package/alpha/package.json +6 -0
- package/dist/index.alpha.d.ts +984 -0
- package/dist/index.beta.d.ts +980 -0
- package/dist/index.cjs.js +990 -314
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +669 -601
- package/package.json +23 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,105 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.5.0-next.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 593dea6710: Add support for Basic Auth for Bitbucket Server.
|
|
8
|
+
- 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
|
|
9
|
+
- 3f1316f1c5: User Bearer Authorization header at Git commands with token-based auth at Bitbucket Server.
|
|
10
|
+
- eeff5046ae: Updated `publish:gitlab:merge-request` action to allow commit updates and deletes
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- fc8a5f797b: Add a `publish:gerrit:review` scaffolder action
|
|
15
|
+
- 014b3b7776: Add missing `res.end()` in scaffolder backend `EventStream` usage
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @backstage/backend-common@0.15.0-next.0
|
|
18
|
+
- @backstage/integration@1.3.0-next.0
|
|
19
|
+
- @backstage/backend-plugin-api@0.1.1-next.0
|
|
20
|
+
- @backstage/plugin-catalog-backend@1.3.1-next.0
|
|
21
|
+
- @backstage/plugin-catalog-node@1.0.1-next.0
|
|
22
|
+
|
|
23
|
+
## 1.4.0
|
|
24
|
+
|
|
25
|
+
### Minor Changes
|
|
26
|
+
|
|
27
|
+
- e1a08d872c: Added optional assignee parameter for Gitlab Merge Request action
|
|
28
|
+
- dab9bcf2e7: Add `protectEnforceAdmins` as an option to GitHub publish actions
|
|
29
|
+
- 4baf8a4ece: Update GitLab Merge Request Action to allow source branch to be deleted
|
|
30
|
+
- 91c1d12123: Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production.
|
|
31
|
+
- d10ccc2ed1: Introduced audit log message when a new scaffolder task is created
|
|
32
|
+
- 2db07887cb: Added two new scaffolder actions: `github:repo:create` and `github:repo:push`
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- 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.
|
|
37
|
+
|
|
38
|
+
Deprecate `copyWithoutRender` in favor of `copyWithoutTemplating`.
|
|
39
|
+
|
|
40
|
+
- 801d606909: Improve error messaging when passing in malformed auth
|
|
41
|
+
- 089d846962: Fix issues with optional directories and files
|
|
42
|
+
- ea6dcb84a4: Don't resolve symlinks, treat them as binary files and copy them as-is
|
|
43
|
+
- af02f54483: new setUserAsOwner flag for publish:gitlab action
|
|
44
|
+
|
|
45
|
+
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.
|
|
46
|
+
|
|
47
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
48
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
49
|
+
- 72622d9143: Updated dependency `yaml` to `^2.0.0`.
|
|
50
|
+
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
|
|
51
|
+
- 679b32172e: Updated dependency `knex` to `^2.0.0`.
|
|
52
|
+
- 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
|
|
53
|
+
- 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
|
|
54
|
+
- e2d7b76f43: Upgrade git-url-parse to 12.0.0.
|
|
55
|
+
|
|
56
|
+
Motivation for upgrade is transitively upgrading parse-url which is vulnerable
|
|
57
|
+
to several CVEs detected by Snyk.
|
|
58
|
+
|
|
59
|
+
- SNYK-JS-PARSEURL-2935944
|
|
60
|
+
- SNYK-JS-PARSEURL-2935947
|
|
61
|
+
- SNYK-JS-PARSEURL-2936249
|
|
62
|
+
|
|
63
|
+
- 945a27fa6a: Add sourcePath option to publish:gerrit action
|
|
64
|
+
- 1764296a68: Allow to create Gerrit project using default owner
|
|
65
|
+
- Updated dependencies
|
|
66
|
+
- @backstage/backend-plugin-api@0.1.0
|
|
67
|
+
- @backstage/plugin-catalog-backend@1.3.0
|
|
68
|
+
- @backstage/backend-common@0.14.1
|
|
69
|
+
- @backstage/catalog-model@1.1.0
|
|
70
|
+
- @backstage/plugin-catalog-node@1.0.0
|
|
71
|
+
- @backstage/integration@1.2.2
|
|
72
|
+
- @backstage/catalog-client@1.0.4
|
|
73
|
+
- @backstage/errors@1.1.0
|
|
74
|
+
- @backstage/plugin-scaffolder-common@1.1.2
|
|
75
|
+
|
|
76
|
+
## 1.4.0-next.3
|
|
77
|
+
|
|
78
|
+
### Minor Changes
|
|
79
|
+
|
|
80
|
+
- 91c1d12123: Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production.
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- ea6dcb84a4: Don't resolve symlinks, treat them as binary files and copy them as-is
|
|
85
|
+
- af02f54483: new setUserAsOwner flag for publish:gitlab action
|
|
86
|
+
|
|
87
|
+
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.
|
|
88
|
+
|
|
89
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
90
|
+
- 4e9a90e307: Updated dependency `luxon` to `^3.0.0`.
|
|
91
|
+
- 72622d9143: Updated dependency `yaml` to `^2.0.0`.
|
|
92
|
+
- 511f49ee43: Updated dependency `octokit` to `^2.0.0`.
|
|
93
|
+
- 735853353b: Updated dependency `@octokit/webhooks` to `^10.0.0`.
|
|
94
|
+
- Updated dependencies
|
|
95
|
+
- @backstage/backend-plugin-api@0.1.0-next.0
|
|
96
|
+
- @backstage/plugin-catalog-backend@1.3.0-next.3
|
|
97
|
+
- @backstage/plugin-catalog-node@1.0.0-next.0
|
|
98
|
+
- @backstage/backend-common@0.14.1-next.3
|
|
99
|
+
- @backstage/catalog-client@1.0.4-next.2
|
|
100
|
+
- @backstage/integration@1.2.2-next.3
|
|
101
|
+
- @backstage/catalog-model@1.1.0-next.3
|
|
102
|
+
|
|
3
103
|
## 1.4.0-next.2
|
|
4
104
|
|
|
5
105
|
### Minor Changes
|
|
@@ -40,10 +140,6 @@
|
|
|
40
140
|
|
|
41
141
|
## 1.4.0-next.0
|
|
42
142
|
|
|
43
|
-
### Minor Changes
|
|
44
|
-
|
|
45
|
-
- 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.
|
|
46
|
-
|
|
47
143
|
### Patch Changes
|
|
48
144
|
|
|
49
145
|
- Updated dependencies
|
|
@@ -86,6 +182,7 @@
|
|
|
86
182
|
- Added a route under `/v2/tasks` to list tasks by a `userEntityRef` using the `createdBy` query parameter
|
|
87
183
|
- c042c5eaff: Add an option to not protect the default branch.
|
|
88
184
|
- f93af969cd: Added the ability to support running of templates that are not in the `default` namespace
|
|
185
|
+
- 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.
|
|
89
186
|
|
|
90
187
|
### Patch Changes
|
|
91
188
|
|