This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
chore(deps): update dependency community.mysql to v3.10.2 #183
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.9.0
->3.10.2
Release Notes
ansible-collections/community.mysql (community.mysql)
v3.10.2
Compare Source
=======
Release Summary
This is a bugfix release of the
community.mysql
collection.This changelog contains all changes to the modules and plugins in this
collection that have been made after the previous release.
Bugfixes
ed25519
auth plugin handling when creating a user (https://github.com/ansible-collections/community.mysql/issues/672).v3.10.1
Compare Source
=======
Release Summary
This is a patch release of the
community.mysql
collection.Besides a bugfix, it contains an important upcoming breaking-change information.
Breaking Changes / Porting Guide
user
alias of thename
argument has been deprecated and will be removed in collection version 5.0.0. Use thename
argument instead.Bugfixes
plugin_auth_string
parameter and check mode.v3.10.0
Compare Source
=======
Release Summary
This is a minor release of the
community.mysql
collection.This changelog contains all changes to the modules and plugins in this
collection that have been made after the previous release.
Minor Changes
tls_requires
returned value for theusers_info
filter (https://github.com/ansible-collections/community.mysql/pull/628).CHANGE REPLICATION SOURCE TO
statement (https://github.com/ansible-collections/community.mysql/issues/635).SHOW BINARY LOG STATUS
andSHOW BINLOG STATUS
on getprimary mode.caching_sha2_password
andsha256_password
plugins.Breaking Changes / Porting Guide
users_info
filter returned variableplugin_auth_string
contains the hashed password and it's misleading, it will be removed from community.mysql 4.0.0. Use theplugin_hash_string
return value instead (https://github.com/ansible-collections/community.mysql/pull/629).Bugfixes
plugin_hash_string
tousers_info
filter's output. The existingplugin_auth_string
contained the hashed password and thus is missleading, it will be removed from community.mysql 4.0.0. (https://github.com/ansible-collections/community.mysql/pull/629).tls_requires
not removingSSL
andX509
when sets as empty (https://github.com/ansible-collections/community.mysql/pull/628).users_info
filter ofmysql_info
as an input (https://github.com/ansible-collections/community.mysql/pull/628).ed25519
auth plugin handling (https://github.com/ansible-collections/community.mysql/issues/6).Configuration
📅 Schedule: Branch creation - "before 2pm on Saturday" in timezone Europe/Berlin, Automerge - "every weekend" in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.