Skip to content

Commit

Permalink
Release 1.3.1 commit (#87)
Browse files Browse the repository at this point in the history
* Release 1.3.1

* remove changelog fragments
  • Loading branch information
markuman committed Jan 6, 2022
1 parent 134e762 commit 2d7082e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/68-refactor-save-load-config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/86-missing-no-log.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: proxysql
version: 1.4.0-dev
version: 1.3.1
readme: README.md
authors:
- Ansible ProxySQL community
Expand Down

0 comments on commit 2d7082e

Please sign in to comment.