@continuoussecuritytooling/keycloak-reporter 1.1.6-2983 → 1.1.6-2987

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.
@@ -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
@@ -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:
@@ -15,7 +15,7 @@ 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.7
18
+ version: 1.4.8
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
@@ -1,6 +1,6 @@
1
1
  # keycloak-reporter
2
2
 
3
- ![Version: 1.4.7](https://img.shields.io/badge/Version-1.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.6](https://img.shields.io/badge/AppVersion-1.1.6-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.6](https://img.shields.io/badge/AppVersion-1.1.6-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 -}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuoussecuritytooling/keycloak-reporter",
3
- "version": "1.1.6-2983",
3
+ "version": "1.1.6-2987",
4
4
  "description": "Reporting Tools for Keycloak",
5
5
  "main": "dist/index.js",
6
6
  "bin": {