Releases: allenai/beaker-gantry
Releases · allenai/beaker-gantry
v1.9.0
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
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
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
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
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
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
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
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
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
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