Skip to content

Commit

Permalink
chore(release): v1.0.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 3, 2024
1 parent ab976cf commit 3933179
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.5](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.4...v1.0.5) (2024-12-03)


### Bug Fixes

* **deps:** update dependency @continuoussecuritytooling/keycloak-auditor to v2.0.10 ([ab976cf](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/ab976cf4e909671f6eda93459a4dba44abcfcfc0))
* **deps:** update dependency @keycloak/keycloak-admin-client to v26.0.7 ([a3ad64b](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/a3ad64bdb380630be45de0e9b5c3b672ede42924))
* **deps:** update dependency openid-client to v6.1.4 ([690b023](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/690b023ab0106eedb1e20a3ca5a14edb8614d774))
* **deps:** update dependency openid-client to v6.1.5 ([076a138](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/076a138e3e8f67d76e94b59f7a479a2fc377e683))
* **deps:** update dependency openid-client to v6.1.6 ([60e1ef0](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/60e1ef0056a47d5ff0a16ba2c3adf19f56a519ac))
* **deps:** update dependency openid-client to v6.1.7 ([5dbf34d](https://github.com/ContinuousSecurityTooling/keycloak-reporter/commit/5dbf34db60237a86a940045395f1db0d5849605a))



## [1.0.4](https://github.com/ContinuousSecurityTooling/keycloak-reporter/compare/v1.0.2...v1.0.4) (2024-11-22)


Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak-reporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.3.9
version: 1.3.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: datasource=docker depName=ContinuousSecurityTooling/keycloak-reporter
appVersion: 1.0.4
appVersion: 1.0.5
maintainers:
# Martin Reinhardt
- name: hypery2k
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak-reporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keycloak-reporter

![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.4](https://img.shields.io/badge/AppVersion-1.0.4-informational?style=flat-square)
![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.5](https://img.shields.io/badge/AppVersion-1.0.5-informational?style=flat-square)

Keycloak user and client reporting tool for automated regular access checks.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@continuoussecuritytooling/keycloak-reporter",
"version": "1.0.4",
"version": "1.0.5",
"description": "Reporting Tools for Keycloak",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 3933179

Please sign in to comment.