From bf950fd049478e7f87ba22c3279cdef3435b846e Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Tue, 25 Jun 2024 11:09:41 +0200 Subject: [PATCH] prepare 1.6.0 (#163) --- CHANGELOG.rst | 22 +++++++++++++++++ changelogs/changelog.yaml | 24 +++++++++++++++++++ changelogs/fragments/0-proxysql.yml | 2 -- changelogs/fragments/1-proxysql.yml | 2 -- changelogs/fragments/2134ewfr.yml | 2 -- ...client-my-cnf-and-correct-package-name.yml | 3 --- ...lt-proxysql-version-and-fix-small-bugs.yml | 2 -- galaxy.yml | 2 +- 8 files changed, 47 insertions(+), 12 deletions(-) delete mode 100644 changelogs/fragments/0-proxysql.yml delete mode 100644 changelogs/fragments/1-proxysql.yml delete mode 100644 changelogs/fragments/2134ewfr.yml delete mode 100644 changelogs/fragments/89-dynamic-user-password-in-client-my-cnf-and-correct-package-name.yml delete mode 100644 changelogs/fragments/92-update-default-proxysql-version-and-fix-small-bugs.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9b9bae..f5e1333 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,28 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.6.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 role - add the pidfile location management (https://github.com/ansible-collections/community.proxysql/pull/145). +- role_proxysql - Update default proxysql version and fix small bugs (https://github.com/ansible-collections/community.proxysql/pull/92). + +Bugfixes +-------- + +- module_utils - fix ProxySQL version parsing that fails when a suffix wasn't present in the version (https://github.com/ansible-collections/community.proxysql/issues/154). +- role_proxysql - Correct package name (python3-mysqldb instead of python-mysqldb) (https://github.com/ansible-collections/community.proxysql/pull/89). +- role_proxysql - Dynamic user/password in .my.cnf (https://github.com/ansible-collections/community.proxysql/pull/89). v1.5.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5e519bb..a7989e0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -131,3 +131,27 @@ releases: fragments: - 1.5.1.yml - 137-missing_check_mode.yml + 1.6.0: + changes: + bugfixes: + - module_utils - fix ProxySQL version parsing that fails when a suffix wasn't + present in the version (https://github.com/ansible-collections/community.proxysql/issues/154). + - role_proxysql - Correct package name (python3-mysqldb instead of python-mysqldb) + (https://github.com/ansible-collections/community.proxysql/pull/89). + - role_proxysql - Dynamic user/password in .my.cnf (https://github.com/ansible-collections/community.proxysql/pull/89). + minor_changes: + - proxysql role - add the pidfile location management (https://github.com/ansible-collections/community.proxysql/pull/145). + - role_proxysql - Update default proxysql version and fix small bugs (https://github.com/ansible-collections/community.proxysql/pull/92). + 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: + - 0-proxysql.yml + - 1-proxysql.yml + - 1.6.0.yml + - 2134ewfr.yml + - 89-dynamic-user-password-in-client-my-cnf-and-correct-package-name.yml + - 92-update-default-proxysql-version-and-fix-small-bugs.yml + release_date: '2024-06-25' diff --git a/changelogs/fragments/0-proxysql.yml b/changelogs/fragments/0-proxysql.yml deleted file mode 100644 index 32b51f7..0000000 --- a/changelogs/fragments/0-proxysql.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- module_utils - fix ProxySQL version parsing that fails when a suffix wasn't present in the version (https://github.com/ansible-collections/community.proxysql/issues/154). diff --git a/changelogs/fragments/1-proxysql.yml b/changelogs/fragments/1-proxysql.yml deleted file mode 100644 index d455267..0000000 --- a/changelogs/fragments/1-proxysql.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- proxysql role - add the pidfile location management (https://github.com/ansible-collections/community.proxysql/pull/145). diff --git a/changelogs/fragments/2134ewfr.yml b/changelogs/fragments/2134ewfr.yml deleted file mode 100644 index 91fa330..0000000 --- a/changelogs/fragments/2134ewfr.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - plugins/module_utils/mysql.py - remove unused import. \ No newline at end of file diff --git a/changelogs/fragments/89-dynamic-user-password-in-client-my-cnf-and-correct-package-name.yml b/changelogs/fragments/89-dynamic-user-password-in-client-my-cnf-and-correct-package-name.yml deleted file mode 100644 index 3836de6..0000000 --- a/changelogs/fragments/89-dynamic-user-password-in-client-my-cnf-and-correct-package-name.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - role_proxysql - Dynamic user/password in .my.cnf (https://github.com/ansible-collections/community.proxysql/pull/89). - - role_proxysql - Correct package name (python3-mysqldb instead of python-mysqldb) (https://github.com/ansible-collections/community.proxysql/pull/89). diff --git a/changelogs/fragments/92-update-default-proxysql-version-and-fix-small-bugs.yml b/changelogs/fragments/92-update-default-proxysql-version-and-fix-small-bugs.yml deleted file mode 100644 index c7c4ba3..0000000 --- a/changelogs/fragments/92-update-default-proxysql-version-and-fix-small-bugs.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - role_proxysql - Update default proxysql version and fix small bugs (https://github.com/ansible-collections/community.proxysql/pull/92). diff --git a/galaxy.yml b/galaxy.yml index a3ccaab..6cd3ddb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.3.1 +version: 1.6.0 readme: README.md authors: - Ansible ProxySQL community