@backstage/plugin-scaffolder-backend 1.19.1 → 1.19.2-next.1

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,10 +1,54 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 1.19.1
3
+ ## 1.19.2-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 25a0c75a99bd: Fix issue with Circular JSON dependencies in templating
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend@1.15.1-next.1
9
+ - @backstage/catalog-client@1.5.0-next.0
10
+ - @backstage/integration@1.8.0-next.1
11
+ - @backstage/backend-common@0.20.0-next.1
12
+ - @backstage/backend-plugin-api@0.6.8-next.1
13
+ - @backstage/backend-tasks@0.5.13-next.1
14
+ - @backstage/catalog-model@1.4.3
15
+ - @backstage/config@1.1.1
16
+ - @backstage/errors@1.2.3
17
+ - @backstage/types@1.1.1
18
+ - @backstage/plugin-auth-node@0.4.2-next.1
19
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.1
20
+ - @backstage/plugin-catalog-common@1.0.18
21
+ - @backstage/plugin-catalog-node@1.5.1-next.1
22
+ - @backstage/plugin-permission-common@0.7.10
23
+ - @backstage/plugin-permission-node@0.7.19-next.1
24
+ - @backstage/plugin-scaffolder-common@1.4.3
25
+ - @backstage/plugin-scaffolder-node@0.2.9-next.1
26
+
27
+ ## 1.19.2-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - aff34fcf23: Fix issue with Circular JSON dependencies in templating
32
+ - 48667b4d3a: Fix creating env secret in github:environment:create action
33
+ - Updated dependencies
34
+ - @backstage/backend-common@0.20.0-next.0
35
+ - @backstage/backend-tasks@0.5.13-next.0
36
+ - @backstage/integration@1.8.0-next.0
37
+ - @backstage/plugin-auth-node@0.4.2-next.0
38
+ - @backstage/plugin-catalog-backend@1.15.1-next.0
39
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.5-next.0
40
+ - @backstage/plugin-catalog-node@1.5.1-next.0
41
+ - @backstage/plugin-permission-node@0.7.19-next.0
42
+ - @backstage/plugin-scaffolder-node@0.2.9-next.0
43
+ - @backstage/backend-plugin-api@0.6.8-next.0
44
+ - @backstage/catalog-client@1.4.6
45
+ - @backstage/catalog-model@1.4.3
46
+ - @backstage/config@1.1.1
47
+ - @backstage/errors@1.2.3
48
+ - @backstage/types@1.1.1
49
+ - @backstage/plugin-catalog-common@1.0.18
50
+ - @backstage/plugin-permission-common@0.7.10
51
+ - @backstage/plugin-scaffolder-common@1.4.3
8
52
 
9
53
  ## 1.19.0
10
54
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "1.19.1",
3
+ "version": "1.19.2-next.1",
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-68c854a3.cjs.js');
7
+ var router = require('./cjs/router-1200925e.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');
@@ -3120,9 +3120,9 @@ function createGithubEnvironmentAction(options) {
3120
3120
  });
3121
3121
  }
3122
3122
  if (secrets) {
3123
- const publicKeyResponse = await client.rest.actions.getRepoPublicKey({
3124
- owner,
3125
- repo
3123
+ const publicKeyResponse = await client.rest.actions.getEnvironmentPublicKey({
3124
+ repository_id: repository.data.id,
3125
+ environment_name: name
3126
3126
  });
3127
3127
  await Sodium__default["default"].ready;
3128
3128
  const binaryKey = Sodium__default["default"].from_base64(
@@ -8188,4 +8188,4 @@ exports.createRouter = createRouter;
8188
8188
  exports.createWaitAction = createWaitAction;
8189
8189
  exports.scaffolderActionRules = scaffolderActionRules;
8190
8190
  exports.scaffolderTemplateRules = scaffolderTemplateRules;
8191
- //# sourceMappingURL=router-68c854a3.cjs.js.map
8191
+ //# sourceMappingURL=router-1200925e.cjs.js.map