From 4ac9de1aa619c852b31e02c809f5a4b30299a230 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 17 Aug 2022 20:55:43 -0400 Subject: [PATCH] changelog: add entry for #14127 --- .changelog/14127.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/14127.txt diff --git a/.changelog/14127.txt b/.changelog/14127.txt new file mode 100644 index 000000000000..dc4b042f2186 --- /dev/null +++ b/.changelog/14127.txt @@ -0,0 +1,7 @@ +```release-note:improvement +client: add option to restart all tasks of an allocation, even if the task already run, such as non-sidecar prestart and poststart tasks. +``` + +```release-note:improvement +client: only start poststop tasks after poststart tasks are done. +```