chore(deps): update dependency community.mysql to v5 #758

Open
renovate-bot wants to merge 1 commit from renovate/community.mysql-5.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
community.mysql galaxy-collection major 4.0.1 -> 5.0.2

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v5.0.1

Compare Source

======

Release Summary

This is a patch release of the ansible.mysql collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release. Specifically, it contains documentation fixes, changes to ansible-lint configuration, and adds execution environments configuration.

v5.0.0

======

Release Summary

This is a major release of the ansible.mysql collection.
Since this version, ansible.mysql superseds the community.mysql collection.

Breaking Changes / Porting Guide

  • The collection supports ansible-core version >= 2.16.0.
  • mysql_user - the deprecated user alias of the name argument has been removed. Use the name argument instead.

v4.2.1

Compare Source

======

Release Summary

This is a patch release of the ansible.mysql collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Bugfixes

  • mysql_query - fix Value of unknown type error when query results contain non-JSON-serializable types such as decimal.Decimal or datetime. Results are now round-tripped through json.dumps(default=str) before being returned, coercing unserializable values to their string representation (https://github.com/ansible-collections/ansible.mysql/issues/783).

v4.2.0

Compare Source

======

Release Summary

This is a minor release of the ansible.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

v4.1.0

Compare Source

======

Release Summary

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

Minor Changes


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 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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [community.mysql](https://github.com/ansible-collections/ansible.mysql) | galaxy-collection | major | `4.0.1` -> `5.0.2` | --- > :warning: **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ansible-collections/ansible.mysql (community.mysql)</summary> ### [`v5.0.1`](https://github.com/ansible-collections/ansible.mysql/blob/HEAD/CHANGELOG.rst#v501) [Compare Source](https://github.com/ansible-collections/ansible.mysql/compare/5.0.0...5.0.1) \====== ## Release Summary This is a patch release of the `ansible.mysql` collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release. Specifically, it contains documentation fixes, changes to ansible-lint configuration, and adds execution environments configuration. ### [`v5.0.0`](https://github.com/ansible-collections/ansible.mysql/blob/HEAD/CHANGELOG.rst#v500) \====== ## Release Summary This is a major release of the `ansible.mysql` collection. Since this version, `ansible.mysql` superseds the `community.mysql` collection. ## Breaking Changes / Porting Guide - The collection supports ansible-core version `>= 2.16.0`. - mysql_user - the deprecated `user` alias of the `name` argument has been removed. Use the `name` argument instead. ### [`v4.2.1`](https://github.com/ansible-collections/ansible.mysql/blob/HEAD/CHANGELOG.rst#v421) [Compare Source](https://github.com/ansible-collections/ansible.mysql/compare/4.2.0...4.2.1) \====== ## Release Summary This is a patch release of the `ansible.mysql` collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release. ## Bugfixes - mysql_query - fix `Value of unknown type` error when query results contain non-JSON-serializable types such as `decimal.Decimal` or `datetime`. Results are now round-tripped through `json.dumps(default=str)` before being returned, coercing unserializable values to their string representation (https://github.com/ansible-collections/ansible.mysql/issues/783). ### [`v4.2.0`](https://github.com/ansible-collections/ansible.mysql/blob/HEAD/CHANGELOG.rst#v420) [Compare Source](https://github.com/ansible-collections/ansible.mysql/compare/4.1.0...4.2.0) \====== ## Release Summary This is a minor release of the `ansible.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`](https://github.com/ansible-collections/ansible.mysql/commit/ed25519) so that it generates a query using USING PASSWORDS(%s) instead of BY %s (https://github.com/ansible-collections/ansible.mysql/pull/779). ### [`v4.1.0`](https://github.com/ansible-collections/ansible.mysql/blob/HEAD/CHANGELOG.rst#v410) [Compare Source](https://github.com/ansible-collections/ansible.mysql/compare/4.0.1...4.1.0) \====== ## Release Summary This is a minor release of the `ansible.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 (https://github.com/ansible-collections/ansible.mysql/issues/742). </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/community.mysql-5.x from a49cc99d2c to b9b9095260 2026-05-07 06:05:15 +00:00 Compare
renovate-bot force-pushed renovate/community.mysql-5.x from b9b9095260 to d0eff7285c 2026-05-12 08:05:45 +00:00 Compare
renovate-bot force-pushed renovate/community.mysql-5.x from d0eff7285c to 4585796474 2026-05-25 10:03:51 +00:00 Compare
renovate-bot force-pushed renovate/community.mysql-5.x from 4585796474 to aba73a5d3a 2026-06-01 16:10:27 +00:00 Compare
renovate-bot force-pushed renovate/community.mysql-5.x from aba73a5d3a to 3cd0887ce5 2026-07-27 22:07:07 +00:00 Compare
renovate-bot force-pushed renovate/community.mysql-5.x from 3cd0887ce5 to e738359577 2026-07-31 18:07:23 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/community.mysql-5.x:renovate/community.mysql-5.x
git switch renovate/community.mysql-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/community.mysql-5.x
git switch renovate/community.mysql-5.x
git rebase main
git switch main
git merge --ff-only renovate/community.mysql-5.x
git switch renovate/community.mysql-5.x
git rebase main
git switch main
git merge --no-ff renovate/community.mysql-5.x
git switch main
git merge --squash renovate/community.mysql-5.x
git switch main
git merge --ff-only renovate/community.mysql-5.x
git switch main
git merge renovate/community.mysql-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peschmae/ansible-home-borr!758
No description provided.