From 11ea7b33c2c242e977cf06b4503328b6395ed290 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Fri, 23 Jul 2021 09:43:09 +0200 Subject: [PATCH] Release 1.1.0 commit (#57) --- CHANGELOG.rst | 22 ++++++++++++++ changelogs/changelog.yaml | 29 ++++++++++++++++--- .../fragments/25-updated-query-rules.yaml | 3 -- .../fragments/50-refactor-connectors.yaml | 3 -- galaxy.yml | 2 +- 5 files changed, 48 insertions(+), 11 deletions(-) delete mode 100644 changelogs/fragments/25-updated-query-rules.yaml delete mode 100644 changelogs/fragments/50-refactor-connectors.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13f2507..4785b0f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,28 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.1.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 +------------- + +- Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50). +- Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50). +- proxysql_query_rules - added new parameters ``cache_empty_result``, ``multiplex``, ``OK_msg`` (https://github.com/ansible-collections/community.proxysql/issues/24). + +New Modules +----------- + +- community.proxysql.proxysql_query_rules_fast_routing - Modifies query rules for fast routing policies using the proxysql admin interface + v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5eb2541..282c227 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2,7 +2,28 @@ ancestor: null releases: 1.0.0: changes: - release_summary: - 'This is the first proper release of the ``community.proxysql`` collection. - This changelog contains all changes to the modules in this collection that - were added after the release of Ansible 2.9.0.' + release_summary: This is the first proper release of the ``community.proxysql`` + collection. This changelog contains all changes to the modules in this collection + that were added after the release of Ansible 2.9.0. + 1.1.0: + changes: + minor_changes: + - Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50). + - Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50). + - proxysql_query_rules - added new parameters ``cache_empty_result``, ``multiplex``, + ``OK_msg`` (https://github.com/ansible-collections/community.proxysql/issues/24). + 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.1.0.yml + - 25-updated-query-rules.yaml + - 50-refactor-connectors.yaml + modules: + - description: Modifies query rules for fast routing policies using the proxysql + admin interface + name: proxysql_query_rules_fast_routing + namespace: '' + release_date: '2021-07-23' diff --git a/changelogs/fragments/25-updated-query-rules.yaml b/changelogs/fragments/25-updated-query-rules.yaml deleted file mode 100644 index a92a12d..0000000 --- a/changelogs/fragments/25-updated-query-rules.yaml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - proxysql_query_rules - added new parameters ``cache_empty_result``, ``multiplex``, ``OK_msg`` - (https://github.com/ansible-collections/community.proxysql/issues/24). \ No newline at end of file diff --git a/changelogs/fragments/50-refactor-connectors.yaml b/changelogs/fragments/50-refactor-connectors.yaml deleted file mode 100644 index e76cd97..0000000 --- a/changelogs/fragments/50-refactor-connectors.yaml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - Refactoring of connector presence checking (https://github.com/ansible-collections/community.proxysql/pull/50). - - Replace MySQL-Python with mysqlclient in the import error message (https://github.com/ansible-collections/community.proxysql/pull/50). diff --git a/galaxy.yml b/galaxy.yml index f28b94d..2982528 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.0.1 +version: 1.1.0 readme: README.md authors: - Ansible ProxySQL community