From bedbe8624bef6291f2a3c6d6295ea429166dc316 Mon Sep 17 00:00:00 2001 From: Riccardo Coccioli Date: Tue, 17 Sep 2024 12:00:28 +0200 Subject: [PATCH] CHANGELOG: add changelogs for release v8.13.1 Change-Id: Ie6525c3f56443c8ad694d325c840c7eab320b004 --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 44e0616..b95480a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Spicerack Changelog ------------------- +`v8.13.1`_ (2024-09-17) +^^^^^^^^^^^^^^^^^^^^^^^ + +Bug fixes +""""""""" + +* mysql_legacy: Add a 1 second sleep after ``start_slave()`` to ensure that a subsequent call to + ``show_slave_status()`` would be reliable. Rename ``master_use_gtid()`` to ``set_master_use_gtid()`` for better + clarity of the RW nature of it. + `v8.13.0`_ (2024-09-06) ^^^^^^^^^^^^^^^^^^^^^^^ @@ -3160,3 +3170,4 @@ New features .. _`v8.11.0`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.11.0 .. _`v8.12.0`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.12.0 .. _`v8.13.0`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.13.0 +.. _`v8.13.1`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.13.1