Skip to content

chore(deps): update dependency community.mysql to v4#1119

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/community.mysql-4.x
Open

chore(deps): update dependency community.mysql to v4#1119
renovate[bot] wants to merge 1 commit intomainfrom
renovate/community.mysql-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 26, 2026

This PR contains the following updates:

Package Type Update Change
community.mysql galaxy-collection major 3.16.14.2.0

Release Notes

ansible-collections/community.mysql (community.mysql)

v4.2.0

Compare Source

======

Release Summary

This is a minor release of the community.mysql collection.
This changelog contains all breaking changes to the modules in this collection

Minor Changes

  • Update imports from ansible.module_utils._text to use ansible.module_utils.common.text.converters

Breaking Changes / Porting Guide

  • Update imports from ansible.module_utils.six to use their python3 equivalent. This change will make this collection incompatible for managed hosts on python2.7.

Bugfixes

  • mysql_user - When creating a new user, and specifying parsec as plugin it wil generate the wrong SQL query. It should be added to the same plugin check as ed25519 so that it generates a query using USING PASSWORDS(%s) instead of BY %s (#​779).

v4.1.0

Compare Source

======

Release Summary

This is a minor release of the community.mysql collection.
This changelog contains all breaking changes to the modules in this collection
that have been added after the previous release.

Minor Changes

  • mysql_role - add sql_log_bin option to disable binary logging for the connection (#​742).

v4.0.1

Compare Source

======

Release Summary

This is a patch release of the community.mysql collection.
This changelog contains all breaking changes to the modules in this collection
that have been added after the previous release.

Bugfixes

  • mysql_info - Fix slave status for source terminology introduced in MySQL 8.0.23 (#​682).
  • mysql_user, mysql_role - fix not existent grant when revoking perms on user/role which do not have any other perms than grant option (#​664).

v4.0.0

Compare Source

======

Release Summary

This is a major release of the community.mysql collection.
This changelog contains all breaking changes to the modules in this collection
that have been added after the release of community.mysql 3.16.0.

Breaking Changes / Porting Guide

  • Since version 4.0.0, the collection accepts code written in Python 3. Modules aren't tested against Python 2 and might not work in Python 2 environments.
  • collection - stop testing against mysqlclient connector as its support was deprecated in this collection - use PyMySQL connector instead! It'll stop working in 5.0.0 when we remove all related code (#​654).
  • mysql_db - the pipefail argument's default value is set to true. If your target machines do not use bash as a default interpreter, set pipefail to false explicitly. However, we strongly recommend setting up bash as a default and pipefail=true as it will protect you from getting broken dumps you don't know about (#​407).
  • mysql_info - The users_info filter does not return the plugin_auth_string field anymore. Use the plugin_hash_string return value instead (#​629).
  • mysql_role - the column_case_sensitive argument's default value has been changed to true. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to false explicitly (#​578).
  • mysql_user - the column_case_sensitive argument's default value has been changed to true. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to false explicitly (#​577).

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (test_vpn_gateway)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (prod_twingate)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (generate_ansible_inventory)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (prod_vpn_gateway)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (test_gameserver)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (prod_gameserver)

No changes. Your infrastructure matches the configuration.

@autonomous-bancey
Copy link
Copy Markdown
Contributor

Plan Result (prod_dns)

No changes. Your infrastructure matches the configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants