@backstage/plugin-catalog-backend-module-gitlab 0.7.0-next.2 → 0.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab
2
2
 
3
+ ## 0.7.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.11.1-next.0
9
+ - @backstage/integration@1.17.1-next.0
10
+ - @backstage/backend-plugin-api@1.4.0
11
+ - @backstage/plugin-catalog-node@1.17.1
12
+ - @backstage/plugin-events-node@0.4.12
13
+ - @backstage/catalog-model@1.7.4
14
+ - @backstage/config@1.3.2
15
+ - @backstage/plugin-catalog-common@1.1.4
16
+
17
+ ## 0.7.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 42bb3b8: **BREAKING CHANGE**: User and Group discovery will default to ingesting all users in sub groups that belong to the specified root group in config. Disable by setting `restrictUsersToGroup: true` in app-config under your module settings.
22
+
23
+ ### Patch Changes
24
+
25
+ - 57a0bad: Implement retry for GitLab API calls to handle rate limiting
26
+ - Updated dependencies
27
+ - @backstage/backend-defaults@0.11.0
28
+ - @backstage/plugin-catalog-node@1.17.1
29
+ - @backstage/backend-plugin-api@1.4.0
30
+ - @backstage/catalog-model@1.7.4
31
+ - @backstage/config@1.3.2
32
+ - @backstage/integration@1.17.0
33
+ - @backstage/plugin-catalog-common@1.1.4
34
+ - @backstage/plugin-events-node@0.4.12
35
+
3
36
  ## 0.7.0-next.2
4
37
 
5
38
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab",
3
- "version": "0.7.0-next.2",
3
+ "version": "0.7.1-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards GitLab",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,23 +65,23 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-defaults": "0.11.0-next.2",
69
- "@backstage/backend-plugin-api": "1.4.0-next.1",
68
+ "@backstage/backend-defaults": "0.11.1-next.0",
69
+ "@backstage/backend-plugin-api": "1.4.0",
70
70
  "@backstage/catalog-model": "1.7.4",
71
71
  "@backstage/config": "1.3.2",
72
- "@backstage/integration": "1.17.0",
72
+ "@backstage/integration": "1.17.1-next.0",
73
73
  "@backstage/plugin-catalog-common": "1.1.4",
74
- "@backstage/plugin-catalog-node": "1.17.1-next.1",
75
- "@backstage/plugin-events-node": "0.4.12-next.1",
74
+ "@backstage/plugin-catalog-node": "1.17.1",
75
+ "@backstage/plugin-events-node": "0.4.12",
76
76
  "@gitbeaker/rest": "^40.0.3",
77
77
  "lodash": "^4.17.21",
78
78
  "node-fetch": "^2.7.0",
79
79
  "uuid": "^11.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "1.6.0-next.2",
83
- "@backstage/cli": "0.33.0-next.1",
84
- "@backstage/plugin-events-backend-test-utils": "0.1.45-next.1",
82
+ "@backstage/backend-test-utils": "1.7.0-next.0",
83
+ "@backstage/cli": "0.33.1-next.0",
84
+ "@backstage/plugin-events-backend-test-utils": "0.1.45",
85
85
  "@types/lodash": "^4.14.151",
86
86
  "luxon": "^3.0.0",
87
87
  "msw": "^1.0.0"