chore(deps): update dependency community.mysql to v3.11.0 #273
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.7.2
->3.11.0
Release Notes
ansible-collections/community.mysql (community.mysql)
v3.11.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
db_table_count
exclusion filter. (https://github.com/ansible-collections/community.mysql/pull/691)Bugfixes
v3.10.3
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/pull/676).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.
Deprecated Features
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.Deprecated Features
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).v3.9.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.
Major Changes
Minor Changes
password_expire
andpassword_expire_interval
arguments to implement the password expiration management for mysql user (https://github.com/ansible-collections/community.mysql/pull/598).attributes
parameter and return value (https://github.com/ansible-collections/community.mysql/pull/604).Bugfixes
slave_status
filter was returning an empty list on MariaDB with multiple replication channels. It now returns all channels by runningSHOW ALL SLAVES STATUS
for MariaDB servers (https://github.com/ansible-collections/community.mysql/issues/603).v3.8.0
Compare Source
======
Release Summary
This is the 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.
Major Changes
ansible-core 2.12
andansible-core 2.13
. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing those versions. Both are or will soon be End of Life and if you are still using them, you should consider upgrading to thelatest Ansible / ansible-core 2.15 or later
as soon as possible (https://github.com/ansible-collections/community.mysql/pull/574).column_case_sensitive
argument's default value will be changed totrue
in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your roles privileges, you should set this to false explicitly (https://github.com/ansible-collections/community.mysql/issues/578).column_case_sensitive
argument's default value will be changed totrue
in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to false explicitly (https://github.com/ansible-collections/community.mysql/issues/577).Minor Changes
users_info
(https://github.com/ansible-collections/community.mysql/pull/580).column_case_sensitive
option to prevent field names from being uppercased (https://github.com/ansible-collections/community.mysql/pull/569).column_case_sensitive
option to prevent field names from being uppercased (https://github.com/ansible-collections/community.mysql/pull/569).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.