summaryrefslogtreecommitdiff
path: root/changelogs/fragments/action-plugin-always-cleanup.yml
blob: 15776974e1fe00ce70b1ae2fe193f99a5f3c31ba (plain)
1
2
3
4
5
6
7
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.