@backstage/plugin-catalog-backend-module-github 0.6.5-next.1 → 0.6.6-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # @backstage/plugin-catalog-backend-module-github
2
2
 
3
+ ## 0.6.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.4-next.0
9
+ - @backstage/plugin-catalog-backend@1.24.1-next.0
10
+ - @backstage/plugin-catalog-node@1.12.5-next.0
11
+ - @backstage/integration@1.14.0-next.0
12
+ - @backstage/backend-plugin-api@0.7.1-next.0
13
+ - @backstage/backend-tasks@0.5.28-next.0
14
+ - @backstage/catalog-client@1.6.5
15
+ - @backstage/catalog-model@1.5.0
16
+ - @backstage/config@1.2.0
17
+ - @backstage/plugin-catalog-common@1.0.25
18
+ - @backstage/plugin-events-node@0.3.9-next.0
19
+
20
+ ## 0.6.5
21
+
22
+ ### Patch Changes
23
+
24
+ - 9112efc: Adds support for `repository` events.
25
+
26
+ The provider adds a subscription to the topic `github.repository`.
27
+
28
+ Hereby, it supports events of type `repository` with actions
29
+
30
+ - `archived`
31
+ - `deleted`
32
+ - `edited`
33
+ - `renamed`
34
+ - `transferred`
35
+ - `unarchived`
36
+
37
+ Actions skipped as they don't require entity changes:
38
+
39
+ - `created`
40
+ - `privatized`
41
+ - `publicized`
42
+
43
+ If the config option `validateLocationsExist` is enabled, an API request
44
+ is necessary and will be executed.
45
+ This affects the actions `renamed`, `transferred`, and `unarchive`
46
+ of event type `repository`.
47
+
48
+ Catalog entities related to the `GithubEntityProvider` instance will be adjusted
49
+ according to action and its meaning for them.
50
+
51
+ - Updated dependencies
52
+ - @backstage/backend-plugin-api@0.7.0
53
+ - @backstage/backend-common@0.23.3
54
+ - @backstage/backend-tasks@0.5.27
55
+ - @backstage/integration@1.13.0
56
+ - @backstage/plugin-events-node@0.3.8
57
+ - @backstage/plugin-catalog-backend@1.24.0
58
+ - @backstage/plugin-catalog-node@1.12.4
59
+ - @backstage/plugin-catalog-common@1.0.25
60
+ - @backstage/catalog-client@1.6.5
61
+ - @backstage/catalog-model@1.5.0
62
+ - @backstage/config@1.2.0
63
+
3
64
  ## 0.6.5-next.1
4
65
 
5
66
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github__alpha",
3
- "version": "0.6.5-next.1",
3
+ "version": "0.6.6-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github",
3
- "version": "0.6.5-next.1",
3
+ "version": "0.6.6-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitHub",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -50,17 +50,17 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.23.3-next.1",
54
- "@backstage/backend-plugin-api": "^0.6.22-next.1",
55
- "@backstage/backend-tasks": "^0.5.27-next.1",
53
+ "@backstage/backend-common": "^0.23.4-next.0",
54
+ "@backstage/backend-plugin-api": "^0.7.1-next.0",
55
+ "@backstage/backend-tasks": "^0.5.28-next.0",
56
56
  "@backstage/catalog-client": "^1.6.5",
57
57
  "@backstage/catalog-model": "^1.5.0",
58
58
  "@backstage/config": "^1.2.0",
59
- "@backstage/integration": "^1.13.0-next.0",
60
- "@backstage/plugin-catalog-backend": "^1.24.0-next.1",
61
- "@backstage/plugin-catalog-common": "^1.0.24",
62
- "@backstage/plugin-catalog-node": "^1.12.4-next.1",
63
- "@backstage/plugin-events-node": "^0.3.8-next.1",
59
+ "@backstage/integration": "^1.14.0-next.0",
60
+ "@backstage/plugin-catalog-backend": "^1.24.1-next.0",
61
+ "@backstage/plugin-catalog-common": "^1.0.25",
62
+ "@backstage/plugin-catalog-node": "^1.12.5-next.0",
63
+ "@backstage/plugin-events-node": "^0.3.9-next.0",
64
64
  "@octokit/graphql": "^5.0.0",
65
65
  "@octokit/rest": "^19.0.3",
66
66
  "git-url-parse": "^14.0.0",
@@ -70,8 +70,8 @@
70
70
  "uuid": "^9.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "^0.4.4-next.1",
74
- "@backstage/cli": "^0.26.11-next.1",
73
+ "@backstage/backend-test-utils": "^0.4.5-next.0",
74
+ "@backstage/cli": "^0.27.0-next.0",
75
75
  "@types/lodash": "^4.14.151",
76
76
  "luxon": "^3.0.0",
77
77
  "msw": "^1.0.0"