Skip to content

Commit

Permalink
Update changelog for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 7, 2023
1 parent da9939e commit 7930467
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ middleware_automation.amq Release Notes
.. contents:: Topics


v1.2.0
======

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

- Type for ``activemq_cors_allow_origin`` changed from string to list of strings `#53 <https://github.com/ansible-middleware/amq/pull/53>`_

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

- Add address/queue configuration `#51 <https://github.com/ansible-middleware/amq/pull/51>`_
- Add configuration parameters for journal `#43 <https://github.com/ansible-middleware/amq/pull/43>`_
- Add configuration variables for address settings `#49 <https://github.com/ansible-middleware/amq/pull/49>`_
- Add diverts configuration `#52 <https://github.com/ansible-middleware/amq/pull/52>`_
- Don't trigger restarts when config auto-refresh is enabled `#54 <https://github.com/ansible-middleware/amq/pull/54>`_
- New flags make systemd unit wait for activemq ports or logs `#50 <https://github.com/ansible-middleware/amq/pull/50>`_

Bugfixes
--------

- Add ``activemq_data_directory`` variable `#57 <https://github.com/ansible-middleware/amq/pull/57>`_
- Fix templating error when acceptors or connectors have a single parameter `#47 <https://github.com/ansible-middleware/amq/pull/47>`_
- Hide secrets from playbook output `#45 <https://github.com/ansible-middleware/amq/pull/45>`_

v1.1.1
======

Expand Down
52 changes: 51 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,59 @@ releases:
- 'Add systemd RequiresMountsFor and unit custom template `#36 <https://github.com/ansible-middleware/amq/pull/36>`_
'
- 'Stop using ansible.builtin.command module arguments incompatible with ansible 2.14
- 'Stop using ansible.builtin.command module arguments incompatible with ansible
2.14
'
fragments:
- 36.yaml
release_date: '2023-01-03'
1.2.0:
changes:
bugfixes:
- 'Add ``activemq_data_directory`` variable `#57 <https://github.com/ansible-middleware/amq/pull/57>`_
'
- 'Fix templating error when acceptors or connectors have a single parameter
`#47 <https://github.com/ansible-middleware/amq/pull/47>`_
'
- 'Hide secrets from playbook output `#45 <https://github.com/ansible-middleware/amq/pull/45>`_
'
major_changes:
- 'Type for ``activemq_cors_allow_origin`` changed from string to list of strings
`#53 <https://github.com/ansible-middleware/amq/pull/53>`_
'
minor_changes:
- 'Add address/queue configuration `#51 <https://github.com/ansible-middleware/amq/pull/51>`_
'
- 'Add configuration parameters for journal `#43 <https://github.com/ansible-middleware/amq/pull/43>`_
'
- 'Add configuration variables for address settings `#49 <https://github.com/ansible-middleware/amq/pull/49>`_
'
- 'Add diverts configuration `#52 <https://github.com/ansible-middleware/amq/pull/52>`_
'
- 'Don''t trigger restarts when config auto-refresh is enabled `#54 <https://github.com/ansible-middleware/amq/pull/54>`_
'
- 'New flags make systemd unit wait for activemq ports or logs `#50 <https://github.com/ansible-middleware/amq/pull/50>`_
'
fragments:
- 43.yaml
- 45.yaml
- 47.yaml
- 49.yaml
- 50.yaml
- 51.yaml
- 52.yaml
- 53.yaml
- 54.yaml
- 57.yaml
release_date: '2023-02-07'

0 comments on commit 7930467

Please sign in to comment.