Skip to content

v2.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Feb 05:37
4b5bd27

Sandbox v2.1.2

Diff since v2.1.1

Merged pull requests:

  • Skip executors that fail with ArgumentError (#138) (@Keno)
  • Add SandboxConfig copy constructor with stdio kwargs (#142) (@Keno)
  • Fix mount ordering to prevent subdirectory shadowing (#141) (#143) (@Keno)
  • Bump actions/checkout from 4 to 5 (#144) (@dependabot[bot])
  • Allow specifying CmdRedirect as user command (#146) (@Keno)
  • Add workaround for Ubuntu 23.10 (#147) (@staticfloat)
  • Improve error message for missing paths in mount operations (#150) (@Keno)
  • Bump actions/checkout from 5 to 6 (#151) (@dependabot[bot])
  • Fix EACCES error in chmod_recursive during cleanup (#152) (@Keno)

Closed issues:

  • mounts is a Dict, but ordering matters (#141)