File tree Expand file tree Collapse file tree 5 files changed +33
-7
lines changed Expand file tree Collapse file tree 5 files changed +33
-7
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Community ProxySQL Collection Release Notes
55.. contents :: Topics
66
77
8+ v1.3.1
9+ ======
10+
11+ Release Summary
12+ ---------------
13+
14+ This is the minor release of the ``community.proxysql `` collection.
15+ This changelog contains all changes to the modules and plugins in this collection
16+ that have been made after the previous release.
17+
18+ Minor Changes
19+ -------------
20+
21+ - module_utils - Refactor save_config_to_disk and load_config_to_runtime (https://github.com/ansible-collections/community.proxysql/pull/78).
22+ - proxysql_mysql_users - Add missing ``no_log `` option to ``encrypt_password `` parameter (https://github.com/ansible-collections/community.proxysql/pull/86).
23+
824v1.3.0
925======
1026
Original file line number Diff line number Diff line change @@ -65,3 +65,19 @@ releases:
6565 - 74-add-support-for-next_query_flagIN.yml
6666 - 77-fix-query-rules.yml
6767 release_date : ' 2021-09-30'
68+ 1.3.1 :
69+ changes :
70+ minor_changes :
71+ - module_utils - Refactor save_config_to_disk and load_config_to_runtime (https://github.com/ansible-collections/community.proxysql/pull/78).
72+ - proxysql_mysql_users - Add missing ``no_log`` option to ``encrypt_password``
73+ parameter (https://github.com/ansible-collections/community.proxysql/pull/86).
74+ release_summary : ' This is the minor release of the ``community.proxysql`` collection.
75+
76+ This changelog contains all changes to the modules and plugins in this collection
77+
78+ that have been made after the previous release.'
79+ fragments :
80+ - 1.3.1.yml
81+ - 68-refactor-save-load-config.yml
82+ - 86-missing-no-log.yml
83+ release_date : ' 2022-01-05'
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11namespace : community
22name : proxysql
3- version : 1.4.0-dev
3+ version : 1.3.1
44readme : README.md
55authors :
66 - Ansible ProxySQL community
You can’t perform that action at this time.
0 commit comments