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

chore(deps): update dependency community.mysql to v3.11.0 #273

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2023

This PR contains the following updates:

Package Type Update Change
community.mysql galaxy-collection minor 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

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


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.

@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 873f914 to 2e5f75a Compare February 22, 2024 10:48
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.8.0 chore(deps): update dependency community.mysql to v3.9.0 Feb 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.9.0 chore(deps): update dependency community.mysql to v3.10.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 2e5f75a to 30c5f3d Compare August 22, 2024 10:03
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 30c5f3d to 0f8e337 Compare September 4, 2024 07:12
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.10.0 chore(deps): update dependency community.mysql to v3.10.1 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 0f8e337 to 25c7762 Compare September 6, 2024 10:47
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.10.1 chore(deps): update dependency community.mysql to v3.10.2 Sep 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.10.2 chore(deps): update dependency community.mysql to v3.10.3 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 25c7762 to 9f0e9dd Compare September 9, 2024 13:30
@renovate renovate bot force-pushed the renovate/community.mysql-3.x branch from 9f0e9dd to f170090 Compare November 19, 2024 10:54
@renovate renovate bot changed the title chore(deps): update dependency community.mysql to v3.10.3 chore(deps): 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.

1 participant