Skip to content

Release 2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 13:41
5c1e87e

Changed

  • run_in_docker is abstracted to a utility function, allowing plugins to
    execute commands in the docker container without needing to import the
    environment object.

Removed

  • run_in_shell is removed in favor of run_in_docker. This has been
    deprecated since v2.0.0