diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a4aedab..6204e32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,28 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.3.0 +====== + +Release Summary +--------------- + +This is the minor release of the ``community.proxysql`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Minor Changes +------------- + +- proxysql_query_rules - add ``next_query_flagIN`` argument (https://github.com/ansible-collections/community.proxysql/pull/74). +- proxysql_replication_hostgroups - implement ``check_type`` parameter (https://github.com/ansible-collections/community.proxysql/pull/69). + +Bugfixes +-------- + +- proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not support parameter ``cache_empty_result`` (https://github.com/ansible-collections/community.proxysql/pull/77). +- proxysql_replication_hostgroups - ability to change ``reader_hostgroup`` (https://github.com/ansible-collections/community.proxysql/pull/69). + v1.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0cac77c..aeef4da 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -45,3 +45,23 @@ releases: name: proxysql_info namespace: '' release_date: '2021-08-18' + 1.3.0: + changes: + bugfixes: + - proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not + support parameter ``cache_empty_result`` (https://github.com/ansible-collections/community.proxysql/pull/77). + - proxysql_replication_hostgroups - ability to change ``reader_hostgroup`` (https://github.com/ansible-collections/community.proxysql/pull/69). + minor_changes: + - proxysql_query_rules - add ``next_query_flagIN`` argument (https://github.com/ansible-collections/community.proxysql/pull/74). + - proxysql_replication_hostgroups - implement ``check_type`` parameter (https://github.com/ansible-collections/community.proxysql/pull/69). + release_summary: 'This is the minor release of the ``community.proxysql`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 1.3.0.yml + - 69-check_type.yml + - 74-add-support-for-next_query_flagIN.yml + - 77-fix-query-rules.yml + release_date: '2021-09-30' diff --git a/changelogs/fragments/69-check_type.yml b/changelogs/fragments/69-check_type.yml deleted file mode 100644 index 03ac3cd..0000000 --- a/changelogs/fragments/69-check_type.yml +++ /dev/null @@ -1,4 +0,0 @@ -minor_changes: -- proxysql_replication_hostgroups - implement ``check_type`` parameter (https://github.com/ansible-collections/community.proxysql/pull/69). -bugfixes: -- proxysql_replication_hostgroups - ability to change ``reader_hostgroup`` (https://github.com/ansible-collections/community.proxysql/pull/69). \ No newline at end of file diff --git a/changelogs/fragments/74-add-support-for-next_query_flagIN.yml b/changelogs/fragments/74-add-support-for-next_query_flagIN.yml deleted file mode 100644 index 8b09655..0000000 --- a/changelogs/fragments/74-add-support-for-next_query_flagIN.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- proxysql_query_rules - add ``next_query_flagIN`` argument (https://github.com/ansible-collections/community.proxysql/pull/74). \ No newline at end of file diff --git a/changelogs/fragments/77-fix-query-rules.yml b/changelogs/fragments/77-fix-query-rules.yml deleted file mode 100644 index abc16ad..0000000 --- a/changelogs/fragments/77-fix-query-rules.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- proxysql_query_rules - fix backwards compatibility. Proxysql > 2 does not support parameter ``cache_empty_result`` (https://github.com/ansible-collections/community.proxysql/pull/77). \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 0e75e54..2396d84 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,11 +1,12 @@ namespace: community name: proxysql -version: 1.3.0-dev +version: 1.3.0 readme: README.md authors: - Ansible ProxySQL community - Akim Lindberg (@akimrx) - Ben Mildren (@bmildren) + - Markus Bergholz (@markuman) description: ProxySQL collection for Ansible license_file: LICENSE tags: