Skip to content

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 18:57
· 2 commits to main since this release

What's new

Added πŸŽ‰

  • Added --uv-cache-dir option to gantry run, which is just a shortcut to setting the env var UV_CACHE_DIR.

Fixed βœ…

  • Improved safety with setting a UV_CACHE_DIR to a shared directory on weka by getting a lock on the directory using flock.
    Note that only other gantry runs will respect the lock.

Changed ⚠️

  • Moved references to workspace, images and budget to those for the new beaker-py owner.

Commits

2934fe7 (chore) bump version to v3.6.0 for release
35f3eed Merge pull request #190 from allenai/jjyang/migrate-ci-owner
31306f6 gitignore uv.lock
86d607b Add --uv-cache-dir option with flock safety for shared caches (#188)