mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-29 16:11:26 -07:00
Merge branch 'main' into password_expiration_mysql_user
This commit is contained in:
commit
273fd2cdcc
21 changed files with 693 additions and 103 deletions
2
changelogs/fragments/0-stable-2-eol.yml
Normal file
2
changelogs/fragments/0-stable-2-eol.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
major_changes:
|
||||
- "Collection version 2.*.* is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version."
|
2
changelogs/fragments/602-show-all-slaves-status.yaml
Normal file
2
changelogs/fragments/602-show-all-slaves-status.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
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).
|
2
changelogs/fragments/604-user-attributes.yaml
Normal file
2
changelogs/fragments/604-user-attributes.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
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