@backstage/plugin-catalog-backend-module-ldap 0.7.0-next.1 → 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 +35 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.7.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-node@1.12.5-next.0
9
+ - @backstage/backend-plugin-api@0.7.1-next.0
10
+ - @backstage/backend-tasks@0.5.28-next.0
11
+ - @backstage/catalog-model@1.5.0
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-catalog-common@1.0.25
16
+
17
+ ## 0.7.0
18
+
19
+ ### Minor Changes
20
+
21
+ - cb32ca7: **BREAKING**: `readLdapOrg` and the `LdapProviderConfig` type now always accept arrays of user and group configs, not just single items.
22
+
23
+ Added support for single ldap catalog provider to provide list and undefined user and group bindings next to standard single one.
24
+
25
+ ### Patch Changes
26
+
27
+ - 083eaf9: Fix bug where ISO durations could no longer be used for schedules
28
+ - Updated dependencies
29
+ - @backstage/backend-plugin-api@0.7.0
30
+ - @backstage/backend-tasks@0.5.27
31
+ - @backstage/plugin-catalog-node@1.12.4
32
+ - @backstage/plugin-catalog-common@1.0.25
33
+ - @backstage/catalog-model@1.5.0
34
+ - @backstage/config@1.2.0
35
+ - @backstage/errors@1.2.4
36
+ - @backstage/types@1.1.1
37
+
3
38
  ## 0.7.0-next.1
4
39
 
5
40
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.7.0-next.1",
3
+ "version": "0.7.1-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards LDAP",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,13 +38,13 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "^0.6.22-next.1",
42
- "@backstage/backend-tasks": "^0.5.27-next.1",
41
+ "@backstage/backend-plugin-api": "^0.7.1-next.0",
42
+ "@backstage/backend-tasks": "^0.5.28-next.0",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/plugin-catalog-common": "^1.0.24",
47
- "@backstage/plugin-catalog-node": "^1.12.4-next.1",
46
+ "@backstage/plugin-catalog-common": "^1.0.25",
47
+ "@backstage/plugin-catalog-node": "^1.12.5-next.0",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "@types/ldapjs": "^2.2.5",
50
50
  "ldapjs": "^2.3.3",
@@ -52,7 +52,7 @@
52
52
  "uuid": "^9.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.26.11-next.1",
55
+ "@backstage/cli": "^0.27.0-next.0",
56
56
  "@types/lodash": "^4.14.151"
57
57
  },
58
58
  "configSchema": "config.d.ts"