This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Releases: ansible-community/molecule-vagrant
Releases · ansible-community/molecule-vagrant
v2.0.0
Major Changes
Minor Changes
- shellcheck linting (#197) @konstruktoid
- Re-post: use generic/alpine316 (#196) @konstruktoid
- Allow setting instance host name (#161) @apatard
- Add validate() implementation (#170) @apatard
- Drop python 3.6 and 3.7 (#167) @apatard
- Add support for vagrant-vsphere memory and cpu (#163) @mannahusum
- libvirt: automatic fallback to qemu (#158) @apatard
Bugfixes
- Silence ansible fqcn error about vagrant module. (#191) @apatard
- Stop testing with ansible devel on py38 (#188) @ssbarnea
- Update build-system requirements for setuptools-scm to >= 7.0.0 (#198) @dvzrv
- create.yml: Fix ansible-lint 6.3.0 errors in task writing instances cfg (#176) @apatard
- Use FQCN in playbooks (#168) @apatard
- swapon: use a loopback device (#156) @goneri
- Fix typo, add link to molecule scenarios (#159) @anadahz
Deprecations
- remove warn from shell and command tasks (#195) @konstruktoid
v1.0.0
Major Changes
Minor Changes
- add box_download_checksum support (rewrite) (#93) @konstruktoid
Bugfixes
- Remove pyyaml ceiling (#153) @ssbarnea
- Require molecule >= 3.4.1 (#147) @ssbarnea
- Fix multi-host provisioning (#110) @apatard
- fix: false negatives for _created() (#128) @yajo
- Master rename (#126) @apatard
- Ensure jinja2 >= 2.11 (#120) @apatard
- Spell out VirtualBox (#118) @konstruktoid
- Remove molecule pytest helpers (#122) @apatard
- molecule: Make link point to molecule_vagrant/test/scenarios/molecule/ (#113) @apatard
- Fix jinja network template (#105) @apatard
0.6.3
0.6.2
0.6.1
0.6
0.5
0.4
Changes
- Improve CI testing (#51) @apatard
- Fix the vagrant provider name if no value is defined or empty value provided (#24) @Maddog2050
Major Changes
- Document Vagrant being unsupported on CentOS 8 (#67) @ssbarnea
- Remove molecule filters (#52) @ssbarnea
Minor Changes
- Enable github action integration (#57) @ssbarnea
- Implement sanity checks for vagrant module (#54) @ssbarnea
- Enable qemu fallback (#44) @apatard
Bugfixes
- Allow linked_cloned to be disabled (#64) @ssbarnea
- Avoid depending on molecule.config (#58) @apatard
- Workaround for pip failure to perform editable install (#55) @ssbarnea
- Avoid unportable /bin/true (#49) @ssbarnea
- tools/test-setup.sh: Add workaround for CI failures on CentOS and fix Ubuntu support (#39) @apatard
0.3
Changes
- zuul.d/layout.yaml: Make devel non voting (#35) @apatard
- Make all zuul jobs voting (#27) @ssbarnea
- Add tests for config_options and provider_options (#23) @apatard
- Testsuite devel fixes (#30) @apatard
- Fix linters config (#26) @ssbarnea
- zuul.d/layout.yaml: Remove python 2.7 centos 7 tests (#21) @apatard
Minor Changes
Bugfixes
- Add documentation (#28) @JamesWrigley
- allowing merge_dict calls to correctly update the main dict (#16) @smbambling
- Fix vagrant working directory (#22) @apatard
- Fix vagrant boostrapping on centos 7/8 (#15) @apatard