Skip to content

Commit 2d7082e

Browse files
authored
Release 1.3.1 commit (#87)
* Release 1.3.1 * remove changelog fragments
1 parent 134e762 commit 2d7082e

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
824
v1.3.0
925
======
1026

changelogs/changelog.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

changelogs/fragments/68-refactor-save-load-config.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/86-missing-no-log.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: proxysql
3-
version: 1.4.0-dev
3+
version: 1.3.1
44
readme: README.md
55
authors:
66
- Ansible ProxySQL community

0 commit comments

Comments
 (0)