File tree Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Expand file tree Collapse file tree 2 files changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ middleware\_automation.keycloak Release Notes
66
77This changelog describes changes after version 0.2.6.
88
9+ v2.1.1
10+ ======
11+
12+ Minor Changes
13+ -------------
14+
15+ - Add reverse ``proxy_headers `` config, supersedes ``proxy_mode `` `#187 <https://github.com/ansible-middleware/keycloak/pull/187 >`_
16+ - Debian/Ubuntu compatibility `#178 <https://github.com/ansible-middleware/keycloak/pull/178 >`_
17+ - Use ``keycloak_realm `` as default for sub-entities `#180 <https://github.com/ansible-middleware/keycloak/pull/180 >`_
18+
19+ Bugfixes
20+ --------
21+
22+ - Fix permissions on controller-side downloaded artifacts `#184 <https://github.com/ansible-middleware/keycloak/pull/184 >`_
23+ - JVM args moved to ``JAVA_OPTS `` envvar (instead of JAVA_OPTS_APPEND) `#186 <https://github.com/ansible-middleware/keycloak/pull/186 >`_
24+ - Unrelax configuration file permissions `#191 <https://github.com/ansible-middleware/keycloak/pull/191 >`_
25+ - Utilize comment filter for ``ansible_managed `` annotations `#176 <https://github.com/ansible-middleware/keycloak/pull/176 >`_
26+
927v2.1.0
1028======
1129
Original file line number Diff line number Diff line change @@ -419,3 +419,38 @@ releases:
419419 - 167.yaml
420420 - 171.yaml
421421 release_date : ' 2024-02-28'
422+ 2.1.1 :
423+ changes :
424+ bugfixes :
425+ - ' Fix permissions on controller-side downloaded artifacts `#184 <https://github.com/ansible-middleware/keycloak/pull/184>`_
426+
427+ '
428+ - ' JVM args moved to ``JAVA_OPTS`` envvar (instead of JAVA_OPTS_APPEND) `#186
429+ <https://github.com/ansible-middleware/keycloak/pull/186>`_
430+
431+ '
432+ - ' Unrelax configuration file permissions `#191 <https://github.com/ansible-middleware/keycloak/pull/191>`_
433+
434+ '
435+ - ' Utilize comment filter for ``ansible_managed`` annotations `#176 <https://github.com/ansible-middleware/keycloak/pull/176>`_
436+
437+ '
438+ minor_changes :
439+ - ' Add reverse ``proxy_headers`` config, supersedes ``proxy_mode`` `#187 <https://github.com/ansible-middleware/keycloak/pull/187>`_
440+
441+ '
442+ - ' Debian/Ubuntu compatibility `#178 <https://github.com/ansible-middleware/keycloak/pull/178>`_
443+
444+ '
445+ - ' Use ``keycloak_realm`` as default for sub-entities `#180 <https://github.com/ansible-middleware/keycloak/pull/180>`_
446+
447+ '
448+ fragments :
449+ - 176.yaml
450+ - 178.yaml
451+ - 180.yaml
452+ - 184.yaml
453+ - 186.yaml
454+ - 187.yaml
455+ - 191.yaml
456+ release_date : ' 2024-04-17'
You can’t perform that action at this time.
0 commit comments