From acba9826d93bfd0b130bae31441b12440b18621a Mon Sep 17 00:00:00 2001 From: Max Fischer Date: Tue, 26 Jul 2022 18:43:10 +0200 Subject: [PATCH] added version to docs --- docs/plugins/stopper.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/plugins/stopper.rst b/docs/plugins/stopper.rst index cba1ef9..375facf 100644 --- a/docs/plugins/stopper.rst +++ b/docs/plugins/stopper.rst @@ -15,6 +15,10 @@ The plugin is configured via the COBalD configuration file. The available parame ``executor`` defines how the script is executed, e.g. in the shell or via an SSH connection. The default is the execution in the shell via ShellExecutor. +.. versionadded:: 0.12.1 + + The ``executor`` parameter. + An example configuration of the plugin in a COBalD configuration file using the YAML interface is: .. code:: yaml