From b26235b7d7f571895245cf5d1137096951e44294 Mon Sep 17 00:00:00 2001
From: Andrew Klychkov <aklychko@redhat.com>
Date: Fri, 21 Mar 2025 07:02:43 +0100
Subject: [PATCH] Release 3.13.0 commit (#705)

---
 CHANGELOG.rst                               | 21 +++++++++++++++++++++
 changelogs/changelog.yaml                   | 20 ++++++++++++++++++++
 changelogs/fragments/702-user_locking.yaml  |  2 --
 changelogs/fragments/tests_mariadb_11_4.yml |  5 -----
 galaxy.yml                                  |  2 +-
 5 files changed, 42 insertions(+), 8 deletions(-)
 delete mode 100644 changelogs/fragments/702-user_locking.yaml
 delete mode 100644 changelogs/fragments/tests_mariadb_11_4.yml

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ba19887..b318076 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,27 @@ Community MySQL and MariaDB Collection Release Notes
 
 This changelog describes changes after version 2.0.0.
 
+v3.13.0
+=======
+
+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
+-------------
+
+- Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous version is now 10.11.
+- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used to have users that will act as definers on stored procedures.
+
+Bugfixes
+--------
+
+- 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.
+
 v3.12.0
 =======
 
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index fa08150..5ec7dc9 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -247,6 +247,26 @@ releases:
     - 3.12.0.yml
     - 696-mysql-db-add-zstd-support.yml
     release_date: '2025-01-17'
+  3.13.0:
+    changes:
+      bugfixes:
+      - 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.
+      minor_changes:
+      - Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous
+        version is now 10.11.
+      - mysql_user - add ``locked`` option to lock/unlock users, this is mainly used
+        to have users that will act as definers on stored procedures.
+      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.'
+    fragments:
+    - 3.13.0.yml
+    - 702-user_locking.yaml
+    - tests_mariadb_11_4.yml
+    release_date: '2025-03-21'
   3.2.0:
     changes:
       bugfixes:
diff --git a/changelogs/fragments/702-user_locking.yaml b/changelogs/fragments/702-user_locking.yaml
deleted file mode 100644
index 1378793..0000000
--- a/changelogs/fragments/702-user_locking.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-minor_changes:
-- mysql_user - add ``locked`` option to lock/unlock users, this is mainly used to have users that will act as definers on stored procedures.
diff --git a/changelogs/fragments/tests_mariadb_11_4.yml b/changelogs/fragments/tests_mariadb_11_4.yml
deleted file mode 100644
index 46927bf..0000000
--- a/changelogs/fragments/tests_mariadb_11_4.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-minor_changes:
-  - Integration tests for MariaDB 11.4 have replaced those for 10.5. The previous version is now 10.11.
-bugfixes:
-  - 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.
diff --git a/galaxy.yml b/galaxy.yml
index cf87c64..624c7d6 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,7 +1,7 @@
 ---
 namespace: community
 name: mysql
-version: 3.12.0
+version: 3.13.0
 readme: README.md
 authors:
   - Ansible community