mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-25 06:10:33 -07:00
Update changelog for release 1.2.8
Signed-off-by: github-actions <ggraziol@redhat.com>
This commit is contained in:
parent
5c8d7d9554
commit
6330f08b28
2 changed files with 42 additions and 0 deletions
|
@ -6,6 +6,22 @@ middleware_automation.keycloak Release Notes
|
||||||
|
|
||||||
This changelog describes changes after version 0.2.6.
|
This changelog describes changes after version 0.2.6.
|
||||||
|
|
||||||
|
v1.2.8
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- keycloak_quarkus: set openjdk 17 as default `#103 <https://github.com/ansible-middleware/keycloak/pull/103>`_
|
||||||
|
- keycloak_quarkus: update to version 22.0.1 `#107 <https://github.com/ansible-middleware/keycloak/pull/107>`_
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Fix incorrect checks for ``keycloak_jgroups_subnet`` `#98 <https://github.com/ansible-middleware/keycloak/pull/98>`_
|
||||||
|
- Undefine ``keycloak_db_valid_conn_sql`` default `#91 <https://github.com/ansible-middleware/keycloak/pull/91>`_
|
||||||
|
- Update bindep.txt package python3-devel to support RHEL9 `#105 <https://github.com/ansible-middleware/keycloak/pull/105>`_
|
||||||
|
|
||||||
v1.2.7
|
v1.2.7
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -260,3 +260,29 @@ releases:
|
||||||
- 92.yaml
|
- 92.yaml
|
||||||
- 93.yaml
|
- 93.yaml
|
||||||
release_date: '2023-06-19'
|
release_date: '2023-06-19'
|
||||||
|
1.2.8:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- 'Fix incorrect checks for ``keycloak_jgroups_subnet`` `#98 <https://github.com/ansible-middleware/keycloak/pull/98>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Undefine ``keycloak_db_valid_conn_sql`` default `#91 <https://github.com/ansible-middleware/keycloak/pull/91>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Update bindep.txt package python3-devel to support RHEL9 `#105 <https://github.com/ansible-middleware/keycloak/pull/105>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
minor_changes:
|
||||||
|
- 'keycloak_quarkus: set openjdk 17 as default `#103 <https://github.com/ansible-middleware/keycloak/pull/103>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'keycloak_quarkus: update to version 22.0.1 `#107 <https://github.com/ansible-middleware/keycloak/pull/107>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 103.yaml
|
||||||
|
- 105.yaml
|
||||||
|
- 107.yaml
|
||||||
|
- 91.yaml
|
||||||
|
- 98.yaml
|
||||||
|
release_date: '2023-08-28'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue