Tutor v14.0.4 Release Notes

Release Date: 2022-07-29 // over 1 year ago
    • [Feature] Add the -m/--mount option to tutor dev quickstart. (by @regisb)
    • [Bugfix] Fix tutor dev start -m /path/to/frontend-app-learning by introducing dev-specific COMPOSE_DEV_TMP and COMPOSE_DEV_JOBS_TMP filters (by @regisb).
    • ๐Ÿ›  [Bugfix] Log the shell commands that Tutor executes more accurately. (by @kdmccormick)
    • ๐Ÿ›  [Bugfix] tutor dev quickstart would fail under certain versions of docker-compose due to a bug in the logic that handled volume mounting. (by @kdmccormick)
    • ๐Ÿ›  [Bugfix] The tutor k8s start command will succeed even when k8s-override and kustomization-patches-strategic-merge are not specified. (by @edazzocaisser)
    • ๐Ÿ›  [BugFix] kubectl wait checks deployments instead of pods as it could hang indefinitely if there are extra pods in a broken state. (by @keithgg)