@continuoussecuritytooling/keycloak-reporter 1.1.7 → 1.1.8

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.
@@ -1,3 +1,5 @@
1
1
  # These are supported funding model platforms
2
2
  open_collective: m13t
3
- github: ContinuousSecurityTooling
3
+ github: ContinuousSecurityTooling
4
+ buy_me_a_coffee: hypery2k
5
+ custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8TR8246RCDJG
@@ -16,8 +16,8 @@ jobs:
16
16
  strategy:
17
17
  matrix:
18
18
  node_version:
19
- - 20
20
19
  - 22
20
+ - 24
21
21
  os:
22
22
  - ubuntu-latest
23
23
  - macOS-latest
@@ -88,7 +88,7 @@ jobs:
88
88
  --from-literal=clientSecret=test
89
89
  ct install --target-branch ${{ github.event.repository.default_branch }} --namespace kc-reporter --helm-extra-set-args "-f charts/keycloak-reporter/ci.values.yaml"
90
90
 
91
- - uses: actions/upload-artifact@v5
91
+ - uses: actions/upload-artifact@v6
92
92
  with:
93
93
  name: dist-folder
94
94
  path: dist
@@ -101,8 +101,8 @@ jobs:
101
101
  fail-fast: true
102
102
  matrix:
103
103
  node_version:
104
- - 20
105
104
  - 22
105
+ - 24
106
106
  os:
107
107
  - ubuntu-latest
108
108
  steps:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.1.8](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.7...v1.1.8) (2026-02-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Chart:** Correcting cron template error ([c0d9b2f](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/c0d9b2f34f5234681fa141cf17b4379972ba9b8e))
7
+
8
+
9
+
1
10
  ## [1.1.6](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.1.5...v1.1.6) (2025-10-22)
2
11
 
3
12
 
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:24.11.1-slim
1
+ FROM node:24.13.1-slim
2
2
 
3
3
  ARG BUILD_DATE
4
4
  ARG APP_VERSION
@@ -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.8
18
+ version: 1.4.9
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.7
25
+ appVersion: 1.1.8
26
26
  maintainers:
27
27
  # Martin Reinhardt
28
28
  - name: hypery2k
@@ -1,6 +1,6 @@
1
1
  # keycloak-reporter
2
2
 
3
- ![Version: 1.4.8](https://img.shields.io/badge/Version-1.4.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.7](https://img.shields.io/badge/AppVersion-1.1.7-informational?style=flat-square)
3
+ ![Version: 1.4.9](https://img.shields.io/badge/Version-1.4.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.8](https://img.shields.io/badge/AppVersion-1.1.8-informational?style=flat-square)
4
4
 
5
5
  Keycloak user and client reporting tool for automated regular access checks.
6
6
 
@@ -13,10 +13,11 @@ spec:
13
13
  jobTemplate:
14
14
  spec:
15
15
  template:
16
- annotations:
17
- {{- include "keycloak-reporter.annotations" $ | nindent 10 }}
18
- labels:
19
- {{- include "keycloak-reporter.labels" $ | nindent 10 }}
16
+ metadata:
17
+ annotations:
18
+ {{- include "keycloak-reporter.annotations" $ | nindent 10 }}
19
+ labels:
20
+ {{- include "keycloak-reporter.labels" $ | nindent 10 }}
20
21
  spec:
21
22
  {{- with $.Values.imagePullSecrets }}
22
23
  imagePullSecrets:
@@ -73,4 +74,4 @@ spec:
73
74
  claimName: {{ $fullName }}-reports
74
75
  {{- end }}
75
76
  ---
76
- {{- end -}}
77
+ {{- end -}}
@@ -1 +1 @@
1
- sha256:2ebbdb2fca98d3ed1add3ee58408c8b16d96d3e400d42eded0369063b6c3c0c2
1
+ sha256:c3ede61c3f6a6f46a6a579909dc9f2a283b2efee499311b9d498cc09caa89c00
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
Binary file