github ansible-collections/community.mysql 3.8.0

latest releases: 3.9.0, 2.4.2
6 months ago

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.

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).

Don't miss a new community.mysql release

NewReleases is sending notifications on new releases.