Releases: ansible/molecule
Releases · ansible/molecule
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
v6.0.0
Major Changes
- Change current directory to scenario before running playbooks (#3966) @ssbarnea
- Temporary disable support for external drivers (#3961) @ssbarnea (REVERTED)
- Reimplemented templating (init command) (#3959) @ssbarnea
- Remove ability to configure collections-path and roles-path for dependency (#3956) @ssbarnea
Minor Changes
- Allow molecule to list scenarios present under molecule directory within a collection (#3989) @ajinkyau
- Avoid skipping create and destroy steps on delegated (#3949) @ssbarnea
Bugfixes
- Ignore scenarios in virtual envrionments (#3996) @ajinkyau
- Scaffold future docs structure (#3997) @cidrblock
- Update documentation (#3985) @ajinkyau
- Add example of integration with kubevirt (#3972) @jangel97
- Make pytest-testinfra as an optional dependency (#3982) @ajinkyau
- Dependency installation directory is changed (#3980) @zhan9san
- Avoid reinstalling dependencies (#3979) @zhan9san
- Remove constraints requirement files (#3981) @zhan9san
- Add example of using docker collection using default driver (#3978) @zhan9san
- Update documentation (#3975) @ajinkyau
- Fix connection plugin name setting (#3957) @apatard
- Disable isolation from ansible-compat Runtime (#3962) @ssbarnea
- Add example of using podman collection using default driver (#3947) @ssbarnea
- Improve how executed commands are logged (#3948) @ssbarnea
- Make driver optional in molecule.yml file (#3946) @ssbarnea