Release 3.5.0 commit

This commit is contained in:
Andrew Klychkov 2022-09-05 08:55:00 +02:00
commit d2fd877f14
5 changed files with 39 additions and 9 deletions

View file

@ -1,5 +0,0 @@
---
bugfixes:
- mysql_user - grant option was revoked accidentally when modifying users.
This fix revokes grant option only when privs are setup to do that
(https://github.com/ansible-collections/community.mysql/issues/77#issuecomment-1209693807).

View file

@ -1,3 +0,0 @@
---
minor_changes:
- "mysql_replication - add a new option: ``primary_ssl_verify_server_cert`` (https://github.com//pull/435)."