Skip to content

Commit

Permalink
prepare 1.6.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuman committed Jun 25, 2024
1 parent 1d76078 commit bf950fd
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 12 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down
24 changes: 24 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/0-proxysql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1-proxysql.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2134ewfr.yml

This file was deleted.

This file was deleted.

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.3.1
version: 1.6.0
readme: README.md
authors:
- Ansible ProxySQL community
Expand Down

0 comments on commit bf950fd

Please sign in to comment.