From 88fbd5e0a90d8ee9cc54d1d9538efaff5244b6a3 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 21 Apr 2022 14:06:45 +0200 Subject: [PATCH] prepare community.proxysql 1.3.2 (#99) --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 9 +++++++++ .../96-version-suffix-may-not-be-an-integer.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5a73806..7c0247c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.3.2 +====== + +Release Summary +--------------- + +This is a bugfix release of the ``community.proxysql`` collection. + +Bugfixes +-------- + +- module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). + v1.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9c1fbd3..f6fc706 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -81,3 +81,12 @@ releases: - 68-refactor-save-load-config.yml - 86-missing-no-log.yml release_date: '2022-01-05' + 1.3.2: + changes: + bugfixes: + - module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). + release_summary: This is a bugfix release of the ``community.proxysql`` collection. + fragments: + - 1.3.2.yml + - 96-version-suffix-may-not-be-an-integer.yml + release_date: '2022-04-21' diff --git a/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml b/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml deleted file mode 100644 index e6cb520..0000000 --- a/changelogs/fragments/96-version-suffix-may-not-be-an-integer.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - module_utils/mysql.py - Proxysql version suffix may not be an integer (https://github.com/ansible-collections/community.proxysql/pull/96). diff --git a/galaxy.yml b/galaxy.yml index a3ccaab..8dc6ead 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.3.1 +version: 1.3.2 readme: README.md authors: - Ansible ProxySQL community