-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
36 lines (23 loc) · 1.15 KB
/
NEWS
File metadata and controls
36 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Changes in odkrunner 0.4.1 (2025-12-06)
---------------------------------------
* Add the `setup-script` mode to facilitate installing a native
environment.
Changes in odkrunner 0.4.0 (2025-12-04)
---------------------------------------
* Allow the use of native ODK environments as created by the
`odk install` command of the new ODK-Core project.
* Add the `--assumed-odk-repository` option.
* Fix incorrect detection of OAKLib's cache directory.
Changes in odkrunner 0.3.0 (2024-10-24)
---------------------------------------
* Allow configuration through ODK_ environment variables
(not recommended, but for compatibility with run.sh script).
* Add the --java-mem option to explicitly set Java -Xmx option.
* Automatically pass HTTP proxy settings to the container.
Changes in odkrunner 0.2.1 (2024-10-21)
---------------------------------------
* Allow omitting the 'obolibrary/' qualifier in image names.
* Add the --oak-cache option to share the host's OAK cache directory.
Changes in odkrunner 0.2.0 (2024-10-20)
---------------------------------------
* Support for run.sh.conf configuration file.