@backstage-community/plugin-catalog-backend-module-keycloak 3.6.0 → 3.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.
- package/CHANGELOG.md +10 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 3.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f32a370: Extend support to Keycloak v26 and RHBK v26
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 61697c6: Updated dependency `@keycloak/keycloak-admin-client` to `26.1.2`.
|
|
12
|
+
|
|
3
13
|
## 3.6.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-catalog-backend-module-keycloak",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"description": "A Backend backend plugin for Keycloak",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@backstage/errors": "^1.2.7",
|
|
50
50
|
"@backstage/plugin-catalog-node": "^1.15.1",
|
|
51
51
|
"@common.js/p-limit": "^6.1.0",
|
|
52
|
-
"@keycloak/keycloak-admin-client": "26.1.
|
|
52
|
+
"@keycloak/keycloak-admin-client": "26.1.2",
|
|
53
53
|
"inclusion": "^1.0.1",
|
|
54
54
|
"jsonwebtoken": "^9.0.0",
|
|
55
55
|
"lodash": "^4.17.21",
|
|
@@ -88,8 +88,9 @@
|
|
|
88
88
|
"plugin",
|
|
89
89
|
"works-with:rhsso:^7.6",
|
|
90
90
|
"works-with:keycloak:~18",
|
|
91
|
-
"works-with:
|
|
92
|
-
"works-with:
|
|
91
|
+
"works-with:keycloak:~24",
|
|
92
|
+
"works-with:rhbk:^26",
|
|
93
|
+
"works-with:keycloak:~26"
|
|
93
94
|
],
|
|
94
95
|
"homepage": "https://red.ht/rhdh",
|
|
95
96
|
"bugs": "https://github.com/backstage/community-plugins/issues",
|