This repository was archived by the owner on Jan 5, 2023. It is now read-only.
0.3.4 yanked
This release was yanked due to major regressions introduced, documented on #57
Changes
Minor Changes
- change docker image build path (#51) @alxgomz
- Pass stop_signal and kill_signal to docker_container in create.yml (#49) @ericcitaire
- Add links parameter to create.yml (#36) @ragingpastry
Bugfixes
- fix: specify docker modules namespace (#56) @yajo
- Address deprecation warning (#54) @ssbarnea
- Fix condition when path is missing (#55) @ssbarnea
- Cleanup output, use
loop
overwith_items
. (#33) @robertdebock - Pass mounts to docker_container in create.yml (#46) @jsparger
- Fix unnecessary warnings when creating/destroying docker networks (#48) @mtpettyp
- Avoid requiring pre-release version of molecule (#32) @ssbarnea
- Fix references to 'env' option (#27) @stoned