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. +```