Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 13:37
· 2 commits to main since this release

Box per file

Previously, all boxes were defined in a single configs/boxes.json file. Now each box is defined in a separate file in the configs/boxes directory:

  • alpine.json
  • python.json
  • sqlite.json
  • etc.

The single boxes.json file is still supported for backward compatibility, but will be removed in future releases.