From bdf2774a4d3670b22e5ecf63fb996e253a3eb2a8 Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 18 Oct 2025 10:48:25 +0300 Subject: [PATCH 1/3] doc: add 1.5.1 release note --- doc/tooling/tcm/tcm_releases/tcm_1.5.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst index 981a83c4f..0e45a2adb 100644 --- a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst +++ b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst @@ -54,3 +54,16 @@ This release includes multiple fixes across different modules: - UI -- resolved display issues in the ``OperationStatus`` component. - Tuples -- fixed an error that caused tab refresh failures in clusters with a large number of spaces. +.. _tcm_releases_1_5_1: + +Migrations section +------------------ + +Since version 1.5.1, |tcm| includes a new ``migrations`` section with a ``duration`` field. +This field allows specifying the maximum execution time for long-running migrations, preventing them from being interrupted by the default timeout. + +Fixes +------ + +- ``utils`` — the`` FilterSlices`` function to correctly filter slices. +- :ref:`Audit log ` documentation contained unnecessary event types. From dd85286d709d0bfe28537cbe5a0e215cb39fa5e2 Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 18 Oct 2025 11:06:11 +0300 Subject: [PATCH 2/3] doc: add 1.5.1 release note --- doc/tooling/tcm/tcm_releases/tcm_1.5.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst index 0e45a2adb..dc8f4664f 100644 --- a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst +++ b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst @@ -53,6 +53,9 @@ This release includes multiple fixes across different modules: - Logging -- fixed issues with log output by switching to the ``slog`` logging system. - UI -- resolved display issues in the ``OperationStatus`` component. - Tuples -- fixed an error that caused tab refresh failures in clusters with a large number of spaces. +- ``utils`` — the`` FilterSlices`` function to correctly filter slices. Since version 1.5.1. +- :ref:`Audit log ` documentation now contains only necessary event types. Since version 1.5.1. + .. _tcm_releases_1_5_1: @@ -61,9 +64,3 @@ Migrations section Since version 1.5.1, |tcm| includes a new ``migrations`` section with a ``duration`` field. This field allows specifying the maximum execution time for long-running migrations, preventing them from being interrupted by the default timeout. - -Fixes ------- - -- ``utils`` — the`` FilterSlices`` function to correctly filter slices. -- :ref:`Audit log ` documentation contained unnecessary event types. From 3e90a8502615ad66393c81a81a6dc0b089b00e55 Mon Sep 17 00:00:00 2001 From: mar Date: Sat, 18 Oct 2025 11:13:51 +0300 Subject: [PATCH 3/3] doc: add 1.5.1 release note --- doc/tooling/tcm/tcm_releases/tcm_1.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst index dc8f4664f..c185a6b14 100644 --- a/doc/tooling/tcm/tcm_releases/tcm_1.5.rst +++ b/doc/tooling/tcm/tcm_releases/tcm_1.5.rst @@ -53,7 +53,7 @@ This release includes multiple fixes across different modules: - Logging -- fixed issues with log output by switching to the ``slog`` logging system. - UI -- resolved display issues in the ``OperationStatus`` component. - Tuples -- fixed an error that caused tab refresh failures in clusters with a large number of spaces. -- ``utils`` — the`` FilterSlices`` function to correctly filter slices. Since version 1.5.1. +- ``utils`` — the ``FilterSlices`` function to correctly filter slices. Since version 1.5.1. - :ref:`Audit log ` documentation now contains only necessary event types. Since version 1.5.1.