Releases: ansible/molecule
Releases · ansible/molecule
v6.0.0-rc
Major Changes
- Change current directory to scenario before running playbooks (#3966) @ssbarnea
- Rename delegated driver to default (#3960) @ssbarnea
- 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
v6.0.0b0
Major Changes
- Change current directory to scenario before running playbooks (#3966) @ssbarnea
- Revert "Temporary disable support for external drivers" (#3974) @ajinkyau
- Revert "Remove testinfra verifier" (#3973) @ajinkyau
- Remove testinfra verifier (#3964) @ssbarnea
- Rename delegated driver to default (#3960) @ssbarnea
- Temporary disable support for external drivers (#3961) @ssbarnea
- 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
- 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
v6.0.0a2
Major Changes
- Revert "Temporary disable support for external drivers" (#3974) @ajinkyau
- Revert "Remove testinfra verifier" (#3973) @ajinkyau
- Remove testinfra verifier (#3964) @ssbarnea
- Rename delegated driver to default (#3960) @ssbarnea
- Temporary disable support for external drivers (#3961) @ssbarnea
- Reimplemented templating (init command) (#3959) @ssbarnea
- Remove ability to configure collections-path and roles-path for dependency (#3956) @ssbarnea
Minor Changes
Bugfixes
- 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
v6.0.0a1
Major Changes
- Revert "Temporary disable support for external drivers" (#3974) @ajinkyau
- Revert "Remove testinfra verifier" (#3973) @ajinkyau
- Remove testinfra verifier (#3964) @ssbarnea
- Rename delegated driver to default (#3960) @ssbarnea
- Temporary disable support for external drivers (#3961) @ssbarnea
- Reimplemented templating (init command) (#3959) @ssbarnea
- Remove ability to configure collections-path and roles-path for dependency (#3956) @ssbarnea
Minor Changes
Bugfixes
- 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
v6.0.0a0
Major Changes
- Remove testinfra verifier (#3964) @ssbarnea
- Rename delegated driver to default (#3960) @ssbarnea
- Temporary disable support for external drivers (#3961) @ssbarnea
- Reimplemented templating (init command) (#3959) @ssbarnea
- Remove ability to configure collections-path and roles-path for dependency (#3956) @ssbarnea
Minor Changes
Bugfixes
- 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
v5.1.0
v5.0.1
Bugfixes
- Avoid using incompatible ansible-compat version (#3906) @ssbarnea
- Fix
tree
example in use case document (#3894) @akira6592 - Use api to get driver schema file (#3898) @apatard
- Add
subprocess-run-check
(#3896) @Ruchip16 - Add
unidiomatic-typecheck
check (#3893) @Ruchip16 - Add
unnecessary-lambda
check (#3892) @Ruchip16 - Address ruff S, EXE skips (#3889) @ssbarnea
- More ruff fixes (#3887) @ssbarnea
- Fix colors when displaying plugin versions (#3886) @ssbarnea
- Add
raise-missing-from
rule (#3885) @Ruchip16 - Add
no-else-return
,no-else-raise
&logging-not-lazy
check (#3884) @Ruchip16 - Add
implicit-str-concat
&inconsistent-return-statements
check (#3882) @Ruchip16
v5.0.0
Major Changes
Minor Changes
- Add tags document (#3866) @zhan9san
- Replace sphinx documentation with mkdocs (#3811) @ssbarnea
- Require ansible-core>=2.12.10 (#3799) @ssbarnea
- Remove support for python3.8 (#3770) @ssbarnea
- Adopt PEP-621 for packaging (#3767) @ssbarnea
Bugfixes
- Refactor dependency locks (#3879) @ssbarnea
- Add
consider-using-in
check (#3880) @Ruchip16 - Extend schema validation (#3765) @zhan9san
- fix link to monorepo under faq (#3863) @ahmedwonolo
- Fix documentation (#3833) @ziegenberg
- Documentation: Improve group names (#3812) @ltog
- Better indentation in verify template (#3816) @muellerbe
- Replace sphinx documentation with mkdocs (#3811) @ssbarnea
- Remove embedded dockerfile (#3824) @ssbarnea
- Upgrade linters (#3813)
- Add support for custom driver name (#3795) @gciavarrini
- Document molecule-plugins package (#3805) @ssbarnea
- Update test dependencies (#3800) @ssbarnea
- Fix rpm building (#3798) @ssbarnea
- Reorder heading and reformat badges (#3778) @mamercad
- Fixed typo in
docs/ci.rst
(#3796) @mitchellroe - Bump test dependencies (#3797) @ssbarnea
Deprecations
v5.0.0a1
Minor Changes
Bugfixes
- Extend schema validation (#3765) @zhan9san
- fix link to monorepo under faq (#3863) @ahmedwonolo
- Fix documentation (#3833) @ziegenberg
v5.0.0a0
Major Changes
Minor Changes
- Replace sphinx documentation with mkdocs (#3811) @ssbarnea
- Require ansible-core>=2.12.10 (#3799) @ssbarnea
- Remove support for python3.8 (#3770) @ssbarnea
- Adopt PEP-621 for packaging (#3767) @ssbarnea
Bugfixes
- Documentation: Improve group names (#3812) @ltog
- Better indentation in verify template (#3816) @muellerbe
- Replace sphinx documentation with mkdocs (#3811) @ssbarnea
- Remove embedded dockerfile (#3824) @ssbarnea
- Upgrade linters (#3813)
- Add support for custom driver name (#3795) @gciavarrini
- Document molecule-plugins package (#3805) @ssbarnea
- Update test dependencies (#3800) @ssbarnea
- Fix rpm building (#3798) @ssbarnea
- Reorder heading and reformat badges (#3778) @mamercad
- Fixed typo in
docs/ci.rst
(#3796) @mitchellroe - Bump test dependencies (#3797) @ssbarnea