summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/win_nssm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/win_nssm.yaml')
-rw-r--r--changelogs/fragments/win_nssm.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelogs/fragments/win_nssm.yaml b/changelogs/fragments/win_nssm.yaml
new file mode 100644
index 0000000000..9de9a159e3
--- /dev/null
+++ b/changelogs/fragments/win_nssm.yaml
@@ -0,0 +1,13 @@
+minor_changes:
+- win_nssm - Add the ``executable`` option to specify the location of the NSSM utility.
+- win_nssm - Add the ``working_directory``, ``display_name`` and ``description`` options.
+- win_nssm - Add support for check and diff modes.
+- win_nssm - Change default value for ``state`` from ``start`` to ``present``.
+
+bugfixes:
+- win_nssm - Fix several escaping and quoting issues of paths and parameters.
+
+deprecated_features:
+- win_nssm - Deprecate ``dependencies``, ``start_mode``, ``user``, and ``password`` options, in favor of using the ``win_service`` module.
+- win_nssm - Deprecate ``start``, ``stop``, and ``restart`` values for ``state`` option, in favor of using the ``win_service`` module.
+- win_nssm - Deprecate ``app_parameters`` option in favor of ``arguments``.