Releases: allenai/beaker-gantry
Releases · allenai/beaker-gantry
v1.10.0
What's new
Added 🎉
- Added
--ref
command-line argument to gantry run
for overriding the target git ref (commit/branch/tag) to use.
Commits
04e19be (chore) bump version to v1.10.0 for release
9bd20c2 Add CLI arg to override git ref (#101)
v1.9.1
What's new
Fixed ✅
- Use Beaker image ID instead of assigned name.
Commits
bcd0a97 (chore) bump version to v1.9.1 for release
8484c37 use beaker image ID instead of assigned name (#100)
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