@backstage/plugin-scaffolder-backend 0.0.0-nightly-202202022734 → 0.0.0-nightly-20220206022752
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 +63 -9
- package/dist/index.cjs.js +190 -67
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +34 -21
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,72 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220206022752
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- 2bd5f24043: fix for the `gitlab:publish` action to use the `oauthToken` key when creating a
|
|
8
|
+
`Gitlab` client. This only happens if `ctx.input.token` is provided else the key `token` will be used.
|
|
9
|
+
|
|
10
|
+
## 0.15.23
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 2e0dbb0e50: Migrate from deprecated package @octokit/rest to octokit
|
|
15
|
+
- c95df1631e: Added support for templating secrets into actions input, and also added an extra `token` input argument to all publishers to provide a token that would override the `integrations.config`.
|
|
16
|
+
You can find more information over at [Writing Templates](https://backstage.io/docs/features/software-templates/writing-templates#using-the-users-oauth-token)
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/plugin-catalog-backend@0.21.2
|
|
19
|
+
- @backstage/backend-common@0.10.6
|
|
20
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.10
|
|
21
|
+
|
|
22
|
+
## 0.15.23-next.1
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @backstage/backend-common@0.10.6-next.0
|
|
28
|
+
- @backstage/plugin-catalog-backend@0.21.2-next.1
|
|
29
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.10-next.1
|
|
30
|
+
|
|
31
|
+
## 0.15.23-next.0
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 2e0dbb0e50: Migrate from deprecated package @octokit/rest to octokit
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
- @backstage/plugin-catalog-backend@0.21.2-next.0
|
|
38
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.10-next.0
|
|
39
|
+
|
|
40
|
+
## 0.15.22
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- b09dd8f43b: chore(deps): bump `@gitbeaker/node` from 34.6.0 to 35.1.0
|
|
45
|
+
- ac2f1eeec0: This change is for adding the option of inputs on the `github:actions:dispatch` Backstage Action. This will allow users to pass data from Backstage to the GitHub Action.
|
|
46
|
+
- 0d5e846a78: Expose a new option to provide additional template filters via `@backstage/scaffolder-backend`'s `createRouter()` function.
|
|
47
|
+
- Updated dependencies
|
|
48
|
+
- @backstage/plugin-catalog-backend@0.21.1
|
|
49
|
+
- @backstage/backend-common@0.10.5
|
|
50
|
+
|
|
51
|
+
## 0.15.21
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- b05d303226: Added the ability to support supplying secrets when creating tasks in the `scaffolder-backend`.
|
|
56
|
+
|
|
57
|
+
**deprecation**: Deprecated `ctx.token` from actions in the `scaffolder-backend`. Please move to using `ctx.secrets.backstageToken` instead.
|
|
58
|
+
|
|
59
|
+
**deprecation**: Deprecated `task.token` in `TaskSpec` in the `scaffolder-backend`. Please move to using `task.secrets.backstageToken` instead.
|
|
60
|
+
|
|
7
61
|
- Updated dependencies
|
|
8
|
-
- @backstage/plugin-catalog-backend@0.
|
|
9
|
-
- @backstage/integration@0.
|
|
10
|
-
- @backstage/backend-common@0.
|
|
11
|
-
- @backstage/config@0.
|
|
12
|
-
- @backstage/catalog-model@0.
|
|
13
|
-
- @backstage/catalog-client@0.
|
|
14
|
-
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.
|
|
15
|
-
- @backstage/plugin-scaffolder-common@0.
|
|
62
|
+
- @backstage/plugin-catalog-backend@0.21.0
|
|
63
|
+
- @backstage/integration@0.7.2
|
|
64
|
+
- @backstage/backend-common@0.10.4
|
|
65
|
+
- @backstage/config@0.1.13
|
|
66
|
+
- @backstage/catalog-model@0.9.10
|
|
67
|
+
- @backstage/catalog-client@0.5.5
|
|
68
|
+
- @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.9
|
|
69
|
+
- @backstage/plugin-scaffolder-common@0.1.3
|
|
16
70
|
|
|
17
71
|
## 0.15.21-next.0
|
|
18
72
|
|