Releases: allenai/beaker-gantry
Releases · allenai/beaker-gantry
v1.12.1
What's new
Added 🎉
- Added an additional check at runtime which will raise an error if the current ref doesn't exist on the remote.
Commits
84be9ec (chore) bump version to v1.12.1 for release
96e9183 Ensure ref exists on remote (#113)
bc2608c Fixed broken link in README.md (#111)
v1.12.0
What's new
Added 🎉
- Added
--dataset-secret
option for mounting secrets to files as Beaker datasets.
Commits
bfccec9 (chore) bump version to v1.12.0 for release
171b503 Add --dataset-secret
option (#110)
v1.11.3
What's new
Commits
1870e9e (chore) bump version to v1.11.3 for release
413cfc1 set GH_TOKEN
78b201b (chore) bump version to v1.11.2 for release
80a748a fix permissions on script file
b0aa458 (chore) bump version to v1.11.1 for release
eaf811e Add a CI step that comments on PRs included in a new release (#108)
v1.11.0
What's new
Added 🎉
- Added
--no-conda
flag to avoid creating Python environments with conda.
Commits
74c8bc4 (chore) bump version to v1.11.0 for release
35895e8 Add --no-conda
flag (#107)
v1.10.1
What's new
Fixed ✅
- Don't install conda when it's not needed.
Commits
950c644 fix test
919e913 (chore) bump version to v1.10.1 for release
b14420a Make conda install optional (#105)
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