@backstage/plugin-scaffolder-backend-module-github 0.5.1-next.2 → 0.5.2-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-github
2
2
 
3
+ ## 0.5.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-client@1.8.0-next.0
9
+ - @backstage/backend-plugin-api@1.0.2-next.0
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/integration@1.15.1
14
+ - @backstage/plugin-scaffolder-node@0.5.1-next.0
15
+
16
+ ## 0.5.1
17
+
18
+ ### Patch Changes
19
+
20
+ - 8ce0c4c: Add `github:branch-protection:create` scaffolder action to set branch protection on an existing repository. Example usage:
21
+
22
+ ```yaml
23
+ - id: set-branch-protection
24
+ name: Set Branch Protection
25
+ action: github:branch-protection:create
26
+ input:
27
+ repoUrl: 'github.com?repo=backstage&owner=backstage'
28
+ branch: master
29
+ enforceAdmins: true # default
30
+ requiredApprovingReviewCount: 1 # default
31
+ requireBranchesToBeUpToDate: true # default
32
+ requireCodeOwnerReviews: true
33
+ dismissStaleReviews: true
34
+ requiredConversationResolution: true
35
+ ```
36
+
37
+ - 094eaa3: Remove references to in-repo backend-common
38
+ - Updated dependencies
39
+ - @backstage/plugin-scaffolder-node@0.5.0
40
+ - @backstage/integration@1.15.1
41
+ - @backstage/catalog-client@1.7.1
42
+ - @backstage/backend-plugin-api@1.0.1
43
+ - @backstage/catalog-model@1.7.0
44
+ - @backstage/config@1.2.0
45
+ - @backstage/errors@1.2.4
46
+
3
47
  ## 0.5.1-next.2
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-github",
3
- "version": "0.5.1-next.2",
3
+ "version": "0.5.2-next.0",
4
4
  "description": "The github module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@backstage/backend-common": "^0.25.0",
44
- "@backstage/backend-plugin-api": "1.0.1-next.1",
45
- "@backstage/catalog-client": "1.7.1-next.0",
44
+ "@backstage/backend-plugin-api": "1.0.2-next.0",
45
+ "@backstage/catalog-client": "1.8.0-next.0",
46
46
  "@backstage/catalog-model": "1.7.0",
47
47
  "@backstage/config": "1.2.0",
48
48
  "@backstage/errors": "1.2.4",
49
- "@backstage/integration": "1.15.1-next.1",
50
- "@backstage/plugin-scaffolder-node": "0.5.0-next.2",
49
+ "@backstage/integration": "1.15.1",
50
+ "@backstage/plugin-scaffolder-node": "0.5.1-next.0",
51
51
  "@octokit/webhooks": "^10.9.2",
52
52
  "libsodium-wrappers": "^0.7.11",
53
53
  "octokit": "^3.0.0",
@@ -55,9 +55,9 @@
55
55
  "yaml": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "1.0.1-next.2",
59
- "@backstage/cli": "0.28.0-next.2",
60
- "@backstage/plugin-scaffolder-node-test-utils": "0.1.13-next.2",
58
+ "@backstage/backend-test-utils": "1.0.3-next.0",
59
+ "@backstage/cli": "0.29.0-next.0",
60
+ "@backstage/plugin-scaffolder-node-test-utils": "0.1.15-next.0",
61
61
  "@types/libsodium-wrappers": "^0.7.10",
62
62
  "fs-extra": "^11.2.0",
63
63
  "jsonschema": "^1.2.6"