Skip to content

Releases: stepchowfun/toast

v0.46.0

22 Feb 06:04
bec5ac9
Compare
Choose a tag to compare
Merge pull request #454 from stepchowfun/0.46.0-bump

Bump the version to 0.46.0

v0.45.5

02 Jul 23:43
e3873d1
Compare
Choose a tag to compare
Merge pull request #436 from stepchowfun/single-component-toastfile-path

Fix a bug which would cause Toast to fail if `-s`/`--shell` is provided and `-f`/`--file` is set to a path with a single component (e.g., `toast.yml` rather than `./toast.yml`)

v0.45.4

20 May 11:01
6f6ca8e
Compare
Choose a tag to compare
Merge pull request #421 from stepchowfun/v0.45.4

Fix a bug which would cause Toast to fail if the Docker image specifies a user other than `root`

v0.45.3

09 Feb 15:28
5a5b15b
Compare
Choose a tag to compare
Merge pull request #415 from stepchowfun/excluded-from-cache-key

Fix a bug which would cause `input_paths` which correspond to files to be incorporated into the cache key even if they are denied by `excluded_input_paths`

v0.45.2

15 Nov 13:16
9dd0433
Compare
Choose a tag to compare
Merge pull request #411 from stepchowfun/cache-command

Fix a bug which could cause the cache key for a task to be computed incorrectly in rare situations

v0.45.1

06 Nov 00:21
20eb3e4
Compare
Choose a tag to compare
Merge pull request #408 from stepchowfun/absolute-mount-paths

Add a workaround for the Docker limitation that bind mount paths must be absolute on the host

v0.45.0

23 Sep 12:42
2924e0a
Compare
Choose a tag to compare
Merge pull request #395 from kbknapp/hidden-tasks

implements ability to hide tasks from --list

v0.44.0

23 Sep 09:41
1c47501
Compare
Choose a tag to compare
Merge pull request #393 from stepchowfun/remove-repo

Drop support for `--repo` in favor of `--docker-repo`

v0.43.0

23 Sep 08:38
dffb09a
Compare
Choose a tag to compare
Merge pull request #391 from stepchowfun/docker-repo

Rename `--repo` to `--docker-repo`

v0.42.1

26 Aug 09:00
9cb87c7
Compare
Choose a tag to compare
Merge pull request #382 from stepchowfun/remove-debug-output

Remove some debugging output that was mistakenly included in a previous release