Skip to content

Latest commit

 

History

History
345 lines (236 loc) · 17.8 KB

CHANGELOG.rst

File metadata and controls

345 lines (236 loc) · 17.8 KB

Community MySQL Collection Release Notes

Topics

This changelog describes changes after version 2.0.0.

v3.9.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.

Major Changes

  • Collection version 2.. is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version.

Minor Changes

  • mysql_user - add the password_expire and password_expire_interval arguments to implement the password expiration management for mysql user (#598).
  • mysql_user - add user attribute support via the attributes parameter and return value (#604).

Bugfixes

  • mysql_info - the slave_status filter was returning an empty list on MariaDB with multiple replication channels. It now returns all channels by running SHOW ALL SLAVES STATUS for MariaDB servers (#603).

v3.8.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.

Major Changes

  • The community.mysql collection no longer supports ansible-core 2.12 and ansible-core 2.13. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing those versions. Both are or will soon be End of Life and if you are still using them, you should consider upgrading to the latest Ansible / ansible-core 2.15 or later as soon as possible (#574).
  • mysql_role - the column_case_sensitive argument's default value will be changed to true in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your roles privileges, you should set this to false explicitly (#578).
  • mysql_user - the column_case_sensitive argument's default value will be changed to true in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to false explicitly (#577).

Minor Changes

  • mysql_info - add filter users_info (#580).
  • mysql_role - add column_case_sensitive option to prevent field names from being uppercased (#569).
  • mysql_user - add column_case_sensitive option to prevent field names from being uppercased (#569).

v3.7.2

Release Summary

This is a patch 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.

Bugfixes

  • mysql module utils - use the connection arguments db instead of database and passwd instead of password when running with MySQLdb < 2.0.0 (#553).

v3.7.1

Release Summary

This is a patch 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.

Bugfixes

  • mysql module utils - use the connection arguments db instead of database and passwd instead of password when running with older mysql drivers (MySQLdb < 2.1.0 or PyMySQL < 1.0.0) (#551).

v3.7.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 module utils - change deprecated connection parameters passwd and db to password and database (#177).
  • mysql_user - add MAX_STATEMENT_TIME support for mariadb to the resource_limits argument (#211).

v3.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 and connector_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).

v3.5.1

Release Summary

This is the patch 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.

Bugfixes

  • mysql_user, mysql_role - mysql/mariadb recent versions translate 'ALL PRIVILEGES' to a list of specific privileges. That caused a change every time we modified user privileges. This fix compares privs before and after user modification to avoid this infinite change (#77).

v3.5.0

Release Summary

This is the minor release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.4.0.

Minor Changes

Bugfixes

  • mysql_user - grant option was revoked accidentally when modifying users. This fix revokes grant option only when privs are setup to do that (#77 (comment)).

v3.4.0

Release Summary

This is the minor release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.3.0.

Major Changes

  • mysql_db - the pipefail argument's default value will be changed to true in community.mysql 4.0.0. If your target machines do not use bash as a default interpreter, set pipefail to false explicitly. However, we strongly recommend setting up bash as a default and pipefail=true as it will protect you from getting broken dumps you don't know about (#407).

Minor Changes

  • mysql_db - add the chdir argument to avoid failings when a dump file contains relative paths (#395).
  • mysql_db - add the pipefail argument to avoid broken dumps when state is dump and compression is used (#256).

Bugfixes

  • Include simplified_bsd.txt license file for various module utils.
  • mysql_db - Using compression masks errors messages from mysql_dump. By default the fix is inactive to ensure retro-compatibility with system without bash. To activate the fix, use the module option pipefail=true (#256).
  • mysql_replication - when the primary_ssl argument is set to no, the module will turn off SSL (#393).

v3.3.0

Release Summary

This is the minor release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.2.1.

Minor Changes

  • mysql_role - add the argument members_must_exist (boolean, default true). The assertion that the users supplied in the members argument exist is only executed when the new argument members_must_exist is true, to allow opt-out (#369).
  • mysql_user - Add the option on_new_username to argument update_password to reuse the password (plugin and authentication_string) when creating a new user if some user with the same name already exists. If the existing user with the same name have varying passwords, the password from the arguments is used like with update_password: always (#365).
  • mysql_user - Add the result field password_changed (boolean). It is true, when the user got a new password. When the user was created with update_password: on_new_username and an existing password was reused, password_changed is false (#365).

Bugfixes

  • mysql_query - fix false change reports when IF EXISTS/IF NOT EXISTS clause is used (#268).
  • mysql_role - don't add members to a role when creating the role and detach_members: true is set (#367).
  • mysql_role - in some cases (when "SHOW GRANTS" did not use backticks for quotes), no unwanted members were detached from the role (and redundant "GRANT" statements were executed for wanted members). This is fixed by querying the existing role members from the mysql.role_edges (MySQL) or mysql.roles_mapping (MariaDB) tables instead of parsing the "SHOW GRANTS" output (#368).
  • mysql_user - fix logic when update_password is set to on_create for users using plugin* arguments (#334). The on_create sets password to None for old mysql_native_authentication but not for authentiation methods which uses the plugin* arguments. This PR changes this so on_create also exchange plugin, plugin_hash_string, plugin_auth_string to None in the list of arguments to change

v3.2.1

Release Summary

This is the patch release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.2.0.

Bugfixes

  • Include PSF-license.txt file for plugins/module_utils/_version.py.

v3.2.0

Release Summary

This is the minor release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.1.3.

Major Changes

  • The community.mysql collection no longer supports Ansible 2.9 and ansible-base 2.10. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing against Ansible 2.9 and ansible-base 2.10. Both will very soon be End of Life and if you are still using them, you should consider upgrading to the latest Ansible / ansible-core 2.11 or later as soon as possible (#343).

Minor Changes

  • mysql_user and mysql_role: Add the argument subtract_privs (boolean, default false, mutually exclusive with append_privs). If set, the privileges given in priv are revoked and existing privileges are kept (#333).

Bugfixes

  • mysql_user - fix missing dynamic privileges after revoke and grant privileges to user (#120).
  • mysql_user - fix parsing privs when a user has roles assigned (#231).

v3.1.3

Release Summary

This is the patch release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.1.2.

Bugfixes

  • mysql_replication - fails when using the primary_use_gtid option with slave_pos or replica_pos (#335).
  • mysql_role - remove redundant connection closing (#330).
  • mysql_user - fix the possibility for a race condition that breaks certain (circular) replication configurations when DROP USER is executed on multiple nodes in the replica set. Adding IF EXISTS avoids the need to use sql_log_bin: no making the statement always replication safe (#287).

v3.1.2

Release Summary

This is the patch release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.1.1.

Bugfixes

  • Collection core functions - fixes related to the mysqlclient Python connector (#292).

v3.1.1

Release Summary

This is the patch release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.1.0.

Bugfixes

  • mysql_role - make the set_default_role_all parameter actually working (#282).

v3.1.0

Release Summary

This is the minor release of the community.mysql collection. This changelog contains all changes to the modules in this collection that have been added after the release of community.mysql 3.0.0.

Minor Changes

  • Added explicit description of the supported versions of databases and connectors. Changes to the collection are NOT tested against database versions older than mysql 5.7.31 and mariadb 10.2.37 or connector versions older than pymysql 0.7.10 and mysqlclient 2.0.1. (#141)
  • mysql_user - added the force_context boolean option to set the default database context for the queries to be the mysql database. This way replication/binlog filters can catch the statements (#265).

Bugfixes

  • Collection core functions - use vendored version of distutils.version instead of the deprecated Python standard library distutils (#269).

v3.0.0

Release Summary

This is the major release of the community.mysql collection. This changelog contains all breaking changes to the modules in this collection that have been added after the release of community.mysql 2.3.2.

Breaking Changes / Porting Guide

  • mysql_replication - remove Is_Slave and Is_Master return values (were replaced with Is_Primary and Is_Replica (#145).
  • mysql_replication - remove the mode options values containing master/slave and the master_use_gtid option slave_pos (were replaced with corresponding primary/replica values) (#145).
  • mysql_user - remove support for the REQUIRESSL special privilege as it has ben superseded by the tls_requires option (#121).
  • mysql_user - validate privileges using database engine directly (#234 #243). Do not validate privileges in this module anymore.