mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Release 3.9.0 commit (#616)
This commit is contained in:
parent
40af258d86
commit
52a11d7235
7 changed files with 53 additions and 9 deletions
|
@ -1,2 +0,0 @@
|
|||
major_changes:
|
||||
- "Collection version 2.*.* is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version."
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "mysql_user - add the ``password_expire`` and ``password_expire_interval`` arguments to implement the password expiration management for mysql user (https://github.com/ansible-collections/community.mysql/pull/598)."
|
|
@ -1,2 +0,0 @@
|
|||
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 (https://github.com/ansible-collections/community.mysql/issues/603).
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- "mysql_user - add user attribute support via the ``attributes`` parameter and return value (https://github.com/ansible-collections/community.mysql/pull/604)."
|
Loading…
Add table
Add a link
Reference in a new issue