@continuoussecuritytooling/keycloak-reporter 0.8.3 → 0.8.4
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 +22 -5
- package/charts/keycloak-reporter/Chart.yaml +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
|
1
|
-
## [0.8.
|
|
1
|
+
## [0.8.4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.2...v0.8.4) (2024-01-26)
|
|
2
|
+
|
|
3
|
+
## [0.8.3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.3...v0.8.4) (2024-01-26)
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
### Bug Fixes
|
|
5
7
|
|
|
6
|
-
*
|
|
8
|
+
* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v1.1.5 ([003b858](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/003b858aa36c34900fabe166ab318cd6d08399fe))
|
|
9
|
+
* **deps:** update dependency @json2csv/node to v7.0.5 ([a391e73](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a391e73b10c0b89b2ab47b96967e7432cf1821a9))
|
|
10
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v23.0.3 ([e349e5b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/e349e5b291b133ee3c781be5237f13cd48c87b30))
|
|
11
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v23.0.4 ([025eca3](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/025eca33069909a2897f28f52c948fb7a0aef039))
|
|
12
|
+
* **deps:** update dependency @slack/webhook to v7.0.2 ([0a3519a](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/0a3519ade828f9c05b963adf894c7ee22b2c6edd))
|
|
13
|
+
* **deps:** update dependency npm to v10.3.0 ([371d62b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/371d62bcedc0aea9b878d1432642e9a5c4cfadf9))
|
|
14
|
+
* **deps:** update dependency openid-client to v5.6.2 ([26809d4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/26809d4b8d2154bf3f38bb5d004d0d59f754ed7d))
|
|
15
|
+
* **deps:** update dependency openid-client to v5.6.4 ([cf2e15f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/cf2e15f3bb85a70157acc2807947320dac5059f6))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [0.8.2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.1...v0.8.2) (2023-12-15)
|
|
20
|
+
|
|
7
21
|
|
|
8
22
|
|
|
9
23
|
## [0.8.1](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.0...v0.8.1) (2023-12-15)
|
|
@@ -18,9 +32,6 @@
|
|
|
18
32
|
|
|
19
33
|
# [0.8.0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.7.2...v0.8.0) (2023-12-14)
|
|
20
34
|
|
|
21
|
-
### Features
|
|
22
|
-
|
|
23
|
-
* **Config:** Adding config validation and helm test hook ([c29e945](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c29e945567b4dfcdc9a10e710efa2b1a8c00f970))
|
|
24
35
|
|
|
25
36
|
### Bug Fixes
|
|
26
37
|
|
|
@@ -33,6 +44,12 @@
|
|
|
33
44
|
* **deps:** update dependency npm to v10.2.5 ([52a3c8b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/52a3c8b48cbf0ee0d795aa00a9af36291025ae05))
|
|
34
45
|
|
|
35
46
|
|
|
47
|
+
### Features
|
|
48
|
+
|
|
49
|
+
* **Config:** Adding config validation and helm test hook ([c29e945](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c29e945567b4dfcdc9a10e710efa2b1a8c00f970))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
36
53
|
## [0.7.2](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.7.1...v0.7.2) (2023-11-16)
|
|
37
54
|
|
|
38
55
|
|
|
@@ -22,7 +22,7 @@ version: 1.2.3
|
|
|
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: '0.8.
|
|
25
|
+
appVersion: '0.8.4'
|
|
26
26
|
maintainers:
|
|
27
27
|
# Martin Reinhardt
|
|
28
28
|
- name: hypery2k
|