Skip to content

Commit

Permalink
Update changelog for release 1.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <[email protected]>
  • Loading branch information
ansible-middleware-core committed May 22, 2024
1 parent 174b67d commit 0326ee4
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ middleware\_automation.wildfly Release Notes

This changelog describes changes after version 0.0.7.

v1.5.2
======

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

- Add app deployments to several Molecule scenarios `#237 <https://github.com/ansible-middleware/wildfly/pull/237>`_
- prospero: rm role and move content to wildfly_utils `#227 <https://github.com/ansible-middleware/wildfly/pull/227>`_

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

- App deploy to trigger cluster formation and verification (upstream CI only) `#221 <https://github.com/ansible-middleware/wildfly/pull/221>`_
- Skip pidfile validation `#217 <https://github.com/ansible-middleware/wildfly/pull/217>`_
- eap: EAP8 should defaults to prospero `#245 <https://github.com/ansible-middleware/wildfly/pull/245>`_
- install: allow user to change path on controller to store zips `#216 <https://github.com/ansible-middleware/wildfly/pull/216>`_

Bugfixes
--------

- Add become_user to jboss_cli `#229 <https://github.com/ansible-middleware/wildfly/pull/229>`_
- Use prospero 1.3.0.Beta1 `#239 <https://github.com/ansible-middleware/wildfly/pull/239>`_
- use own config directory for colocated instances `#226 <https://github.com/ansible-middleware/wildfly/pull/226>`_
- wildfly_validation: fixup logic of pidfile verification `#244 <https://github.com/ansible-middleware/wildfly/pull/244>`_

v1.5.1
======

Expand Down
48 changes: 48 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,51 @@ releases:
- 210.yaml
- 211.yaml
release_date: '2024-04-03'
1.5.2:
changes:
bugfixes:
- 'Add become_user to jboss_cli `#229 <https://github.com/ansible-middleware/wildfly/pull/229>`_
'
- 'Use prospero 1.3.0.Beta1 `#239 <https://github.com/ansible-middleware/wildfly/pull/239>`_
'
- 'use own config directory for colocated instances `#226 <https://github.com/ansible-middleware/wildfly/pull/226>`_
'
- 'wildfly_validation: fixup logic of pidfile verification `#244 <https://github.com/ansible-middleware/wildfly/pull/244>`_
'
major_changes:
- 'Add app deployments to several Molecule scenarios `#237 <https://github.com/ansible-middleware/wildfly/pull/237>`_
'
- 'prospero: rm role and move content to wildfly_utils `#227 <https://github.com/ansible-middleware/wildfly/pull/227>`_
'
minor_changes:
- 'App deploy to trigger cluster formation and verification (upstream CI only)
`#221 <https://github.com/ansible-middleware/wildfly/pull/221>`_
'
- 'Skip pidfile validation `#217 <https://github.com/ansible-middleware/wildfly/pull/217>`_
'
- 'eap: EAP8 should defaults to prospero `#245 <https://github.com/ansible-middleware/wildfly/pull/245>`_
'
- 'install: allow user to change path on controller to store zips `#216 <https://github.com/ansible-middleware/wildfly/pull/216>`_
'
fragments:
- 216.yaml
- 217.yaml
- 221.yaml
- 226.yaml
- 227.yaml
- 229.yaml
- 237.yaml
- 239.yaml
- 244.yaml
- 245.yaml
release_date: '2024-05-22'

0 comments on commit 0326ee4

Please sign in to comment.