diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7c0247c..d5947c3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.4.0 +====== + +Release Summary +--------------- + +This is the minor release of the ``community.proxysql`` collection. +Because ansible <= 2.10 is EOL, ``community.proxysql`` will only be tested against ansible > 2.10. + +Bugfixes +-------- + +- roles/proxysql - As of ProxySQL 2.4.0, ``client_found_rows`` mysql variable has been removed (https://github.com/ansible-collections/community.proxysql/pull/101). + v1.3.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f6fc706..981db35 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -90,3 +90,16 @@ releases: - 1.3.2.yml - 96-version-suffix-may-not-be-an-integer.yml release_date: '2022-04-21' + 1.4.0: + changes: + bugfixes: + - roles/proxysql - As of ProxySQL 2.4.0, `client_found_rows` mysql variable + has been removed (https://github.com/ansible-collections/community.proxysql/pull/101). + release_summary: 'This is the minor release of the ``community.proxysql`` collection. + + Because ansible <= 2.10 is EOL, ``community.proxysql`` will only be tested against ansible > 2.10.' + + fragments: + - 1.4.0.yml + - 101-removed-mysql-variable.yml + release_date: '2022-05-23' diff --git a/changelogs/fragments/101-removed-mysql-variable.yml b/changelogs/fragments/101-removed-mysql-variable.yml deleted file mode 100644 index 81dea44..0000000 --- a/changelogs/fragments/101-removed-mysql-variable.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - roles/proxysql - As of ProxySQL 2.4.0, `client_found_rows` mysql variable has been removed (https://github.com/ansible-collections/community.proxysql/pull/101). diff --git a/galaxy.yml b/galaxy.yml index 8dc6ead..43b1b4a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.3.2 +version: 1.4.0 readme: README.md authors: - Ansible ProxySQL community