Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency community.mysql to v3.11.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 13, 2024

This PR contains the following updates:

Package Type Update Change
community.mysql galaxy-collection minor 3.7.1 -> 3.11.0
community.mysql galaxy-collection minor 3.9.0 -> 3.11.0

Warning

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


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

Bugfixes

  • mysql_user,mysql_role - The sql_mode ANSI_QUOTES affects how the modules mysql_user and mysql_role compare the existing privileges with the configured privileges, as well as decide whether double quotes or backticks should be used in the GRANT statements. Pointing out in issue 671, the modules mysql_user and mysql_role allow users to enable/disable ANSI_QUOTES in session variable (within a DB session, the session variable always overwrites the global one). But due to the issue, the modules do not check for ANSI_MODE in the session variable, instead, they only check in the GLOBAL one.That behavior is not only limiting the users' flexibility, but also not allowing users to explicitly disable ANSI_MODE to work around such bugs like https://bugs.mysql.com/bug.php?id=115953. (https://github.com/ansible-collections/community.mysql/issues/671)

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

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

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

  • mysql_user - the user alias of the name argument has been deprecated and will be removed in collection version 5.0.0. Use the name argument instead.

Bugfixes

  • mysql_user - module makes changes when is executed with 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

Deprecated Features

Bugfixes

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

  • Collection version 2.. is EOL, no more bugfixes will be backported. Please consider upgrading to the latest version.

Minor Changes

Bugfixes

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

  • The community.mysql collection no longer supports ansible-core 2.12 and ansible-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 the latest Ansible / ansible-core 2.15 or later as soon as possible (https://github.com/ansible-collections/community.mysql/pull/574).
  • mysql_role - the column_case_sensitive argument's default value will be changed to true 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).
  • mysql_user - the column_case_sensitive argument's default value will be changed to true 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

v3.7.2

Compare Source

======

Release Summary

This is a patch 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


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 these updates again.


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

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

@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 4b1bd0d to fdbceed Compare August 24, 2024 02:58
@renovate renovate bot changed the title Update dependency community.mysql to v3.9.0 Update dependency community.mysql to v3.10.0 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from fdbceed to 88bcee9 Compare September 4, 2024 11:50
@renovate renovate bot changed the title Update dependency community.mysql to v3.10.0 Update dependency community.mysql to v3.10.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 88bcee9 to aa0fda9 Compare September 8, 2024 08:35
@renovate renovate bot changed the title Update dependency community.mysql to v3.10.1 Update dependency community.mysql to v3.10.2 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from aa0fda9 to bb936be Compare September 11, 2024 05:44
@renovate renovate bot changed the title Update dependency community.mysql to v3.10.2 Update dependency community.mysql to v3.10.3 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from bb936be to 5232311 Compare November 19, 2024 20:53
@renovate renovate bot changed the title Update dependency community.mysql to v3.10.3 Update dependency community.mysql to v3.11.0 Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants