Skip to content

Releases: kudulab/dojo

0.10.2

25 Oct 19:05
4933d58
Compare
Choose a tag to compare
  • Fix image scripts - invalid permissions when running on Mac with FUSE volume driver #21

0.10.1

25 Oct 14:10
053be1a
Compare
Choose a tag to compare
  • 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

06 Sep 16:01
Compare
Choose a tag to compare

0.9.0

15 Aug 07:49
0f9b9f6
Compare
Choose a tag to compare
  • support exported bash functions #17.
    Earlier, Dojo resulted in an error when any bash function was exported. Now,
    it will succeed. However, in order to preserve all the exported bash functions, you
    need to run:
source /etc/dojo.d/variables/01-bash-functions.sh

0.8.0

03 Jan 14:51
Compare
Choose a tag to compare
  • 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 by DOJO_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

01 Jan 12:57
Compare
Choose a tag to compare

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

0.6.3

19 Sep 14:59
Compare
Choose a tag to compare

Fix homebrew formula to handle upgrades

0.6.2

19 Sep 14:00
Compare
Choose a tag to compare

Added homebrew tap automation

0.6.1

16 Sep 15:54
Compare
Choose a tag to compare

Blacklist TMPDIR to improve OSX experience

0.6.0

13 Sep 13:03
Compare
Choose a tag to compare

Added OSX support