@continuoussecuritytooling/keycloak-reporter 0.8.8 → 0.8.9
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.
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
fetch-depth: 0
|
|
47
47
|
|
|
48
48
|
- name: Set up Helm
|
|
49
|
-
uses: azure/setup-helm@
|
|
49
|
+
uses: azure/setup-helm@v4
|
|
50
50
|
with:
|
|
51
51
|
version: v3.11.2
|
|
52
52
|
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
72
72
|
|
|
73
73
|
- name: Create kind cluster
|
|
74
74
|
if: steps.list-changed.outputs.changed == 'true'
|
|
75
|
-
uses: helm/kind-action@v1.
|
|
75
|
+
uses: helm/kind-action@v1.9.0
|
|
76
76
|
|
|
77
77
|
- name: Run chart-testing (install - no further args)
|
|
78
78
|
if: steps.list-changed.outputs.changed == 'true'
|
|
@@ -92,6 +92,7 @@ jobs:
|
|
|
92
92
|
name: 'End2End Test on Node ${{ matrix.node_version }} and ${{ matrix.os }}'
|
|
93
93
|
runs-on: '${{ matrix.os }}'
|
|
94
94
|
strategy:
|
|
95
|
+
fail-fast: true
|
|
95
96
|
matrix:
|
|
96
97
|
node_version:
|
|
97
98
|
- 18
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [0.8.9](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.8...v0.8.9) (2024-03-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @json2csv/node to v7.0.6 ([9c6844e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/9c6844e86e192cfc66fb8c36adda046652baff9b))
|
|
7
|
+
* **deps:** update dependency @keycloak/keycloak-admin-client to v23.0.7 ([70f698e](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/70f698e7262369964532a368d86d4a2ebab75158))
|
|
8
|
+
* **deps:** update dependency npm to v10.5.0 ([1d36ea8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/1d36ea84e74a761837f87f6084b28681e24e5401))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
## [0.8.8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v0.8.7...v0.8.8) (2024-02-05)
|
|
2
13
|
|
|
3
14
|
|
package/Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ version: 1.3.1
|
|
|
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.9'
|
|
26
26
|
maintainers:
|
|
27
27
|
# Martin Reinhardt
|
|
28
28
|
- name: hypery2k
|
|
@@ -28,10 +28,10 @@ spec:
|
|
|
28
28
|
{{- end }}
|
|
29
29
|
{{- if $.Values.resources }}
|
|
30
30
|
resources:
|
|
31
|
-
{{- toYaml $.Values.resources | nindent
|
|
31
|
+
{{- toYaml $.Values.resources | nindent 8 }}
|
|
32
32
|
{{- end }}
|
|
33
33
|
securityContext:
|
|
34
|
-
{{- toYaml $.Values.securityContext | nindent
|
|
34
|
+
{{- toYaml $.Values.securityContext | nindent 8 }}
|
|
35
35
|
volumeMounts:
|
|
36
36
|
- name: config-file
|
|
37
37
|
mountPath: "/app/config.json"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@continuoussecuritytooling/keycloak-reporter",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.9",
|
|
4
4
|
"description": "Reporting Tools for Keycloak",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@types/jest": "^29.5.1",
|
|
43
43
|
"@types/node": "^20.1.5",
|
|
44
44
|
"@types/yargs": "^17.0.24",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
46
|
-
"@typescript-eslint/parser": "^
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
46
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
47
47
|
"eslint": "^8.40.0",
|
|
48
48
|
"eslint-config-prettier": "^9.0.0",
|
|
49
49
|
"eslint-plugin-prettier": "^5.0.0",
|