Skip to content

Commit

Permalink
Update changelog for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 12, 2022
1 parent 1c41539 commit cd97e8d
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ middleware_automation.amq Release Notes
.. contents:: Topics


v1.1.0
======

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

- Allow for listing roles for users. Specify security setting match address `#19 <https://github.com/ansible-middleware/amq/pull/19>`_
- Make variable ``activemq_shared_storage_path`` represent an absolute path `#21 <https://github.com/ansible-middleware/amq/pull/21>`_

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

- Arbitrary acceptors configuration via ``activemq_acceptors`` variable `#30 <https://github.com/ansible-middleware/amq/pull/30>`_
- Arbitrary connectors configuration via ``activemq_connectors`` variable `#31 <https://github.com/ansible-middleware/amq/pull/31>`_
- Configuration for management role access `#29 <https://github.com/ansible-middleware/amq/pull/29>`_
- Variable to config controller download/offline directory `#18 <https://github.com/ansible-middleware/amq/pull/18>`_

Breaking Changes / Porting Guide
--------------------------------

- Rename role ``amq_broker`` to ``activemq`` `#26 <https://github.com/ansible-middleware/amq/pull/26>`_
- Rename variables prefix to ``activemq_`` `#11 <https://github.com/ansible-middleware/amq/pull/11>`_

Bugfixes
--------

- Add ``become_user`` to artemis commands `#17 <https://github.com/ansible-middleware/amq/pull/17>`_
- Correctly set etc path and allow cors config for jolokia `#24 <https://github.com/ansible-middleware/amq/pull/24>`_
- Implement idempotent user password hashes `#25 <https://github.com/ansible-middleware/amq/pull/25>`_
- Update ``activemq_java_opts`` to be same as activemq defaults `#20 <https://github.com/ansible-middleware/amq/pull/20>`_

v1.0.0
======

Expand Down
60 changes: 60 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,63 @@ releases:
- 7.yaml
- 8.yaml
release_date: '2022-07-20'
1.1.0:
changes:
breaking_changes:
- 'Rename role ``amq_broker`` to ``activemq`` `#26 <https://github.com/ansible-middleware/amq/pull/26>`_
'
- 'Rename variables prefix to ``activemq_`` `#11 <https://github.com/ansible-middleware/amq/pull/11>`_
'
bugfixes:
- 'Add ``become_user`` to artemis commands `#17 <https://github.com/ansible-middleware/amq/pull/17>`_
'
- 'Correctly set etc path and allow cors config for jolokia `#24 <https://github.com/ansible-middleware/amq/pull/24>`_
'
- 'Implement idempotent user password hashes `#25 <https://github.com/ansible-middleware/amq/pull/25>`_
'
- 'Update ``activemq_java_opts`` to be same as activemq defaults `#20 <https://github.com/ansible-middleware/amq/pull/20>`_
'
major_changes:
- 'Allow for listing roles for users. Specify security setting match address
`#19 <https://github.com/ansible-middleware/amq/pull/19>`_
'
- 'Make variable ``activemq_shared_storage_path`` represent an absolute path
`#21 <https://github.com/ansible-middleware/amq/pull/21>`_
'
minor_changes:
- 'Arbitrary acceptors configuration via ``activemq_acceptors`` variable `#30
<https://github.com/ansible-middleware/amq/pull/30>`_
'
- 'Arbitrary connectors configuration via ``activemq_connectors`` variable `#31
<https://github.com/ansible-middleware/amq/pull/31>`_
'
- 'Configuration for management role access `#29 <https://github.com/ansible-middleware/amq/pull/29>`_
'
- 'Variable to config controller download/offline directory `#18 <https://github.com/ansible-middleware/amq/pull/18>`_
'
fragments:
- 11.yaml
- 17.yaml
- 18.yaml
- 19.yaml
- 20.yaml
- 21.yaml
- 24.yaml
- 25.yaml
- 26.yaml
- 29.yaml
- 30.yaml
- 31.yaml
release_date: '2022-09-12'

0 comments on commit cd97e8d

Please sign in to comment.