Skip to content

Commit df1939e

Browse files
Update changelog for release 2.3.0
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 0de0b65 commit df1939e

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ middleware\_automation.keycloak Release Notes
66

77
This changelog describes changes after version 0.2.6.
88

9+
v2.3.0
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Allow for custom providers hosted on maven repositories `#223 <https://github.com/ansible-middleware/keycloak/pull/223>`_
16+
- Restart handler strategy behaviour `#231 <https://github.com/ansible-middleware/keycloak/pull/231>`_
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add support for policy files `#225 <https://github.com/ansible-middleware/keycloak/pull/225>`_
22+
- Allow to add extra custom env vars in sysconfig file `#229 <https://github.com/ansible-middleware/keycloak/pull/229>`_
23+
- Download from alternate URL with optional http authentication `#220 <https://github.com/ansible-middleware/keycloak/pull/220>`_
24+
- Update Keycloak to version 24.0.4 `#218 <https://github.com/ansible-middleware/keycloak/pull/218>`_
25+
- ``proxy-header`` enhancement `#227 <https://github.com/ansible-middleware/keycloak/pull/227>`_
26+
27+
Bugfixes
28+
--------
29+
30+
- ``kc.sh build`` uses configured jdk `#211 <https://github.com/ansible-middleware/keycloak/pull/211>`_
31+
932
v2.2.2
1033
======
1134

changelogs/changelog.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,3 +532,42 @@ releases:
532532
- 209.yaml
533533
- 210.yaml
534534
release_date: '2024-05-06'
535+
2.3.0:
536+
changes:
537+
bugfixes:
538+
- '``kc.sh build`` uses configured jdk `#211 <https://github.com/ansible-middleware/keycloak/pull/211>`_
539+
540+
'
541+
major_changes:
542+
- 'Allow for custom providers hosted on maven repositories `#223 <https://github.com/ansible-middleware/keycloak/pull/223>`_
543+
544+
'
545+
- 'Restart handler strategy behaviour `#231 <https://github.com/ansible-middleware/keycloak/pull/231>`_
546+
547+
'
548+
minor_changes:
549+
- 'Add support for policy files `#225 <https://github.com/ansible-middleware/keycloak/pull/225>`_
550+
551+
'
552+
- 'Allow to add extra custom env vars in sysconfig file `#229 <https://github.com/ansible-middleware/keycloak/pull/229>`_
553+
554+
'
555+
- 'Download from alternate URL with optional http authentication `#220 <https://github.com/ansible-middleware/keycloak/pull/220>`_
556+
557+
'
558+
- 'Update Keycloak to version 24.0.4 `#218 <https://github.com/ansible-middleware/keycloak/pull/218>`_
559+
560+
'
561+
- '``proxy-header`` enhancement `#227 <https://github.com/ansible-middleware/keycloak/pull/227>`_
562+
563+
'
564+
fragments:
565+
- 211.yaml
566+
- 218.yaml
567+
- 220.yaml
568+
- 223.yaml
569+
- 225.yaml
570+
- 227.yaml
571+
- 229.yaml
572+
- 231.yaml
573+
release_date: '2024-05-20'

0 commit comments

Comments
 (0)