Releases: ansible-collections/community.mysql
2.4.1
Release Summary
Maintenance release of community.mysql
major version 2.
Only contains changes to the CI. There is no functional difference between 2.4.0 and 2.4.1.
1.5.1
Release Summary
Final maintenance release of community.mysql
major version 1.
Major Changes
- The
community.mysql
1.x.y release stream is now effectively End of Life. No more releases will be made. This follows the decision to support each major release for two years. This decision stems from this discussion (#537)
3.6.0
Release Summary
This is the minor release of the community.mysql
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- mysql_info - add
connector_name
andconnector_version
to returned values (#497). - mysql_role - enable auto_commit to avoid MySQL metadata table lock (#479).
- mysql_user - add plugin_auth_string as optional parameter to use a specific pam service if pam/auth_pam plugin is used (#445).
- mysql_user - add the
session_vars
argument to set session variables at the beginning of module execution (#478). - mysql_user - display a more informative invalid privilege exception. Changes the exception handling of the granting permission logic to show the query executed , params and the exception message granting privileges fails` (#465).
- mysql_user - enable auto_commit to avoid MySQL metadata table lock (#479).
- setup_mysql - update MySQL tarball URL (#491).
Bugfixes
- mysql_user - when revoke privs consists only of
GRANT
, a 2nd revoke query is executed with empty privs to revoke that ended in an SQL exception (#503). - mysql_variables - add uppercase character pattern to regex to allow GLOBAL variables containing uppercase characters. This recognizes variable names used in Galera, for example,
wsrep_OSU_method
, which breaks the normal pattern of all lowercase characters (#501).
2.4.0
Release Summary
This is a bugfix release of the community.mysql
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- mysql_info - add
connector_name
andconnector_version
to returned values (#497).
1.5.0
Release Summary
This is a minor release of the community.mysql
collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
- mysql_info - add
connector_name
andconnector_version
to returned values (#497).