@backstage/plugin-scaffolder-backend 1.19.2-next.3 → 1.19.2

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,37 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 219d7f0: Refactor some methods to `-node` instead and use the new external modules
8
+ - aff34fc: Fix issue with Circular JSON dependencies in templating
9
+ - 48667b4: Fix creating env secret in github:environment:create action
10
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
11
+ - 28949ea: Add a new action for creating github-autolink references for a repository: `github:autolinks:create`
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.20.0
14
+ - @backstage/plugin-scaffolder-backend-module-github@0.1.0
15
+ - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.11
16
+ - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.0
17
+ - @backstage/plugin-catalog-node@1.6.0
18
+ - @backstage/catalog-client@1.5.0
19
+ - @backstage/plugin-scaffolder-node@0.2.9
20
+ - @backstage/backend-tasks@0.5.13
21
+ - @backstage/integration@1.8.0
22
+ - @backstage/plugin-auth-node@0.4.2
23
+ - @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.0
24
+ - @backstage/plugin-scaffolder-backend-module-azure@0.1.0
25
+ - @backstage/plugin-permission-common@0.7.11
26
+ - @backstage/plugin-permission-node@0.7.19
27
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5
28
+ - @backstage/backend-plugin-api@0.6.8
29
+ - @backstage/catalog-model@1.4.3
30
+ - @backstage/config@1.1.1
31
+ - @backstage/errors@1.2.3
32
+ - @backstage/types@1.1.1
33
+ - @backstage/plugin-scaffolder-common@1.4.4
34
+
3
35
  ## 1.19.2-next.3
4
36
 
5
37
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "1.19.2-next.3",
3
+ "version": "1.19.2",
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-46321f3f.cjs.js');
7
+ var router = require('./cjs/router-ca1e7c8a.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');
@@ -1372,6 +1372,10 @@ const createBuiltinActions = (options) => {
1372
1372
  }),
1373
1373
  github.createGithubDeployKeyAction({
1374
1374
  integrations
1375
+ }),
1376
+ github.createGithubAutolinksAction({
1377
+ integrations,
1378
+ githubCredentialsProvider
1375
1379
  })
1376
1380
  ];
1377
1381
  return actions;
@@ -3204,4 +3208,4 @@ exports.createRouter = createRouter;
3204
3208
  exports.createWaitAction = createWaitAction;
3205
3209
  exports.scaffolderActionRules = scaffolderActionRules;
3206
3210
  exports.scaffolderTemplateRules = scaffolderTemplateRules;
3207
- //# sourceMappingURL=router-46321f3f.cjs.js.map
3211
+ //# sourceMappingURL=router-ca1e7c8a.cjs.js.map