Skip to content

Releases: allenai/beaker-gantry

v1.9.0

01 Nov 19:26
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added --retries option to gantry run command.

Commits

bc5d819 (chore) bump version to v1.9.0 for release
2b5c1b9 Add retries option to run command (#99)

v1.8.4

06 Oct 23:25
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Exclude saturn and neptune clusters from auto NFS

Commits

aad0e2a (chore) bump version to v1.8.4 for release
2cad939 Added saturn to NFS exclusions.
88230a2 expand undefined acronym (#98)

v1.8.3

02 Aug 22:29
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed a bug where --docker-image was raising an error due to default value assigned to --beaker-image.

Commits

c0906f1 (chore) bump version to v1.8.3 for release
2130397 Fix error when specifying --docker-image (#97)
582d89a fix bug in gantry logs command

v1.8.2

17 Jul 19:55
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed a bug with displaying experiment results when there are replicas.

Commits

92ebd10 (chore) bump version to v1.8.2 for release
3db6e39 fix bug with displaying results

v1.8.1

17 Jul 14:17
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Made parsing env vars, secrets, and mounts more robust.

Commits

c16bab8 (chore) bump version to v1.8.1 for release
f1522ca only split run command flags once (#96)

v1.8.0

14 Jul 18:46
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added gantry logs command.

Commits

b6a9e57 (chore) bump version to v1.8.0 for release
ca5f834 fix edge case
85961f6 Add gantry logs command

v1.7.1

10 Jul 19:11
Compare
Choose a tag to compare

What's new

Fixed ✅

  • Fixed bug where successful experiments would exit with non-zero exit code due to tee-ing the output to a logs file that wasn't used anyway.

Commits

0d84fc0 (chore) bump version to v1.7.1 for release
a545893 Remove tee to fix exit code

v1.7.0

21 Jun 17:44
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added --propagate-preemption flag to gantry run.

Commits

9797137 (chore) bump version to v1.7.0 for release
cab9002 Add --propagate-preemption flag to gantry run

v1.6.0

14 Jun 17:02
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added -l/--latest, -w/--workspace, -a/--author options to gantry follow command.
  • Added a confirmation prompt to gantry stop command.
  • Added --weka option to gantry run for mounting weka buckets.

Fixed ✅

  • Only check for upgrades once every 12 hours by default.

Commits

fc9cb2b (chore) bump version to v1.6.0 for release
952ab35 Add --weka option to gantry run (#95)
b79195e only check for upgrades once every 12 hours
7a4d886 Improve stop and follow commands (#94)

v1.5.1

13 Jun 19:42
Compare
Choose a tag to compare

What's new

Added 🎉

  • Added a breakdown of jobs by priority in gantry cluster util command.

Commits

6881232 (chore) bump version to v1.5.1 for release
ad7a490 Merge pull request #93 from allenai/epwalsh/cluster-util