Merge branch 'ansible-collections:main' into add_pam_service_option

This commit is contained in:
hubiongithub 2022-09-20 15:44:08 +02:00 committed by GitHub
commit ee0522499b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 3 deletions

View file

@ -30,15 +30,24 @@ jobs:
python: python:
- 3.6 - 3.6
- 3.8 - 3.8
- 3.9
exclude: exclude:
- python: 3.8
ansible: stable-2.11
- python: 3.6 - python: 3.6
ansible: stable-2.12 ansible: stable-2.12
- python: 3.6 - python: 3.6
ansible: stable-2.13 ansible: stable-2.13
- python: 3.6 - python: 3.6
ansible: devel ansible: devel
- python: 3.8
ansible: stable-2.11
- python: 3.8
ansible: stable-2.13
- python: 3.8
ansible: devel
- python: 3.9
ansible: stable-2.11
- python: 3.9
ansible: stable-2.12
steps: steps:

View file

@ -4,7 +4,7 @@ releases:
changes: changes:
breaking_changes: breaking_changes:
- mysql_replication - remove ``Is_Slave`` and ``Is_Master`` return values (were - 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). replaced with ``Is_Primary`` and ``Is_Replica`` (https://github.com/ansible-collections/community.mysql/issues/145).
- mysql_replication - remove the mode options values containing ``master``/``slave`` - mysql_replication - remove the mode options values containing ``master``/``slave``
and the master_use_gtid option ``slave_pos`` (were replaced with corresponding and the master_use_gtid option ``slave_pos`` (were replaced with corresponding
``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145). ``primary``/``replica`` values) (https://github.com/ansible-collections/community.mysql/issues/145).