mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-23 06:21:45 -07:00
2.4.0
This commit is contained in:
parent
b97d704e87
commit
e2b344e374
3 changed files with 16 additions and 16 deletions
|
@ -5,7 +5,7 @@ Community MySQL Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
v2.3.11
|
v2.4.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Release Summary
|
Release Summary
|
||||||
|
|
|
@ -366,20 +366,6 @@ releases:
|
||||||
- 2.3.1.yml
|
- 2.3.1.yml
|
||||||
- 233-mysql_user_return_valid_privs.yml
|
- 233-mysql_user_return_valid_privs.yml
|
||||||
release_date: '2021-10-19'
|
release_date: '2021-10-19'
|
||||||
2.3.11:
|
|
||||||
changes:
|
|
||||||
minor_changes:
|
|
||||||
- mysql_info - add ``connector_name`` and ``connector_version`` to returned
|
|
||||||
values (https://github.com/ansible-collections/community.mysql/pull/497).
|
|
||||||
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.'
|
|
||||||
fragments:
|
|
||||||
- 2.3.11.yml
|
|
||||||
- 497_mysql_info_returns_connector_name_and_version.yml
|
|
||||||
release_date: '2023-02-08'
|
|
||||||
2.3.2:
|
2.3.2:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
@ -519,3 +505,17 @@ releases:
|
||||||
- 2.3.9.yml
|
- 2.3.9.yml
|
||||||
- simplified-bsd-license.yml
|
- simplified-bsd-license.yml
|
||||||
release_date: '2022-08-02'
|
release_date: '2022-08-02'
|
||||||
|
2.4.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- mysql_info - add ``connector_name`` and ``connector_version`` to returned
|
||||||
|
values (https://github.com/ansible-collections/community.mysql/pull/497).
|
||||||
|
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.'
|
||||||
|
fragments:
|
||||||
|
- 2.3.11.yml
|
||||||
|
- 497_mysql_info_returns_connector_name_and_version.yml
|
||||||
|
release_date: '2023-02-08'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: community
|
namespace: community
|
||||||
name: mysql
|
name: mysql
|
||||||
version: 2.3.11
|
version: 2.4.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Ansible community
|
- Ansible community
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue