Skip to content

Commit

Permalink
changes in changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Jul 10, 2024
1 parent e1d447d commit 3827d56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
For Keycloak upstream changelog please see https://www.keycloak.org/docs/latest/release_notes/index.html.
Full Keycloak upstream jira issue can be shown if filtered by Fix version. For example [Keycloak jira issue for 15.0.2 version](https://issues.redhat.com/browse/KEYCLOAK-19161?jql=project%20%3D%20keycloak%20and%20fixVersion%20%3D%2015.0.2)

## [2.1.0]
## [2.1.0] - 10-7-2024
### Added
- Add idpName together with authnAuthority

### Changed
- Support for Keycloak version over 22.0.10-1.8

## [2.0.0] - 1-2-2022
### Changed
- Support for Keycloak version 22
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ You need to define the following realm attributes in order Keycloak metric plugi
Moreover, you need to add in Events Config -> Event Listeners the "metrics-communication".

## Keycloak compatibility matrix
| Group management version | Keycloak version |
|--------------------------|--------------------------|
| 1.2.0 | 18.0.1-2.17 |
| 2.0.0 | 22.0.5-1.1 - 22.0.10-1.5 |
| 2.1.0 | 222.0.10-1.7 + |
| Group management version | Keycloak version |
|--------------------------|-------------------------|
| 1.2.0 | 18.0.1-2.17 |
| 2.0.0 | 22.0.5-1.1 - 22.0.10-1.7 |
| 2.1.0 | 22.0.10-1.8 + |

0 comments on commit 3827d56

Please sign in to comment.