Releases: ansible/molecule
Releases · ansible/molecule
v24.12.0
v24.9.0
v24.8.0
Enhancements
- Create instances during login if not created (#4253) @cavcrosby
Bugfixes
- Fix install from adt advice (#4275) @ziegenberg
- Use MOLECULE_GLOB environment variable for list command as well (#4231) @ssbarnea
v24.7.0
Bugfixes
- Updated cspell dictionary and removed unneeded values (#4251) @alisonlhart
v24.6.1
Bugfixes
- Restore examples in docs (#4221) @cidrblock
v24.6.0
Bugfixes
- Respect ANSIBLE_COLLECTIONS_PATH (#4192) @cidrblock
- Avoid requests 2.32.0 during testing (#4185) @ssbarnea
- Update configuration.md for role name check (#4155) @AlexanderStohr
- Added more dynamic arguments to podman container creation playbook (#4169) @felipe4334
- Always apply ssh_connection_options (#4174) @wokis
- Link to the parallel.md, not docker-rootless.md for parallel example (#4168) @evgeni
- Fix test method name. (#4165) @expeehaa
v24.2.1
v6.0.3
Bugfixes
- Change molecule_inventory in podman example to remove ansible warning (#4086) @buckaroogeek
- Update collection structure image in the docs (#4098) @ajinkyau
- Enable ansible-lint (#4069) @ssbarnea
- Correct git-archival settings (#4071) @ssbarnea
- Docs: highlight importance of
ansible_collections
at root dir (#4060) @felher - Skip create step when created == true (#4038) @mluzarreta
- Address ansible-lint reported issues (#4056) @muellerbe
- Add podman driver option to podman config (#4062) @brandor5
- Fix docker and podman examples to work with multiple platforms (#4068) @clickthisnick
- Update docs to remove references to Docker being the default driver (#4065) @Qalthos
- Fix forbidden implicit octal value (#4049) @jooola
- Pin linkchecker version (#4050) @zhan9san
- Update getting-started.md (#4030) @aogier
- Address documentation username typo (#4031) @iamgini
v6.0.2
v6.0.1
Bugfixes
- Pass environment in testinfra (#4014) @zhan9san
- fix: remove
role
frominit
help info (#4010) @chenrui333