From 2d7082e45aa2dbae053932a673b63830bd4b9243 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Thu, 6 Jan 2022 08:52:53 +0100 Subject: [PATCH] Release 1.3.1 commit (#87) * Release 1.3.1 * remove changelog fragments --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ .../fragments/68-refactor-save-load-config.yml | 3 --- changelogs/fragments/86-missing-no-log.yml | 3 --- galaxy.yml | 2 +- 5 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/68-refactor-save-load-config.yml delete mode 100644 changelogs/fragments/86-missing-no-log.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6204e32..5a73806 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ Community ProxySQL Collection Release Notes .. contents:: Topics +v1.3.1 +====== + +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 +------------- + +- module_utils - Refactor save_config_to_disk and load_config_to_runtime (https://github.com/ansible-collections/community.proxysql/pull/78). +- proxysql_mysql_users - Add missing ``no_log`` option to ``encrypt_password`` parameter (https://github.com/ansible-collections/community.proxysql/pull/86). + v1.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index aeef4da..9c1fbd3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -65,3 +65,19 @@ releases: - 74-add-support-for-next_query_flagIN.yml - 77-fix-query-rules.yml release_date: '2021-09-30' + 1.3.1: + changes: + minor_changes: + - module_utils - Refactor save_config_to_disk and load_config_to_runtime (https://github.com/ansible-collections/community.proxysql/pull/78). + - proxysql_mysql_users - Add missing ``no_log`` option to ``encrypt_password`` + parameter (https://github.com/ansible-collections/community.proxysql/pull/86). + 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.3.1.yml + - 68-refactor-save-load-config.yml + - 86-missing-no-log.yml + release_date: '2022-01-05' diff --git a/changelogs/fragments/68-refactor-save-load-config.yml b/changelogs/fragments/68-refactor-save-load-config.yml deleted file mode 100644 index 790f64d..0000000 --- a/changelogs/fragments/68-refactor-save-load-config.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - module_utils - Refactor save_config_to_disk and load_config_to_runtime (https://github.com/ansible-collections/community.proxysql/pull/78). diff --git a/changelogs/fragments/86-missing-no-log.yml b/changelogs/fragments/86-missing-no-log.yml deleted file mode 100644 index 1cc0ead..0000000 --- a/changelogs/fragments/86-missing-no-log.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - proxysql_mysql_users - Add missing ``no_log`` option to ``encrypt_password`` parameter (https://github.com/ansible-collections/community.proxysql/pull/86). diff --git a/galaxy.yml b/galaxy.yml index 3018e88..a3ccaab 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: proxysql -version: 1.4.0-dev +version: 1.3.1 readme: README.md authors: - Ansible ProxySQL community