Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b26235b

Browse files
authored
Release 3.13.0 commit (ansible-collections#705)
1 parent 45a2940 commit b26235b

File tree

5 files changed

+42
-8
lines changed

5 files changed

+42
-8
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Community MySQL and MariaDB Collection Release Notes
66

77
This changelog describes changes after version 2.0.0.
88

9+
v3.13.0
10+
=======
11+
12+
Release Summary
13+
---------------
14+
15+
This is a minor release of the ``community.mysql`` collection.
16+
This changelog contains all changes to the modules and plugins in this
17+
collection that have been made after the previous release.
18+
19+
Minor Changes
20+
-------------
21+
22+
- Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous version is now 10.11.
23+
- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used to have users that will act as definers on stored procedures.
24+
25+
Bugfixes
26+
--------
27+
28+
- mysql_db - fix dump and import to find MariaDB binaries (mariadb and mariadb-dump) when MariaDB 11+ is used and symbolic links to MySQL binaries are absent.
29+
930
v3.12.0
1031
=======
1132

changelogs/changelog.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,26 @@ releases:
247247
- 3.12.0.yml
248248
- 696-mysql-db-add-zstd-support.yml
249249
release_date: '2025-01-17'
250+
3.13.0:
251+
changes:
252+
bugfixes:
253+
- mysql_db - fix dump and import to find MariaDB binaries (mariadb and mariadb-dump)
254+
when MariaDB 11+ is used and symbolic links to MySQL binaries are absent.
255+
minor_changes:
256+
- Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous
257+
version is now 10.11.
258+
- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used
259+
to have users that will act as definers on stored procedures.
260+
release_summary: 'This is a minor release of the ``community.mysql`` collection.
261+
262+
This changelog contains all changes to the modules and plugins in this
263+
264+
collection that have been made after the previous release.'
265+
fragments:
266+
- 3.13.0.yml
267+
- 702-user_locking.yaml
268+
- tests_mariadb_11_4.yml
269+
release_date: '2025-03-21'
250270
3.2.0:
251271
changes:
252272
bugfixes:

changelogs/fragments/702-user_locking.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/tests_mariadb_11_4.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: mysql
4-
version: 3.12.0
4+
version: 3.13.0
55
readme: README.md
66
authors:
77
- Ansible community

0 commit comments

Comments
 (0)