Skip to content

Commit bf5c805

Browse files
Update changelog for release 3.0.3
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 2b1c07d commit bf5c805

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 0.2.6.
88

9+
v3.0.3
10+
======
11+
12+
Major Changes
13+
-------------
14+
15+
- Update to keycloak 26.3.0 `#293 <https://github.com/ansible-middleware/keycloak/pull/293>`_
16+
- ansible-core 2.19 compatibility `#310 <https://github.com/ansible-middleware/keycloak/pull/310>`_
17+
18+
Minor Changes
19+
-------------
20+
21+
- Allow to install provider jars from remote paths `#303 <https://github.com/ansible-middleware/keycloak/pull/303>`_
22+
- Declared proxy_mode as deprecated, updated quarkus and realm readme `#306 <https://github.com/ansible-middleware/keycloak/pull/306>`_
23+
- Fix config_key_store_file description to match variable name `#308 <https://github.com/ansible-middleware/keycloak/pull/308>`_
24+
25+
Bugfixes
26+
--------
27+
28+
- keycloak collection CI label is showing no status `#312 <https://github.com/ansible-middleware/keycloak/pull/312>`_
29+
- keycloak_realm: allow secret in keycloak_clients `#304 <https://github.com/ansible-middleware/keycloak/pull/304>`_
30+
931
v3.0.2
1032
======
1133

changelogs/changelog.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,3 +719,39 @@ releases:
719719
- 298.yaml
720720
- 302.yaml
721721
release_date: '2025-07-01'
722+
3.0.3:
723+
changes:
724+
bugfixes:
725+
- 'keycloak collection CI label is showing no status `#312 <https://github.com/ansible-middleware/keycloak/pull/312>`_
726+
727+
'
728+
- 'keycloak_realm: allow secret in keycloak_clients `#304 <https://github.com/ansible-middleware/keycloak/pull/304>`_
729+
730+
'
731+
major_changes:
732+
- 'Update to keycloak 26.3.0 `#293 <https://github.com/ansible-middleware/keycloak/pull/293>`_
733+
734+
'
735+
- 'ansible-core 2.19 compatibility `#310 <https://github.com/ansible-middleware/keycloak/pull/310>`_
736+
737+
'
738+
minor_changes:
739+
- 'Allow to install provider jars from remote paths `#303 <https://github.com/ansible-middleware/keycloak/pull/303>`_
740+
741+
'
742+
- 'Declared proxy_mode as deprecated, updated quarkus and realm readme `#306
743+
<https://github.com/ansible-middleware/keycloak/pull/306>`_
744+
745+
'
746+
- 'Fix config_key_store_file description to match variable name `#308 <https://github.com/ansible-middleware/keycloak/pull/308>`_
747+
748+
'
749+
fragments:
750+
- 293.yaml
751+
- 303.yaml
752+
- 304.yaml
753+
- 306.yaml
754+
- 308.yaml
755+
- 310.yaml
756+
- 312.yaml
757+
release_date: '2025-12-16'

0 commit comments

Comments
 (0)