mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Release 3.5.1 commit (#443)
This commit is contained in:
parent
2d75bc19b8
commit
7defd8e728
4 changed files with 32 additions and 8 deletions
|
@ -245,3 +245,19 @@ releases:
|
|||
- 434-do-not-revoke-grant-option-always.yaml
|
||||
- 435-mysql_replication_verify_server_cert.yml
|
||||
release_date: '2022-09-05'
|
||||
3.5.1:
|
||||
changes:
|
||||
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 (https://github.com/ansible-collections/community.mysql/issues/77).
|
||||
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.'
|
||||
fragments:
|
||||
- 3.5.1.yml
|
||||
- 438-fix-privilege-changing-everytime.yml
|
||||
release_date: '2022-09-09'
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
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
|
||||
(https://github.com/ansible-collections/community.mysql/issues/77).
|
Loading…
Add table
Add a link
Reference in a new issue