mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
Update changelog for release 1.2.6
This commit is contained in:
parent
e99a0db174
commit
97bea7ba39
2 changed files with 38 additions and 0 deletions
|
@ -6,6 +6,21 @@ 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.6
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add profile features enabling/disabling `#87 <https://github.com/ansible-middleware/keycloak/pull/87>`_
|
||||||
|
- Improve service restart behavior configuration `#88 <https://github.com/ansible-middleware/keycloak/pull/88>`_
|
||||||
|
- Update default xa_datasource_class value for mariadb jdbc configuration `#89 <https://github.com/ansible-middleware/keycloak/pull/89>`_
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Handle WFLYCTL0117 when background validation millis is 0 `#90 <https://github.com/ansible-middleware/keycloak/pull/90>`_
|
||||||
|
|
||||||
v1.2.5
|
v1.2.5
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -224,3 +224,26 @@ releases:
|
||||||
- 85.yaml
|
- 85.yaml
|
||||||
- 86.yaml
|
- 86.yaml
|
||||||
release_date: '2023-05-26'
|
release_date: '2023-05-26'
|
||||||
|
1.2.6:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- 'Handle WFLYCTL0117 when background validation millis is 0 `#90 <https://github.com/ansible-middleware/keycloak/pull/90>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
minor_changes:
|
||||||
|
- 'Add profile features enabling/disabling `#87 <https://github.com/ansible-middleware/keycloak/pull/87>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Improve service restart behavior configuration `#88 <https://github.com/ansible-middleware/keycloak/pull/88>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Update default xa_datasource_class value for mariadb jdbc configuration `#89
|
||||||
|
<https://github.com/ansible-middleware/keycloak/pull/89>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 87.yaml
|
||||||
|
- 88.yaml
|
||||||
|
- 89.yaml
|
||||||
|
- 90.yaml
|
||||||
|
release_date: '2023-06-07'
|
||||||
|
|
Loading…
Add table
Reference in a new issue