@backstage/plugin-scaffolder-backend 1.25.0-next.2 → 1.25.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,50 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.25.0
4
+
5
+ ### Minor Changes
6
+
7
+ - df9ae9e: Added scaffolder action publish:bitbucketCloud:pull-request
8
+ - 62898bd: `createRouter` and its related types has been marked as deprecared. This backend should instead be initialized using the new backend system.
9
+
10
+ ### Patch Changes
11
+
12
+ - f0c6b25: Allow listing file contents with `debug:log` scaffolder action
13
+ - c160951: Found the issue during testing the clean up of the workspace for the database implementation.
14
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
15
+ - f865103: Updated dependency `esbuild` to `^0.23.0`.
16
+ - c2b63ab: Updated dependency `supertest` to `^7.0.0`.
17
+ - 7976081: Added support for all request parameters in the Github create/update environment API in the Github environment create scaffolder action.
18
+
19
+ Disable MultiEntityPicker when `maxItems` limit is reached defined in `JSONSchema`
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-defaults@0.5.0
23
+ - @backstage/backend-common@0.25.0
24
+ - @backstage/backend-plugin-api@1.0.0
25
+ - @backstage/plugin-auth-node@0.5.2
26
+ - @backstage/plugin-scaffolder-backend-module-gitlab@0.5.0
27
+ - @backstage/catalog-model@1.7.0
28
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.0
29
+ - @backstage/catalog-client@1.7.0
30
+ - @backstage/plugin-permission-node@0.8.3
31
+ - @backstage/plugin-catalog-node@1.13.0
32
+ - @backstage/plugin-scaffolder-backend-module-github@0.5.0
33
+ - @backstage/integration@1.15.0
34
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.0
35
+ - @backstage/plugin-scaffolder-backend-module-azure@0.2.0
36
+ - @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.0
37
+ - @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.0
38
+ - @backstage/plugin-scaffolder-backend-module-gerrit@0.2.0
39
+ - @backstage/plugin-scaffolder-backend-module-gitea@0.2.0
40
+ - @backstage/config@1.2.0
41
+ - @backstage/errors@1.2.4
42
+ - @backstage/types@1.1.1
43
+ - @backstage/plugin-bitbucket-cloud-common@0.2.23
44
+ - @backstage/plugin-permission-common@0.8.1
45
+ - @backstage/plugin-scaffolder-common@1.5.6
46
+ - @backstage/plugin-scaffolder-node@0.4.11
47
+
3
48
  ## 1.25.0-next.2
4
49
 
5
50
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend__alpha",
3
- "version": "1.25.0-next.2",
3
+ "version": "1.25.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-B1lzg7oz.cjs.js');
7
+ var router = require('./cjs/router-L9rspgmo.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');
@@ -1453,7 +1453,8 @@ const createBuiltinActions = (options) => {
1453
1453
  githubCredentialsProvider
1454
1454
  }),
1455
1455
  github.createGithubEnvironmentAction({
1456
- integrations
1456
+ integrations,
1457
+ catalogClient
1457
1458
  }),
1458
1459
  github.createGithubDeployKeyAction({
1459
1460
  integrations
@@ -3857,4 +3858,4 @@ exports.createRouter = createRouter;
3857
3858
  exports.createWaitAction = createWaitAction;
3858
3859
  exports.scaffolderActionRules = scaffolderActionRules;
3859
3860
  exports.scaffolderTemplateRules = scaffolderTemplateRules;
3860
- //# sourceMappingURL=router-B1lzg7oz.cjs.js.map
3861
+ //# sourceMappingURL=router-L9rspgmo.cjs.js.map