mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-08 22:30:07 -07:00
Release 3.0.0 commit (#255)
This commit is contained in:
parent
1f796d9e81
commit
038a0b07b1
6 changed files with 37 additions and 201 deletions
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- mysql_user - validate privileges using database engine directly (https://github.com/ansible-collections/community.mysql/issues/234 https://github.com/ansible-collections/community.mysql/pull/243). Do not validate privileges in this module anymore.
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- mysql_user - remove support for the `REQUIRESSL` special privilege as it has ben superseded by the `tls_requires` option (https://github.com/ansible-collections/community.mysql/discussions/121).
|
|
@ -1,3 +0,0 @@
|
|||
breaking_changes:
|
||||
- mysql_replication - remove the mode options values containing ``master``/``slave`` and the master_use_gtid option ``slave_pos`` (were replaced with corresponding ``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).
|
||||
- mysql_replication - remove ``Is_Slave`` and ``Is_Master`` return values (were replaced with ``Is_Primary`` and ``Is_Replica`` (https://github.com/ansible-collections /community.mysql/issues/145).
|
Loading…
Add table
Add a link
Reference in a new issue