Skip to content

Commit e60a5b7

Browse files
Update changelog for release 3.0.2
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
1 parent 6143ae2 commit e60a5b7

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-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+
v3.0.2
10+
======
11+
12+
Minor Changes
13+
-------------
14+
15+
- New ``checksum`` property for keycloak_quarkus_providers `#280 <https://github.com/ansible-middleware/keycloak/pull/280>`_
16+
- New parameter to set the jgroups host IP address `#281 <https://github.com/ansible-middleware/keycloak/pull/281>`_
17+
- Session storage / distributed caches `#287 <https://github.com/ansible-middleware/keycloak/pull/287>`_
18+
- Update keycloak/RHBK to v26.2.4 `#283 <https://github.com/ansible-middleware/keycloak/pull/283>`_
19+
20+
Bugfixes
21+
--------
22+
23+
- Fix ``keycloak_quarkus_force_install`` parameter being ignored by install `#296 <https://github.com/ansible-middleware/keycloak/pull/296>`_
24+
- Fix alternate download location being ignored (JBossNeworkAPI always used) `#298 <https://github.com/ansible-middleware/keycloak/pull/298>`_
25+
- Run config rebuild after SPI providers update `#285 <https://github.com/ansible-middleware/keycloak/pull/285>`_
26+
- Use jdk21 as default in debian `#289 <https://github.com/ansible-middleware/keycloak/pull/289>`_
27+
- keycloak_realm: federation default provider type should be a string `#302 <https://github.com/ansible-middleware/keycloak/pull/302>`_
28+
929
v3.0.1
1030
======
1131

changelogs/changelog.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,3 +674,48 @@ releases:
674674
- 276.yaml
675675
- 277.yaml
676676
release_date: '2025-05-02'
677+
3.0.2:
678+
changes:
679+
bugfixes:
680+
- 'Fix ``keycloak_quarkus_force_install`` parameter being ignored by install
681+
`#296 <https://github.com/ansible-middleware/keycloak/pull/296>`_
682+
683+
'
684+
- 'Fix alternate download location being ignored (JBossNeworkAPI always used)
685+
`#298 <https://github.com/ansible-middleware/keycloak/pull/298>`_
686+
687+
'
688+
- 'Run config rebuild after SPI providers update `#285 <https://github.com/ansible-middleware/keycloak/pull/285>`_
689+
690+
'
691+
- 'Use jdk21 as default in debian `#289 <https://github.com/ansible-middleware/keycloak/pull/289>`_
692+
693+
'
694+
- 'keycloak_realm: federation default provider type should be a string `#302
695+
<https://github.com/ansible-middleware/keycloak/pull/302>`_
696+
697+
'
698+
minor_changes:
699+
- 'New ``checksum`` property for keycloak_quarkus_providers `#280 <https://github.com/ansible-middleware/keycloak/pull/280>`_
700+
701+
'
702+
- 'New parameter to set the jgroups host IP address `#281 <https://github.com/ansible-middleware/keycloak/pull/281>`_
703+
704+
'
705+
- 'Session storage / distributed caches `#287 <https://github.com/ansible-middleware/keycloak/pull/287>`_
706+
707+
'
708+
- 'Update keycloak/RHBK to v26.2.4 `#283 <https://github.com/ansible-middleware/keycloak/pull/283>`_
709+
710+
'
711+
fragments:
712+
- 280.yaml
713+
- 281.yaml
714+
- 283.yaml
715+
- 285.yaml
716+
- 287.yaml
717+
- 289.yaml
718+
- 296.yaml
719+
- 298.yaml
720+
- 302.yaml
721+
release_date: '2025-07-01'

0 commit comments

Comments
 (0)