mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 02:10:29 -07:00
Update changelog for release 2.2.0
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
This commit is contained in:
parent
41cbcc41e8
commit
55f6881b2f
2 changed files with 58 additions and 2 deletions
|
@ -6,6 +6,25 @@ middleware\_automation.keycloak Release Notes
|
|||
|
||||
This changelog describes changes after version 0.2.6.
|
||||
|
||||
v2.2.0
|
||||
======
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- Support java keystore for configuration of sensitive options `#189 <https://github.com/ansible-middleware/keycloak/pull/189>`_
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Add ``wait_for_port`` and ``wait_for_log`` systemd unit logic `#199 <https://github.com/ansible-middleware/keycloak/pull/199>`_
|
||||
- Customize jdbc driver downloads, optional authentication `#202 <https://github.com/ansible-middleware/keycloak/pull/202>`_
|
||||
- Keystore-based vault SPI configuration `#196 <https://github.com/ansible-middleware/keycloak/pull/196>`_
|
||||
- New ``keycloak_quarkus_hostname_strict_https`` parameter `#195 <https://github.com/ansible-middleware/keycloak/pull/195>`_
|
||||
- Providers config and custom providers `#201 <https://github.com/ansible-middleware/keycloak/pull/201>`_
|
||||
- Remove administrator credentials from files once keycloak is bootstrapped `#197 <https://github.com/ansible-middleware/keycloak/pull/197>`_
|
||||
- Update keycloak to 24.0 `#194 <https://github.com/ansible-middleware/keycloak/pull/194>`_
|
||||
|
||||
v2.1.2
|
||||
======
|
||||
|
||||
|
@ -14,7 +33,6 @@ Release Summary
|
|||
|
||||
Internal release, documentation or test changes only.
|
||||
|
||||
|
||||
v2.1.1
|
||||
======
|
||||
|
||||
|
@ -286,7 +304,6 @@ Release Summary
|
|||
|
||||
Internal release, documentation or test changes only.
|
||||
|
||||
|
||||
v1.0.3
|
||||
======
|
||||
|
||||
|
|
|
@ -464,3 +464,42 @@ releases:
|
|||
|
||||
'
|
||||
release_date: '2024-04-17'
|
||||
2.2.0:
|
||||
changes:
|
||||
major_changes:
|
||||
- 'Support java keystore for configuration of sensitive options `#189 <https://github.com/ansible-middleware/keycloak/pull/189>`_
|
||||
|
||||
'
|
||||
minor_changes:
|
||||
- 'Add ``wait_for_port`` and ``wait_for_log`` systemd unit logic `#199 <https://github.com/ansible-middleware/keycloak/pull/199>`_
|
||||
|
||||
'
|
||||
- 'Customize jdbc driver downloads, optional authentication `#202 <https://github.com/ansible-middleware/keycloak/pull/202>`_
|
||||
|
||||
'
|
||||
- 'Keystore-based vault SPI configuration `#196 <https://github.com/ansible-middleware/keycloak/pull/196>`_
|
||||
|
||||
'
|
||||
- 'New ``keycloak_quarkus_hostname_strict_https`` parameter `#195 <https://github.com/ansible-middleware/keycloak/pull/195>`_
|
||||
|
||||
'
|
||||
- 'Providers config and custom providers `#201 <https://github.com/ansible-middleware/keycloak/pull/201>`_
|
||||
|
||||
'
|
||||
- 'Remove administrator credentials from files once keycloak is bootstrapped
|
||||
`#197 <https://github.com/ansible-middleware/keycloak/pull/197>`_
|
||||
|
||||
'
|
||||
- 'Update keycloak to 24.0 `#194 <https://github.com/ansible-middleware/keycloak/pull/194>`_
|
||||
|
||||
'
|
||||
fragments:
|
||||
- 189.yaml
|
||||
- 194.yaml
|
||||
- 195.yaml
|
||||
- 196.yaml
|
||||
- 197.yaml
|
||||
- 199.yaml
|
||||
- 201.yaml
|
||||
- 202.yaml
|
||||
release_date: '2024-05-01'
|
||||
|
|
Loading…
Add table
Reference in a new issue