@continuoussecuritytooling/keycloak-reporter 1.1.2-2572 → 1.1.3-2576
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.
|
@@ -109,7 +109,7 @@ jobs:
|
|
|
109
109
|
with:
|
|
110
110
|
node-version: '${{ matrix.node_version }}'
|
|
111
111
|
- name: Install Java
|
|
112
|
-
uses: actions/setup-java@
|
|
112
|
+
uses: actions/setup-java@v5
|
|
113
113
|
with:
|
|
114
114
|
distribution: 'temurin' # See 'Supported distributions' for available options
|
|
115
115
|
java-version: '17'
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
registry-url: 'https://registry.npmjs.org'
|
|
52
52
|
|
|
53
53
|
- name: Setup Java
|
|
54
|
-
uses: actions/setup-java@
|
|
54
|
+
uses: actions/setup-java@v5 # Does also set up Maven and GPG
|
|
55
55
|
with:
|
|
56
56
|
distribution: 'temurin' # As good as any other, see: https://github.com/actions/setup-java#supported-distributions
|
|
57
57
|
java-version: '21'
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [1.1.3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.2...v1.1.3) (2025-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.1.6 ([292fd5f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/292fd5fc3b92cd420613cb69f84fb40196f79fb2))
|
|
7
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.3.3 ([fbf9881](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/fbf988127ac452807f3129806f45319d57a62a75))
|
|
8
|
+
* **deps:** update dependency openid-client to v6.6.3 ([53229e3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/53229e3a2e8699912297ab39da0f27c0748ae8e5))
|
|
9
|
+
* **deps:** update dependency openid-client to v6.6.4 ([0b7219a](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/0b7219a1a32b1aff465c33982d734da83fa55c6b))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## [1.1.2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.1...v1.1.2) (2025-07-25)
|
|
2
14
|
|
|
3
15
|
|
|
@@ -15,14 +15,14 @@ type: application
|
|
|
15
15
|
# This is the chart version. This version number should be incremented each time you make changes
|
|
16
16
|
# to the chart and its templates, including the app version.
|
|
17
17
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
|
18
|
-
version: 1.4.
|
|
18
|
+
version: 1.4.4
|
|
19
19
|
|
|
20
20
|
# This is the version number of the application being deployed. This version number should be
|
|
21
21
|
# incremented each time you make changes to the application. Versions are not expected to
|
|
22
22
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
|
23
23
|
# It is recommended to use it with quotes.
|
|
24
24
|
# renovate: datasource=docker depName=ContinuousSecurityTooling/keycloak-reporter
|
|
25
|
-
appVersion: 1.1.
|
|
25
|
+
appVersion: 1.1.3
|
|
26
26
|
maintainers:
|
|
27
27
|
# Martin Reinhardt
|
|
28
28
|
- name: hypery2k
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# keycloak-reporter
|
|
2
2
|
|
|
3
|
-
  
|
|
4
4
|
|
|
5
5
|
Keycloak user and client reporting tool for automated regular access checks.
|
|
6
6
|
|