Skip to content

Releases: ansible-collections/community.proxysql

1.6.0

25 Jun 09:10
bf950fd
Compare
Choose a tag to compare

Minor Changes

  • proxysql role - add the pidfile location management (#145).
  • role_proxysql - Update default proxysql version and fix small bugs (#92).

Bugfixes

  • module_utils - fix ProxySQL version parsing that fails when a suffix wasn't present in the version (#154).
  • role_proxysql - Correct package name (python3-mysqldb instead of python-mysqldb) (#89).
  • role_proxysql - Dynamic user/password in .my.cnf (#89).

1.5.1

10 Jan 14:00
e42ea61
Compare
Choose a tag to compare

Bugfixes

  • proxysql_manage_config - Fix check_mode (#138).

1.5.0

04 Jan 18:55
5dc30b7
Compare
Choose a tag to compare

Minor Changes

  • roles/proxysql - add support for configuring REST API (#110).

Bugfixes

  • proxysql_query_rules_fast_routing - fix query parameter order, that prevents updating destination_hostgroup parameter (#108).
  • proxysql_query_rules_fast_routing - remove unnecessary flagIN check, that makes it impossible to update the destination_hostgroup parameter (#108).
  • roles/proxysql - Fix wait_for task when proxysql_admin_bind_address is overridden (#115).
  • roles/proxysql - Missing proxysql_global_variables module parameters (#116).

1.4.0

25 May 08:00
42067ab
Compare
Choose a tag to compare

Release Summary

This is the minor release of the community.proxysql collection.
Because ansible <= 2.10 is EOL, community.proxysql will only be tested against ansible > 2.10.

Bugfixes

  • roles/proxysql - As of ProxySQL 2.4.0, client_found_rows mysql variable has been removed (#101).

1.3.2

21 Apr 12:21
88fbd5e
Compare
Choose a tag to compare

Bugfixes

  • module_utils/mysql.py - Proxysql version suffix may not be an integer (#96).

1.3.1

06 Jan 08:04
2d7082e
Compare
Choose a tag to compare

1.3.0

30 Sep 12:45
503fb7b
Compare
Choose a tag to compare

1.2.0

18 Aug 11:24
ccb5211
Compare
Choose a tag to compare

v1.2.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

  • refactor perform_checks function and move login_port check to module_utils/mysql.py (#63).

New Modules

  • community.proxysql.proxysql_info - Gathers information about proxysql server

1.1.0

23 Jul 07:58
11ea7b3
Compare
Choose a tag to compare

v1.1.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

  • Refactoring of connector presence checking (#50).
  • Replace MySQL-Python with mysqlclient in the import error message (#50).
  • proxysql_query_rules - added new parameters cache_empty_result, multiplex, OK_msg (#24).

New Modules

  • community.proxysql.proxysql_query_rules_fast_routing - Modifies query rules for fast routing policies using the proxysql admin interface

Initial release of the collection

07 Jul 12:29
6d17e8c
Compare
Choose a tag to compare
initial commit (#1)

* Migrated existing modules (and docs fragment) from community.general
* Added basic role
* Added integration tests for modules
* Implemented git actions workflows