add link to issue and PR in changelog

This commit is contained in:
Laurent Indermuehle 2025-05-07 14:22:56 +02:00
parent 2a6ce209dc
commit b91cc07a59
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,6 +1,6 @@
---
bugfixes:
- mysql_replication - fixed an issue where setting ``primary_ssl_verify_server_cert`` to false had no effect.
- mysql_replication - fixed an issue where setting ``primary_ssl_verify_server_cert`` to false had no effect (https://github.com/ansible-collections/community.mysql/issues/689).
minor_changes:
- mysql_replication - change default value for ``primary_ssl_verify_server_cert`` from False to None. This should not affect existing playbooks.
- mysql_replication - change default value for ``primary_ssl_verify_server_cert`` from False to None. This should not affect existing playbooks (https://github.com/ansible-collections/community.mysql/pull/707).