mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 02:10:29 -07:00
Merge pull request #194 from guidograzioli/keycloak_24_update
Update keycloak to 24.0
This commit is contained in:
commit
f7bcac79d0
5 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
@ -275,6 +281,12 @@ Minor Changes
|
|||
v1.0.4
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Internal release, documentation or test changes only.
|
||||
|
||||
|
||||
v1.0.3
|
||||
======
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue