Skip to content

Commit ad6021c

Browse files
Update changelog for release 2.1.1
Signed-off-by: ansible-middleware-core <[email protected]>
1 parent 05ebd90 commit ad6021c

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

CHANGELOG.rst

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

77
This 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+
927
v2.1.0
1028
======
1129

changelogs/changelog.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)