Releases: kudulab/dojo
Releases · kudulab/dojo
0.10.2
0.10.1
- Verify if Bash is installed when running Dojo. Dojo performs a shell out and Bash is its dependency. If Bash is not installed, a pretty error will be printed. #22
- Use newer pytest version 6.1.1, was 4.4.1
- Improve e2e tests output - print stdout and stderr on failure
- Improve e2e tests when checking for warn or error strings
0.10.0
- Added support for homebrew on Linux. Thanks to Justin Garrison
0.9.0
0.8.0
- Docker-composer driver: enable printing logs of non default docker containers either to console or to file.
Previously, only printing on console (stderr) was supported. This can be set by--print-logs-target
commandline option and byDOJO_DOCKER_COMPOSE_PRINT_LOGS_TARGET
Dojofile option.
Possible values: console, file. #12 - Fix automated github releases to add release notes and to not mark a release as pre-release
0.7.0
Docker-compose driver: print logs of non default docker containers. By default this will be done if any
of the containers (default or not) failed. This can be set by --print-logs
commandline option
and by DOJO_DOCKER_COMPOSE_PRINT_LOGS
Dojofile option.
Possible values: always, failure, never. #12