mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-09-30 05:23:25 -07:00
Release 3.16.0 commit (#731)
This commit is contained in:
parent
2e0c44f616
commit
08257cd4d4
4 changed files with 29 additions and 4 deletions
|
@ -6,6 +6,21 @@ Community MySQL and MariaDB Collection Release Notes
|
|||
|
||||
This changelog describes changes after version 2.0.0.
|
||||
|
||||
v3.16.0
|
||||
=======
|
||||
|
||||
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.
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- `mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.
|
||||
|
||||
v3.15.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -316,6 +316,19 @@ releases:
|
|||
- fix_python2_compatibility.yml
|
||||
- fix_user_module_for_default_roles.yml
|
||||
release_date: '2025-07-24'
|
||||
3.16.0:
|
||||
changes:
|
||||
minor_changes:
|
||||
- '`mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.'
|
||||
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.'
|
||||
fragments:
|
||||
- 0_mysql_query_session_vars.yml
|
||||
- release_3_16_0.yml
|
||||
release_date: '2025-09-12'
|
||||
3.2.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
minor_changes:
|
||||
- '`mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.'
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: community
|
||||
name: mysql
|
||||
version: 3.15.0
|
||||
version: 3.16.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue