Skip to content

Commit

Permalink
Update changelog for release 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
  • Loading branch information
ansible-middleware-core committed Apr 3, 2024
1 parent 552e245 commit 3c602aa
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,35 @@ middleware\_automation.wildfly Release Notes

This changelog describes changes after version 0.0.7.

v1.5.1
======

Major Changes
-------------

- Set pid file for systemd to /var/run/{{ instance }} or allow for custom pid file location `#190 <https://github.com/ansible-middleware/wildfly/pull/190>`_

Minor Changes
-------------

- Add selinux attributes `#205 <https://github.com/ansible-middleware/wildfly/pull/205>`_
- Add wait_for logic in systemd unit `#207 <https://github.com/ansible-middleware/wildfly/pull/207>`_
- Add wildfly_validation logic for colocated cluster `#211 <https://github.com/ansible-middleware/wildfly/pull/211>`_
- Allow to use different names for nodeId, instance name, systemd unit name `#192 <https://github.com/ansible-middleware/wildfly/pull/192>`_
- Enable Prospero molecule scenario to run `#181 <https://github.com/ansible-middleware/wildfly/pull/181>`_
- Externalize the jdbc drivers list from the main playbook, plus add a missing template for the migration role `#204 <https://github.com/ansible-middleware/wildfly/pull/204>`_
- Implementation of the uninstall role, along with documentation and molecule scenario `#194 <https://github.com/ansible-middleware/wildfly/pull/194>`_
- Validate ``wildfly_node_id`` length and default to ``inventory_hostname_short`` `#195 <https://github.com/ansible-middleware/wildfly/pull/195>`_
- prospero: update README and remove duplicated call to wildfly_user `#200 <https://github.com/ansible-middleware/wildfly/pull/200>`_

Bugfixes
--------

- Fix uninstall_role to work, out of the box, with the wildfly_install defaults. `#197 <https://github.com/ansible-middleware/wildfly/pull/197>`_
- Fix wildfly_install changing ownership of system directories `#210 <https://github.com/ansible-middleware/wildfly/pull/210>`_
- JBoss EAP 7.4.7+ patching fails on openjdk17 if elytron is not enabled `#203 <https://github.com/ansible-middleware/wildfly/pull/203>`_
- Wildfly user account should be in wildfly_group as primary group `#202 <https://github.com/ansible-middleware/wildfly/pull/202>`_

v1.5.0
======

Expand Down
71 changes: 71 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,74 @@ releases:
- 175.yaml
- 179.yaml
release_date: '2024-03-05'
1.5.1:
changes:
bugfixes:
- 'Fix uninstall_role to work, out of the box, with the wildfly_install defaults.
`#197 <https://github.com/ansible-middleware/wildfly/pull/197>`_
'
- 'Fix wildfly_install changing ownership of system directories `#210 <https://github.com/ansible-middleware/wildfly/pull/210>`_
'
- 'JBoss EAP 7.4.7+ patching fails on openjdk17 if elytron is not enabled `#203
<https://github.com/ansible-middleware/wildfly/pull/203>`_
'
- 'Wildfly user account should be in wildfly_group as primary group `#202 <https://github.com/ansible-middleware/wildfly/pull/202>`_
'
major_changes:
- 'Set pid file for systemd to /var/run/{{ instance }} or allow for custom pid
file location `#190 <https://github.com/ansible-middleware/wildfly/pull/190>`_
'
minor_changes:
- 'Add selinux attributes `#205 <https://github.com/ansible-middleware/wildfly/pull/205>`_
'
- 'Add wait_for logic in systemd unit `#207 <https://github.com/ansible-middleware/wildfly/pull/207>`_
'
- 'Add wildfly_validation logic for colocated cluster `#211 <https://github.com/ansible-middleware/wildfly/pull/211>`_
'
- 'Allow to use different names for nodeId, instance name, systemd unit name
`#192 <https://github.com/ansible-middleware/wildfly/pull/192>`_
'
- 'Enable Prospero molecule scenario to run `#181 <https://github.com/ansible-middleware/wildfly/pull/181>`_
'
- 'Externalize the jdbc drivers list from the main playbook, plus add a missing
template for the migration role `#204 <https://github.com/ansible-middleware/wildfly/pull/204>`_
'
- 'Implementation of the uninstall role, along with documentation and molecule
scenario `#194 <https://github.com/ansible-middleware/wildfly/pull/194>`_
'
- 'Validate ``wildfly_node_id`` length and default to ``inventory_hostname_short``
`#195 <https://github.com/ansible-middleware/wildfly/pull/195>`_
'
- 'prospero: update README and remove duplicated call to wildfly_user `#200
<https://github.com/ansible-middleware/wildfly/pull/200>`_
'
fragments:
- 181.yaml
- 190.yaml
- 192.yaml
- 194.yaml
- 195.yaml
- 197.yaml
- 200.yaml
- 202.yaml
- 203.yaml
- 204.yaml
- 205.yaml
- 207.yaml
- 210.yaml
- 211.yaml
release_date: '2024-04-03'

0 comments on commit 3c602aa

Please sign in to comment.