@backstage/plugin-catalog-backend-module-gitlab 0.2.0-next.3 → 0.2.1-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,49 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
+ ## 0.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.5-next.0
9
+ - @backstage/integration@1.4.5-next.0
10
+ - @backstage/backend-tasks@0.5.2-next.0
11
+ - @backstage/plugin-catalog-node@1.3.6-next.0
12
+ - @backstage/backend-plugin-api@0.5.2-next.0
13
+ - @backstage/catalog-model@1.3.0
14
+ - @backstage/config@1.0.7
15
+ - @backstage/errors@1.1.5
16
+ - @backstage/types@1.0.2
17
+
18
+ ## 0.2.0
19
+
20
+ ### Minor Changes
21
+
22
+ - f64345108a0: **BREAKING**: The configuration of the `GitlabDiscoveryEntityProvider` has changed as follows:
23
+
24
+ - The configuration key `branch` is now used to define the branch from which the catalog-info should be discovered.
25
+ - The old configuration key `branch` is now called `fallbackBranch`. This value specifies which branch should be used
26
+ if no default branch is defined on the project itself.
27
+
28
+ To migrate to the new configuration value, rename `branch` to `fallbackBranch`
29
+
30
+ ### Patch Changes
31
+
32
+ - 7b1b7bfdb7b: The gitlab org data integration now makes use of the GraphQL API to determine
33
+ the relationships between imported User and Group entities, effectively making
34
+ this integration usable without an administrator account's Personal Access
35
+ Token.
36
+ - Updated dependencies
37
+ - @backstage/backend-common@0.18.4
38
+ - @backstage/backend-tasks@0.5.1
39
+ - @backstage/catalog-model@1.3.0
40
+ - @backstage/integration@1.4.4
41
+ - @backstage/plugin-catalog-node@1.3.5
42
+ - @backstage/backend-plugin-api@0.5.1
43
+ - @backstage/config@1.0.7
44
+ - @backstage/errors@1.1.5
45
+ - @backstage/types@1.0.2
46
+
3
47
  ## 0.2.0-next.3
4
48
 
5
49
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.2.0-next.3",
3
+ "version": "0.2.1-next.0",
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-gitlab",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
4
- "version": "0.2.0-next.3",
4
+ "version": "0.2.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,14 +43,14 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.18.4-next.2",
47
- "@backstage/backend-plugin-api": "^0.5.1-next.2",
48
- "@backstage/backend-tasks": "^0.5.1-next.2",
49
- "@backstage/catalog-model": "^1.3.0-next.0",
46
+ "@backstage/backend-common": "^0.18.5-next.0",
47
+ "@backstage/backend-plugin-api": "^0.5.2-next.0",
48
+ "@backstage/backend-tasks": "^0.5.2-next.0",
49
+ "@backstage/catalog-model": "^1.3.0",
50
50
  "@backstage/config": "^1.0.7",
51
51
  "@backstage/errors": "^1.1.5",
52
- "@backstage/integration": "^1.4.4-next.0",
53
- "@backstage/plugin-catalog-node": "^1.3.5-next.3",
52
+ "@backstage/integration": "^1.4.5-next.0",
53
+ "@backstage/plugin-catalog-node": "^1.3.6-next.0",
54
54
  "@backstage/types": "^1.0.2",
55
55
  "lodash": "^4.17.21",
56
56
  "node-fetch": "^2.6.7",
@@ -58,8 +58,8 @@
58
58
  "winston": "^3.2.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@backstage/backend-test-utils": "^0.1.36-next.2",
62
- "@backstage/cli": "^0.22.6-next.3",
61
+ "@backstage/backend-test-utils": "^0.1.37-next.0",
62
+ "@backstage/cli": "^0.22.7-next.0",
63
63
  "@types/lodash": "^4.14.151",
64
64
  "@types/uuid": "^8.0.0",
65
65
  "luxon": "^3.0.0",