Skip to content

Commit

Permalink
Update changelog for release 1.0.2
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 Sep 19, 2024
1 parent 0cc4bcb commit dab793e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
===========================================
middleware_automation.quarkus Release Notes
===========================================
============================================
middleware\_automation.quarkus Release Notes
============================================

.. contents:: Topics

v1.0.2
======

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

- Add scenarios `#8 <https://github.com/ansible-middleware/quarkus/pull/8>`_
- Allow non-root user on app builder (with only one parameter) `#16 <https://github.com/ansible-middleware/quarkus/pull/16>`_
- Enhance app validations tasks by passing an array of paths (and associated status_code) `#15 <https://github.com/ansible-middleware/quarkus/pull/15>`_
- Ensures collection check that target hosts belong to the RedHat family `#5 <https://github.com/ansible-middleware/quarkus/pull/5>`_
- Rework how the Java package installation can be skipped (for both builder and targets) `#12 <https://github.com/ansible-middleware/quarkus/pull/12>`_
- refactor git checkout bypass `#11 <https://github.com/ansible-middleware/quarkus/pull/11>`_

Bugfixes
--------

- Ensure that java pkg name is defined `#13 <https://github.com/ansible-middleware/quarkus/pull/13>`_
- Java home `#9 <https://github.com/ansible-middleware/quarkus/pull/9>`_

v1.0.1
======

v1.0.0
======

41 changes: 41 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,44 @@ releases:
release_date: '2023-03-27'
1.0.1:
release_date: '2023-04-26'
1.0.2:
changes:
bugfixes:
- 'Ensure that java pkg name is defined `#13 <https://github.com/ansible-middleware/quarkus/pull/13>`_
'
- 'Java home `#9 <https://github.com/ansible-middleware/quarkus/pull/9>`_
'
minor_changes:
- 'Add scenarios `#8 <https://github.com/ansible-middleware/quarkus/pull/8>`_
'
- 'Allow non-root user on app builder (with only one parameter) `#16 <https://github.com/ansible-middleware/quarkus/pull/16>`_
'
- 'Enhance app validations tasks by passing an array of paths (and associated
status_code) `#15 <https://github.com/ansible-middleware/quarkus/pull/15>`_
'
- 'Ensures collection check that target hosts belong to the RedHat family `#5
<https://github.com/ansible-middleware/quarkus/pull/5>`_
'
- 'Rework how the Java package installation can be skipped (for both builder
and targets) `#12 <https://github.com/ansible-middleware/quarkus/pull/12>`_
'
- 'refactor git checkout bypass `#11 <https://github.com/ansible-middleware/quarkus/pull/11>`_
'
fragments:
- 11.yaml
- 12.yaml
- 13.yaml
- 15.yaml
- 16.yaml
- 5.yaml
- 8.yaml
- 9.yaml
release_date: '2024-09-19'

0 comments on commit dab793e

Please sign in to comment.