diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4785b0f..a4aedab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.2.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 +------------- + +- refactor ``perform_checks`` function and move ``login_port`` check to ``module_utils/mysql.py`` (https://github.com/ansible-collections/community.proxysql/pull/63). + +New Modules +----------- + +- community.proxysql.proxysql_info - Gathers information about proxysql server + v1.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 282c227..0cac77c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -27,3 +27,21 @@ releases: name: proxysql_query_rules_fast_routing namespace: '' release_date: '2021-07-23' + 1.2.0: + changes: + minor_changes: + - refactor ``perform_checks`` function and move ``login_port`` check to ``module_utils/mysql.py`` + (https://github.com/ansible-collections/community.proxysql/pull/63). + 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.2.0.yml + - 63-refactor-login-port-check.yml + modules: + - description: Gathers information about proxysql server + name: proxysql_info + namespace: '' + release_date: '2021-08-18' diff --git a/changelogs/fragments/63-refactor-login-port-check.yml b/changelogs/fragments/63-refactor-login-port-check.yml deleted file mode 100644 index d17f562..0000000 --- a/changelogs/fragments/63-refactor-login-port-check.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- refactor ``perform_checks`` function and move ``login_port`` check to ``module_utils/mysql.py`` (https://github.com/ansible-collections/community.proxysql/pull/63). diff --git a/galaxy.yml b/galaxy.yml index f625efd..4d185dc 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.2.0-dev +version: 1.2.0 readme: README.md authors: - Ansible ProxySQL community