Skip to content

Releases: allenai/beaker-gantry

v1.4.0

01 Jun 00:11
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added gantry completion ... commands for configuring gantry shell autocompletion.

Commits

4d06b8e (chore) bump version to v1.4.0 for release
321ca7d add commands for configuring shell completion

v1.3.0

31 May 18:35
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added --tail option to gantry follow to only tail the logs as opposed to dumping the entire history.

Commits

5633d48 (chore) bump version to v1.3.0 for release
861baae Add --tail option to gantry follow (#90)

v1.2.0

31 May 18:03
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • Changed what info is displayed by default from gantry cluster util. Now only a succinct summary is shown by default, but you can still get node details by adding the flag --nodes.
  • Allow multiple --status options with gantry list command.

Commits

f1e62c2 (chore) bump version to v1.2.0 for release
3941af4 bump min beaker-py version requirement
5009295 run pip freeze in CI
e5aa48d allow multiple status options from gantry list
4b78c7b update help string
716c5e0 Only show cluster summary by default

v1.1.0

29 May 19:59
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added gantry list command for listing gantry experiments.

Fixed ✅

  • Improve handling of jobs that fail without an exit code.
  • Improved output format of gantry cluster * commands.

Removed 👋

  • Removed gantry cluster allow-preemptible and gantry cluster disallow-preemptible commands.

Commits

bdc5703 (chore) bump version to v1.1.0 for release
c42aa04 Add progress bars
109e9e1 update min python version in tests
cd71b5d Update gantry cluster * commands
ef78ebc Add gantry list command
8b75f1d improve handling of failures without exit code

v1.0.1

24 May 18:07
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed formatting in gantry cluster and gantry config commands.

Commits

3a33427 (chore) bump version to v1.0.1 for release
6196e36 Fix formatting in config and cluster commands

v1.0.0

24 May 17:50
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added gantry stop command.

Commits

7d72ccb (chore) bump version to v1.0.0 for release
c38008e Add gantry stop command
e27d409 Move some functions out of util
89b1ef8 ignore mypy error
81ab5a5 Pull out commands into separate modules
30c2275 fix typo

v0.24.0

21 May 23:56
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added --no-python flag to skip setting up a Python environment entirely.
  • Added GANTRY_TASK_NAME runtime environment variable, which will always match the --task-name argument.

Changed ⚠️

  • Gantry no longer cancels an experiment on keyboard interrupt.

Commits

6638a23 (chore) bump version to v0.24.0 for release
9e458d5 add --no-python flag, don't cancel experiment on keyboard interrupt (#89)

v0.23.2

16 May 21:42
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Don't automatically attach NFS to "jupiter" cluster.

Commits

7061fc9 (chore) bump version to v0.23.2 for release
7e5611c Don't automatically attach NFS to jupiter cluster

v0.23.1

14 May 22:23
Compare
Choose a tag to compare

What's new

Changed ⚠️

  • Retry git clone a few times in the entrypoint script to be more robust to issues on the Jupiter cluster.

Commits

df5fbcd (chore) bump version to v0.23.1 for release
669c3ae Auto retry git clone a few times (#88)

v0.23.0

10 May 23:41
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added --preemptible flag.

Commits

0f359bd (chore) bump version to v0.23.0 for release
c29a838 add --preemptible flag (#87)