Skip to content

Commit

Permalink
Merge pull request #194 from guidograzioli/keycloak_24_update
Browse files Browse the repository at this point in the history
Update keycloak to 24.0
  • Loading branch information
guidograzioli authored Apr 17, 2024
2 parents 8060dd7 + 1005726 commit f7bcac7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This changelog describes changes after version 0.2.6.
v2.1.2
======

Release Summary
---------------

Internal release, documentation or test changes only.


v2.1.1
======

Expand Down Expand Up @@ -275,6 +281,12 @@ Minor Changes
v1.0.4
======

Release Summary
---------------

Internal release, documentation or test changes only.


v1.0.3
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ releases:
- 31.yaml
release_date: '2022-05-09'
1.0.4:
changes:
release_summary: 'Internal release, documentation or test changes only.
'
release_date: '2022-05-11'
1.0.5:
changes:
Expand Down Expand Up @@ -455,4 +459,8 @@ releases:
- 191.yaml
release_date: '2024-04-17'
2.1.2:
changes:
release_summary: 'Internal release, documentation or test changes only.
'
release_date: '2024-04-17'
2 changes: 1 addition & 1 deletion roles/keycloak_quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Role Defaults

| Variable | Description | Default |
|:---------|:------------|:--------|
|`keycloak_quarkus_version`| keycloak.org package version | `23.0.7` |
|`keycloak_quarkus_version`| keycloak.org package version | `24.0.3` |


* Service configuration
Expand Down
2 changes: 1 addition & 1 deletion roles/keycloak_quarkus/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
### Configuration specific to keycloak
keycloak_quarkus_version: 23.0.7
keycloak_quarkus_version: 24.0.3
keycloak_quarkus_archive: "keycloak-{{ keycloak_quarkus_version }}.zip"
keycloak_quarkus_download_url: "https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}"
keycloak_quarkus_installdir: "{{ keycloak_quarkus_dest }}/keycloak-{{ keycloak_quarkus_version }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/keycloak_quarkus/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ argument_specs:
main:
options:
keycloak_quarkus_version:
default: "23.0.7"
default: "24.0.3"
description: "keycloak.org package version"
type: "str"
keycloak_quarkus_archive:
Expand Down

0 comments on commit f7bcac7

Please sign in to comment.