@backstage/plugin-catalog-backend-module-github 0.3.1-next.2 → 0.3.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,5 +1,48 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - b9a6d1348d96: Properly handle `async` event callback
8
+ - df8411779da1: Add support for Repository Variables and Secrets to the `publish:github` and `github:repo:create` scaffolder actions. You will need to add `read/write` permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository `Secrets` and `Variables`
9
+
10
+ Upgrade octokit introduces some breaking changes.
11
+
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.19.0
14
+ - @backstage/catalog-client@1.4.2
15
+ - @backstage/types@1.1.0
16
+ - @backstage/plugin-catalog-backend@1.10.0
17
+ - @backstage/integration@1.5.0
18
+ - @backstage/catalog-model@1.4.0
19
+ - @backstage/errors@1.2.0
20
+ - @backstage/backend-plugin-api@0.5.3
21
+ - @backstage/backend-tasks@0.5.3
22
+ - @backstage/plugin-catalog-node@1.3.7
23
+ - @backstage/config@1.0.8
24
+ - @backstage/plugin-catalog-common@1.0.14
25
+ - @backstage/plugin-events-node@0.2.7
26
+
27
+ ## 0.3.1-next.3
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.19.0-next.2
33
+ - @backstage/catalog-model@1.4.0-next.1
34
+ - @backstage/plugin-catalog-backend@1.10.0-next.2
35
+ - @backstage/backend-plugin-api@0.5.3-next.2
36
+ - @backstage/backend-tasks@0.5.3-next.2
37
+ - @backstage/catalog-client@1.4.2-next.2
38
+ - @backstage/config@1.0.7
39
+ - @backstage/errors@1.2.0-next.0
40
+ - @backstage/integration@1.5.0-next.0
41
+ - @backstage/types@1.0.2
42
+ - @backstage/plugin-catalog-common@1.0.14-next.1
43
+ - @backstage/plugin-catalog-node@1.3.7-next.2
44
+ - @backstage/plugin-events-node@0.2.7-next.2
45
+
3
46
  ## 0.3.1-next.2
4
47
 
5
48
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.3.1-next.2",
3
+ "version": "0.3.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
4
- "version": "0.3.1-next.2",
4
+ "version": "0.3.1",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,19 +43,19 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.19.0-next.1",
47
- "@backstage/backend-plugin-api": "^0.5.3-next.1",
48
- "@backstage/backend-tasks": "^0.5.3-next.1",
49
- "@backstage/catalog-client": "^1.4.2-next.1",
50
- "@backstage/catalog-model": "^1.4.0-next.0",
51
- "@backstage/config": "^1.0.7",
52
- "@backstage/errors": "^1.2.0-next.0",
53
- "@backstage/integration": "^1.5.0-next.0",
54
- "@backstage/plugin-catalog-backend": "^1.9.2-next.1",
55
- "@backstage/plugin-catalog-common": "^1.0.14-next.0",
56
- "@backstage/plugin-catalog-node": "^1.3.7-next.1",
57
- "@backstage/plugin-events-node": "^0.2.7-next.1",
58
- "@backstage/types": "^1.0.2",
46
+ "@backstage/backend-common": "^0.19.0",
47
+ "@backstage/backend-plugin-api": "^0.5.3",
48
+ "@backstage/backend-tasks": "^0.5.3",
49
+ "@backstage/catalog-client": "^1.4.2",
50
+ "@backstage/catalog-model": "^1.4.0",
51
+ "@backstage/config": "^1.0.8",
52
+ "@backstage/errors": "^1.2.0",
53
+ "@backstage/integration": "^1.5.0",
54
+ "@backstage/plugin-catalog-backend": "^1.10.0",
55
+ "@backstage/plugin-catalog-common": "^1.0.14",
56
+ "@backstage/plugin-catalog-node": "^1.3.7",
57
+ "@backstage/plugin-events-node": "^0.2.7",
58
+ "@backstage/types": "^1.1.0",
59
59
  "@octokit/graphql": "^5.0.0",
60
60
  "@octokit/rest": "^19.0.3",
61
61
  "git-url-parse": "^13.0.0",
@@ -66,8 +66,8 @@
66
66
  "winston": "^3.2.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.1.38-next.1",
70
- "@backstage/cli": "^0.22.8-next.1",
69
+ "@backstage/backend-test-utils": "^0.1.38",
70
+ "@backstage/cli": "^0.22.8",
71
71
  "@types/lodash": "^4.14.151",
72
72
  "luxon": "^3.0.0",
73
73
  "msw": "^1.0.0"