@backstage/plugin-scaffolder-backend 1.19.3-next.1 → 1.20.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 +52 -0
- package/alpha/package.json +1 -1
- package/dist/alpha.cjs.js +1 -1
- package/dist/cjs/{router-03a1f408.cjs.js → router-e667d04e.cjs.js} +7 -1
- package/dist/cjs/router-e667d04e.cjs.js.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/package.json +19 -19
- package/dist/cjs/router-03a1f408.cjs.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 1.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a694f71: The Scaffolder builtin actions now contains an action for running pipelines from Bitbucket Cloud Rest API
|
|
8
|
+
- 7c522c5: Add `gitlab:repo:push` scaffolder action to push files to arbitrary branch without creating a Merge Request
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- e9ab1c4: Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error.
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- @backstage/backend-common@0.20.1
|
|
15
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.1.1
|
|
16
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.12
|
|
17
|
+
- @backstage/plugin-scaffolder-common@1.4.5
|
|
18
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.1
|
|
19
|
+
- @backstage/catalog-client@1.5.2
|
|
20
|
+
- @backstage/backend-plugin-api@0.6.9
|
|
21
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.1
|
|
22
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6
|
|
23
|
+
- @backstage/plugin-catalog-node@1.6.1
|
|
24
|
+
- @backstage/plugin-permission-common@0.7.12
|
|
25
|
+
- @backstage/plugin-permission-node@0.7.20
|
|
26
|
+
- @backstage/backend-tasks@0.5.14
|
|
27
|
+
- @backstage/plugin-auth-node@0.4.3
|
|
28
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.1
|
|
29
|
+
- @backstage/plugin-scaffolder-node@0.2.10
|
|
30
|
+
- @backstage/catalog-model@1.4.3
|
|
31
|
+
- @backstage/config@1.1.1
|
|
32
|
+
- @backstage/errors@1.2.3
|
|
33
|
+
- @backstage/integration@1.8.0
|
|
34
|
+
- @backstage/types@1.1.1
|
|
35
|
+
|
|
36
|
+
## 1.19.3-next.2
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @backstage/backend-plugin-api@0.6.9-next.2
|
|
42
|
+
- @backstage/backend-common@0.20.1-next.2
|
|
43
|
+
- @backstage/plugin-auth-node@0.4.3-next.2
|
|
44
|
+
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6-next.2
|
|
45
|
+
- @backstage/plugin-catalog-node@1.6.1-next.2
|
|
46
|
+
- @backstage/plugin-permission-node@0.7.20-next.2
|
|
47
|
+
- @backstage/plugin-scaffolder-node@0.2.10-next.2
|
|
48
|
+
- @backstage/backend-tasks@0.5.14-next.2
|
|
49
|
+
- @backstage/plugin-scaffolder-backend-module-azure@0.1.1-next.2
|
|
50
|
+
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.1-next.2
|
|
51
|
+
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.1-next.2
|
|
52
|
+
- @backstage/plugin-scaffolder-backend-module-github@0.1.1-next.2
|
|
53
|
+
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.12-next.2
|
|
54
|
+
|
|
3
55
|
## 1.19.3-next.1
|
|
4
56
|
|
|
5
57
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var alpha = require('@backstage/plugin-scaffolder-common/alpha');
|
|
6
6
|
var pluginPermissionNode = require('@backstage/plugin-permission-node');
|
|
7
|
-
var router = require('./cjs/router-
|
|
7
|
+
var router = require('./cjs/router-e667d04e.cjs.js');
|
|
8
8
|
var backendPluginApi = require('@backstage/backend-plugin-api');
|
|
9
9
|
var backendCommon = require('@backstage/backend-common');
|
|
10
10
|
var integration = require('@backstage/integration');
|
|
@@ -1319,6 +1319,9 @@ const createBuiltinActions = (options) => {
|
|
|
1319
1319
|
gitlab.createPublishGitlabMergeRequestAction({
|
|
1320
1320
|
integrations
|
|
1321
1321
|
}),
|
|
1322
|
+
gitlab.createGitlabRepoPushAction({
|
|
1323
|
+
integrations
|
|
1324
|
+
}),
|
|
1322
1325
|
bitbucket.createPublishBitbucketAction({
|
|
1323
1326
|
integrations,
|
|
1324
1327
|
config
|
|
@@ -1376,6 +1379,9 @@ const createBuiltinActions = (options) => {
|
|
|
1376
1379
|
github.createGithubAutolinksAction({
|
|
1377
1380
|
integrations,
|
|
1378
1381
|
githubCredentialsProvider
|
|
1382
|
+
}),
|
|
1383
|
+
bitbucket.createBitbucketPipelinesRunAction({
|
|
1384
|
+
integrations
|
|
1379
1385
|
})
|
|
1380
1386
|
];
|
|
1381
1387
|
return actions;
|
|
@@ -3208,4 +3214,4 @@ exports.createRouter = createRouter;
|
|
|
3208
3214
|
exports.createWaitAction = createWaitAction;
|
|
3209
3215
|
exports.scaffolderActionRules = scaffolderActionRules;
|
|
3210
3216
|
exports.scaffolderTemplateRules = scaffolderTemplateRules;
|
|
3211
|
-
//# sourceMappingURL=router-
|
|
3217
|
+
//# sourceMappingURL=router-e667d04e.cjs.js.map
|