Skip to content

Commit dded412

Browse files
Update changelog for release 1.3.0
Signed-off-by: ansible-middleware-core <[email protected]>
1 parent 5b70d3d commit dded412

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 0.2.6.
88

9+
v1.3.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Run service as ``keycloak_service_user`` `#106 <https://github.com/ansible-middleware/keycloak/pull/106>`_
16+
17+
Minor Changes
18+
-------------
19+
20+
- keycloak_quarkus: Update Keycloak to version 22.0.3 `#112 <https://github.com/ansible-middleware/keycloak/pull/112>`_
21+
- keycloak_quarkus: fix admin console redirect when running locally `#111 <https://github.com/ansible-middleware/keycloak/pull/111>`_
22+
- keycloak_quarkus: skip proxy config if ``keycloak_quarkus_proxy_mode`` is ``none`` `#109 <https://github.com/ansible-middleware/keycloak/pull/109>`_
23+
24+
Bugfixes
25+
--------
26+
27+
- keycloak_quarkus: fix validation failure upon port configuration change `#113 <https://github.com/ansible-middleware/keycloak/pull/113>`_
28+
929
v1.2.8
1030
======
1131

changelogs/changelog.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,32 @@ releases:
286286
- 91.yaml
287287
- 98.yaml
288288
release_date: '2023-08-28'
289+
1.3.0:
290+
changes:
291+
bugfixes:
292+
- 'keycloak_quarkus: fix validation failure upon port configuration change `#113
293+
<https://github.com/ansible-middleware/keycloak/pull/113>`_
294+
295+
'
296+
major_changes:
297+
- 'Run service as ``keycloak_service_user`` `#106 <https://github.com/ansible-middleware/keycloak/pull/106>`_
298+
299+
'
300+
minor_changes:
301+
- 'keycloak_quarkus: Update Keycloak to version 22.0.3 `#112 <https://github.com/ansible-middleware/keycloak/pull/112>`_
302+
303+
'
304+
- 'keycloak_quarkus: fix admin console redirect when running locally `#111 <https://github.com/ansible-middleware/keycloak/pull/111>`_
305+
306+
'
307+
- 'keycloak_quarkus: skip proxy config if ``keycloak_quarkus_proxy_mode`` is
308+
``none`` `#109 <https://github.com/ansible-middleware/keycloak/pull/109>`_
309+
310+
'
311+
fragments:
312+
- 106.yaml
313+
- 109.yaml
314+
- 111.yaml
315+
- 112.yaml
316+
- 113.yaml
317+
release_date: '2023-09-25'

0 commit comments

Comments
 (0)