diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a58fe1e..1cd5c84e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ + +Minor Changes +------------- + +- Add address/queue configuration `#51 `_ +- Add configuration parameters for journal `#43 `_ +- Add configuration variables for address settings `#49 `_ +- Add diverts configuration `#52 `_ +- Don't trigger restarts when config auto-refresh is enabled `#54 `_ +- New flags make systemd unit wait for activemq ports or logs `#50 `_ + +Bugfixes +-------- + +- Add ``activemq_data_directory`` variable `#57 `_ +- Fix templating error when acceptors or connectors have a single parameter `#47 `_ +- Hide secrets from playbook output `#45 `_ + v1.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c20a1c8e..3e881efc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -114,9 +114,59 @@ releases: - 'Add systemd RequiresMountsFor and unit custom template `#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 `_ + + ' + - 'Fix templating error when acceptors or connectors have a single parameter + `#47 `_ + + ' + - 'Hide secrets from playbook output `#45 `_ + + ' + major_changes: + - 'Type for ``activemq_cors_allow_origin`` changed from string to list of strings + `#53 `_ + + ' + minor_changes: + - 'Add address/queue configuration `#51 `_ + + ' + - 'Add configuration parameters for journal `#43 `_ + + ' + - 'Add configuration variables for address settings `#49 `_ + + ' + - 'Add diverts configuration `#52 `_ + + ' + - 'Don''t trigger restarts when config auto-refresh is enabled `#54 `_ + + ' + - 'New flags make systemd unit wait for activemq ports or logs `#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'