Hello everyone,
We are happy to announce the release of molecule v25.5.0.
How to get it
You can install the latest version of all the ansible developer tools by running the following command:
python3 -m pip install -U ansible-dev-tools
This will install the following developer tools:
- ansible-builder: a utility for building Ansible execution environments.
- ansible-core: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems.
- ansible-creator: a utility for scaffolding Ansible project and content with recommended practices.
- ansible-dev-environment: a utility for building and managing a virtual environment for Ansible content development.
- ansible-lint: a utility to identify and correct stylistic errors and anti-patterns in Ansible playbooks and roles.
- ansible-navigator a text-based user interface (TUI) for developing and troubleshooting Ansible content with execution environments.
- ansible-sign: a utility for signing and verifying Ansible content.
- molecule: a functional test runner for Ansible collections, playbooks and roles
- pytest-ansible: a pytest testing framework extension that provides additional functionality for testing Ansible module and plugin Python code.
- tox-ansible: an extension to the tox testing utility that provides additional functionality to check Ansible module and plugin Python code under different Python interpreters and Ansible core versions.
For a single tool, you can install it by running:
python3 -m pip -U install <project>==<release>
All ansible developer tools are also packaged in an image that you can use as a VS Code development container. The image is updated shortly after releases of any individual tool.
The community-dev-tools image is available on GitHub Container Registry.
podman run -it ghcr.io/ansible/community-ansible-dev-tools:latest
Sample devcontainer.json
files are available in the ansible-dev-tools repository.
Release notes for molecule v25.5.0
Bugfixes
- Remove internal use of SystemExit part 2 (#4416) @Qalthos
- Enable junit.xml reporting to codecov.io (#4432) @Qalthos
- Add merge_group handler for tox workflow (#4436) @Qalthos
- Update documentation to reflect creator-ee deprecation (#4434) @shatakshiiii
Maintenance
- Bump the dependencies group in /.config with 4 updates (#4449) @dependabot[bot]
- Bump the dependencies group in /.config with 9 updates (#4447) @dependabot[bot]
- chore: swap deprecated setting (#4441) @Qalthos
- Bump the dependencies group in /.config with 14 updates (#4442) @dependabot[bot]
- Bump the dependencies group in /.config with 10 updates (#4438) @dependabot[bot]
- chore: pre-commit autoupdate (#4435) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 7 updates (#4433) @dependabot[bot]
- Bump the dependencies group in /.config with 6 updates (#4431) @dependabot[bot]
- Bump the dependencies group in /.config with 7 updates (#4430) @dependabot[bot]
- Bump the dependencies group in /.config with 4 updates (#4429) @dependabot[bot]
- chore: pre-commit autoupdate (#4425) @pre-commit-ci[bot]
- Bump ruff from 0.11.3 to 0.11.4 in /.config in the dependencies group (#4424) @dependabot[bot]
- Update linters (#4421) @ssbarnea
- Bump mkdocstrings-python from 1.16.9 to 1.16.10 in /.config in the dependencies group (#4422) @dependabot[bot]
- Workaround for dependabot improper python version (#4420) @ssbarnea
- Replace black with ruff format (#4419) @ssbarnea
- Make molecule compatible with ansible 2.19 data tagging (#4418) @ssbarnea
- chore: pre-commit autoupdate (#4407) @pre-commit-ci[bot]
Release notes for all versions can be found in the changelog.