summaryrefslogtreecommitdiff
path: root/changelogs/fragments/action-plugin-always-cleanup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/action-plugin-always-cleanup.yml')
-rw-r--r--changelogs/fragments/action-plugin-always-cleanup.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/changelogs/fragments/action-plugin-always-cleanup.yml b/changelogs/fragments/action-plugin-always-cleanup.yml
deleted file mode 100644
index 15776974e1..0000000000
--- a/changelogs/fragments/action-plugin-always-cleanup.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-bugfixes:
-- ActionBase - Add new ``cleanup`` method that is explicitly run by the
- ``TaskExecutor`` to ensure that the shell plugins ``tmpdir`` is always
- removed. This change means that individual action plugins need not be
- responsible for removing the temporary directory, which ensures that
- we don't have code paths that accidentally leave behind the temporary
- directory.