Major Changes
- Default branch is now main and old master was renamed to legacy/master as it included few breaking changes that we did not want
- Rely on community.docker collection (#58) @ssbarnea
Bugfixes
- Pass stop_signal and kill_signal to docker_container in create.yml (#49) (#60) @ssbarnea
- Add extra static test (#59) @ssbarnea
- Pass stop_signal and kill_signal to docker_container in create.yml (#49) @ericcitaire
- Add links parameter to create.yml (#36) @ragingpastry
- fix: specify docker modules namespace (#56) @Yajo
- Cleanup output, use
loop
overwith_items
. (#33) @robertdebock - Pass mounts to docker_container in create.yml (#46) @jsparger
- Avoid requiring pre-release version of molecule (#32) @ssbarnea
- Fix references to 'env' option (#27) @stoned