@backstage/plugin-catalog-backend-module-ldap 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240703021716

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 +24 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
- ## 0.0.0-nightly-20240702021736
3
+ ## 0.0.0-nightly-20240703021716
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,15 +12,35 @@
12
12
 
13
13
  - 083eaf9: Fix bug where ISO durations could no longer be used for schedules
14
14
  - Updated dependencies
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20240702021736
16
- - @backstage/backend-tasks@0.0.0-nightly-20240702021736
17
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240702021736
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240703021716
16
+ - @backstage/backend-tasks@0.0.0-nightly-20240703021716
17
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240703021716
18
18
  - @backstage/catalog-model@1.5.0
19
19
  - @backstage/config@1.2.0
20
20
  - @backstage/errors@1.2.4
21
21
  - @backstage/types@1.1.1
22
22
  - @backstage/plugin-catalog-common@1.0.24
23
23
 
24
+ ## 0.7.0-next.1
25
+
26
+ ### Minor Changes
27
+
28
+ - cb32ca7: **BREAKING**: `readLdapOrg` and the `LdapProviderConfig` type now always accept arrays of user and group configs, not just single items.
29
+
30
+ Added support for single ldap catalog provider to provide list and undefined user and group bindings next to standard single one.
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+ - @backstage/backend-plugin-api@0.6.22-next.1
36
+ - @backstage/backend-tasks@0.5.27-next.1
37
+ - @backstage/catalog-model@1.5.0
38
+ - @backstage/config@1.2.0
39
+ - @backstage/errors@1.2.4
40
+ - @backstage/types@1.1.1
41
+ - @backstage/plugin-catalog-common@1.0.24
42
+ - @backstage/plugin-catalog-node@1.12.4-next.1
43
+
24
44
  ## 0.6.2-next.0
25
45
 
26
46
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-ldap",
3
- "version": "0.0.0-nightly-20240702021736",
3
+ "version": "0.0.0-nightly-20240703021716",
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.0.0-nightly-20240702021736",
42
- "@backstage/backend-tasks": "^0.0.0-nightly-20240702021736",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240703021716",
42
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240703021716",
43
43
  "@backstage/catalog-model": "^1.5.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
46
  "@backstage/plugin-catalog-common": "^1.0.24",
47
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240702021736",
47
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240703021716",
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.0.0-nightly-20240702021736",
55
+ "@backstage/cli": "^0.0.0-nightly-20240703021716",
56
56
  "@types/lodash": "^4.14.151"
57
57
  },
58
58
  "configSchema": "config.d.ts"