chore(deps): update dependency community.mysql to v3.16.1#1117
Merged
renovate[bot] merged 1 commit intomainfrom Mar 25, 2026
Merged
chore(deps): update dependency community.mysql to v3.16.1#1117renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Contributor
Plan Result (generate_ansible_inventory) |
Contributor
Plan Result (test_vpn_gateway) |
Contributor
Plan Result (prod_twingate) |
Contributor
Plan Result (prod_vpn_gateway) |
Contributor
Plan Result (test_gameserver) |
Contributor
Plan Result (prod_gameserver) |
Contributor
Plan Result (prod_dns)
Change Result (Click me) # module.adguard_gamora.adguard_config.config will be updated in-place
~ resource "adguard_config" "config" {
~ dns = {
- allowed_clients = [] -> null
- disallowed_clients = [] -> null
# (26 unchanged attributes hidden)
}
id = "1"
~ last_updated = "Thursday, 12-Mar-26 10:06:55 UTC" -> (known after apply)
~ tls = {
~ dns_names = [] -> (known after apply)
~ issuer = null -> (known after apply)
~ key_type = null -> (known after apply)
~ not_after = null -> (known after apply)
~ not_before = null -> (known after apply)
~ private_key_saved = false -> (known after apply)
~ subject = null -> (known after apply)
~ valid_cert = false -> (known after apply)
~ valid_chain = false -> (known after apply)
~ valid_key = false -> (known after apply)
~ valid_pair = false -> (known after apply)
~ warning_validation = null -> (known after apply)
# (9 unchanged attributes hidden)
}
# (8 unchanged attributes hidden)
}
# module.adguard_thanos.adguard_config.config will be updated in-place
~ resource "adguard_config" "config" {
~ dns = {
- allowed_clients = [] -> null
- disallowed_clients = [] -> null
# (26 unchanged attributes hidden)
}
id = "1"
~ last_updated = "Thursday, 12-Mar-26 10:06:56 UTC" -> (known after apply)
~ tls = {
~ dns_names = [] -> (known after apply)
~ issuer = null -> (known after apply)
~ key_type = null -> (known after apply)
~ not_after = null -> (known after apply)
~ not_before = null -> (known after apply)
~ private_key_saved = false -> (known after apply)
~ subject = null -> (known after apply)
~ valid_cert = false -> (known after apply)
~ valid_chain = false -> (known after apply)
~ valid_key = false -> (known after apply)
~ valid_pair = false -> (known after apply)
~ warning_validation = null -> (known after apply)
# (9 unchanged attributes hidden)
}
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Contributor
Plan Result (tiny_virtual_machines) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.13.0→3.16.1Release Notes
ansible-collections/community.mysql (community.mysql)
v3.16.1Compare Source
Release Summary
This is a patch release of the
community.mysqlcollection.This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
v3.16.0Compare Source
=======
Release Summary
This is the minor release of the
community.mysqlcollection.This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Minor Changes
mysql_query- add newsession_varsargument, similar to #489.v3.15.0Compare Source
=======
Release Summary
This is a minor release of the
community.mysqlcollection.This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
Minor Changes
sql_log_binoption (#700).Bugfixes
execution_time_msin version 3.12 (see #716).someroleFORsomeuser@%) when using themysql_usermodule with a DEFAULT role present in MariaDB. The DEFAULT role is now ignored by the parser (#710).v3.14.0Compare Source
=======
Release Summary
This is a minor release of the
community.mysqlcollection.This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
Minor Changes
primary_ssl_verify_server_certfrom False to None. This should not affect existing playbooks (#707).Bugfixes
users_infofilter with a PUBLIC role present in MariaDB 10.11+. Do note that the fix doesn't change the fact that the module won't return the privileges from the PUBLIC role in the users privileges list. It can't do that because you have to login as the particular user and useSHOW GRANTS FOR CURRENT_USER. We considered using an aggregation with theSHOW GRANTS FOR PUBLICcommand. However, this approach would make copying users from one server to another transform the privileges inherited from the role as if they were direct privileges on the user.primary_ssl_verify_server_certto false had no effect (#689).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.