@backstage/plugin-catalog-backend-module-ldap 0.7.0-next.1 → 0.7.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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-catalog-backend-module-ldap
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cb32ca7: **BREAKING**: `readLdapOrg` and the `LdapProviderConfig` type now always accept arrays of user and group configs, not just single items.
8
+
9
+ Added support for single ldap catalog provider to provide list and undefined user and group bindings next to standard single one.
10
+
11
+ ### Patch Changes
12
+
13
+ - 083eaf9: Fix bug where ISO durations could no longer be used for schedules
14
+ - Updated dependencies
15
+ - @backstage/backend-plugin-api@0.7.0
16
+ - @backstage/backend-tasks@0.5.27
17
+ - @backstage/plugin-catalog-node@1.12.4
18
+ - @backstage/plugin-catalog-common@1.0.25
19
+ - @backstage/catalog-model@1.5.0
20
+ - @backstage/config@1.2.0
21
+ - @backstage/errors@1.2.4
22
+ - @backstage/types@1.1.1
23
+
3
24
  ## 0.7.0-next.1
4
25
 
5
26
  ### 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.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.0",
42
+ "@backstage/backend-tasks": "^0.5.27",
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.4",
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.26.11",
56
56
  "@types/lodash": "^4.14.151"
57
57
  },
58
58
  "configSchema": "config.d.ts"