@backstage/plugin-scaffolder-backend-module-github 0.0.0-nightly-20260113025009 → 0.0.0-nightly-20260115025113

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
- ## 0.0.0-nightly-20260113025009
3
+ ## 0.0.0-nightly-20260115025113
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -21,14 +21,34 @@
21
21
  [access-level]: https://docs.github.com/en/rest/actions/permissions?apiVersion=2022-11-28#set-the-level-of-access-for-workflows-outside-of-the-repository
22
22
 
23
23
  - Updated dependencies
24
- - @backstage/integration@0.0.0-nightly-20260113025009
25
- - @backstage/backend-plugin-api@1.6.0
24
+ - @backstage/integration@0.0.0-nightly-20260115025113
25
+ - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260115025113
26
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260115025113
26
27
  - @backstage/catalog-model@1.7.6
27
28
  - @backstage/config@1.3.6
28
29
  - @backstage/errors@1.2.7
29
30
  - @backstage/types@1.2.2
30
- - @backstage/plugin-catalog-node@1.20.1
31
- - @backstage/plugin-scaffolder-node@0.0.0-nightly-20260113025009
31
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260115025113
32
+
33
+ ## 0.9.4-next.1
34
+
35
+ ### Patch Changes
36
+
37
+ - bb7088b: Added options to set [workflow access level][access-level] for repositories to `github:repo:create`
38
+
39
+ This is useful when creating repositories for GitHub Actions to manage access
40
+ to the workflows during creation.
41
+
42
+ ```diff
43
+ - action: github:repo:create
44
+ id: create-repo
45
+ input:
46
+ repoUrl: github.com?owner=owner&repo=repo
47
+ visibility: private
48
+ + workflowAccess: organization
49
+ ```
50
+
51
+ [access-level]: https://docs.github.com/en/rest/actions/permissions?apiVersion=2022-11-28#set-the-level-of-access-for-workflows-outside-of-the-repository
32
52
 
33
53
  ## 0.9.4-next.0
34
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.0.0-nightly-20260113025009",
3
+ "version": "0.0.0-nightly-20260115025113",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-plugin-api": "1.6.0",
53
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260115025113",
54
54
  "@backstage/catalog-model": "1.7.6",
55
55
  "@backstage/config": "1.3.6",
56
56
  "@backstage/errors": "1.2.7",
57
- "@backstage/integration": "0.0.0-nightly-20260113025009",
58
- "@backstage/plugin-catalog-node": "1.20.1",
59
- "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260113025009",
57
+ "@backstage/integration": "0.0.0-nightly-20260115025113",
58
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260115025113",
59
+ "@backstage/plugin-scaffolder-node": "0.0.0-nightly-20260115025113",
60
60
  "@backstage/types": "1.2.2",
61
61
  "@octokit/webhooks": "^10.9.2",
62
62
  "libsodium-wrappers": "^0.7.11",
@@ -66,9 +66,9 @@
66
66
  "zod": "^3.22.4"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "0.0.0-nightly-20260113025009",
70
- "@backstage/cli": "0.0.0-nightly-20260113025009",
71
- "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260113025009",
69
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260115025113",
70
+ "@backstage/cli": "0.0.0-nightly-20260115025113",
71
+ "@backstage/plugin-scaffolder-node-test-utils": "0.0.0-nightly-20260115025113",
72
72
  "@types/libsodium-wrappers": "^0.7.10",
73
73
  "fs-extra": "^11.2.0",
74
74
  "jsonschema": "^1.2.6"