diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7c305798..de2c6d67 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,31 @@ middleware\_automation.amq Release Notes .. contents:: Topics +v2.2.0 +====== + +Major Changes +------------- + +- Broker modular configuration with XInclude `#159 `_ +- New activemq_uninstall role `#150 `_ + +Minor Changes +------------- + +- Add additional ha-policy parameters `#155 `_ +- Add network check parameters `#152 `_ +- Add wait_for configuration `#156 `_ +- Allow to configure message counters `#153 `_ +- Broker plugins support `#160 `_ +- Define systemd entrypoint `#151 `_ + +Bugfixes +-------- + +- Allow mixing masked and unmasked passwords `#149 `_ +- Use bind_address instead of hostname for console binding `#158 `_ + v2.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d6306453..be89b994 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -435,3 +435,50 @@ releases: - 146.yaml - 147.yaml release_date: '2024-08-14' + 2.2.0: + changes: + bugfixes: + - 'Allow mixing masked and unmasked passwords `#149 `_ + + ' + - 'Use bind_address instead of hostname for console binding `#158 `_ + + ' + major_changes: + - 'Broker modular configuration with XInclude `#159 `_ + + ' + - 'New activemq_uninstall role `#150 `_ + + ' + minor_changes: + - 'Add additional ha-policy parameters `#155 `_ + + ' + - 'Add network check parameters `#152 `_ + + ' + - 'Add wait_for configuration `#156 `_ + + ' + - 'Allow to configure message counters `#153 `_ + + ' + - 'Broker plugins support `#160 `_ + + ' + - 'Define systemd entrypoint `#151 `_ + + ' + fragments: + - 149.yaml + - 150.yaml + - 151.yaml + - 152.yaml + - 153.yaml + - 155.yaml + - 156.yaml + - 158.yaml + - 159.yaml + - 160.yaml + release_date: '2024-08-27'