Skip to content

Commit 2841c7a

Browse files
Update changelog for release 2.0.0
Signed-off-by: ansible-middleware-core <[email protected]>
1 parent d947e85 commit 2841c7a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ middleware_automation.keycloak Release Notes
66

77
This changelog describes changes after version 0.2.6.
88

9+
v2.0.0
10+
======
11+
12+
Minor Changes
13+
-------------
14+
15+
- Add new parameter for port offset configuration `#124 <https://github.com/ansible-middleware/keycloak/pull/124>`_
16+
- Update Keycloak to version 22.0.5 `#122 <https://github.com/ansible-middleware/keycloak/pull/122>`_
17+
18+
Breaking Changes / Porting Guide
19+
--------------------------------
20+
21+
- Add support for more http-related configs `#115 <https://github.com/ansible-middleware/keycloak/pull/115>`_
22+
- Update minimum ansible-core version > 2.14 `#119 <https://github.com/ansible-middleware/keycloak/pull/119>`_
23+
- keycloak_quarkus: enable config of key store and trust store `#116 <https://github.com/ansible-middleware/keycloak/pull/116>`_
24+
925
v1.3.0
1026
======
1127

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,29 @@ releases:
315315
- 112.yaml
316316
- 113.yaml
317317
release_date: '2023-09-25'
318+
2.0.0:
319+
changes:
320+
breaking_changes:
321+
- 'Add support for more http-related configs `#115 <https://github.com/ansible-middleware/keycloak/pull/115>`_
322+
323+
'
324+
- 'Update minimum ansible-core version > 2.14 `#119 <https://github.com/ansible-middleware/keycloak/pull/119>`_
325+
326+
'
327+
- 'keycloak_quarkus: enable config of key store and trust store `#116 <https://github.com/ansible-middleware/keycloak/pull/116>`_
328+
329+
'
330+
minor_changes:
331+
- 'Add new parameter for port offset configuration `#124 <https://github.com/ansible-middleware/keycloak/pull/124>`_
332+
333+
'
334+
- 'Update Keycloak to version 22.0.5 `#122 <https://github.com/ansible-middleware/keycloak/pull/122>`_
335+
336+
'
337+
fragments:
338+
- 115.yaml
339+
- 116.yaml
340+
- 119.yaml
341+
- 122.yaml
342+
- 124.yaml
343+
release_date: '2023-11-20'

0 commit comments

Comments
 (0)