Releases: ansible/ansible-creator
Releases · ansible/ansible-creator
v25.7.0
Enhancements
- Optionally skip collection path check in add subcommand (#446) @Qalthos
- Enable templating for pattern name in pattern.json file (#433) @shatakshiiii
- Add play argspec example to patterns playbooks/ directory (#430) @alisonlhart
- No need to specify
./
inadd
command (#426) @eberna - Update the scaffolded sample pattern (#428) @shatakshiiii
Bugfixes
- fix: improve prompt visibility in light terminal themes (#441) @shreyanshjain7174
Maintenance
- Bump the dependencies group in /.config with 2 updates (#440) @dependabot[bot]
- Bump @devcontainers/cli from 0.77.0 to 0.80.0 (#442) @dependabot[bot]
- chore: pre-commit autoupdate (#437) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 7 updates (#435) @dependabot[bot]
- Enable yaml syntax highlighting for jinja2 templated files (#432) @shatakshiiii
- Bump the dependencies group in /.config with 5 updates (#431) @dependabot[bot]
- Chore: Require docstring raises for assert (#429) @cidrblock
- Bump the dependencies group in /.config with 11 updates (#427) @dependabot[bot]
v25.6.0
Enhancements
- Add pattern support to an existing collection (#419) @shatakshiiii
- Add playbook argspec to init project scaffolding and as resource (#420) @alisonlhart
Maintenance
- chore: pre-commit autoupdate (#418) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 6 updates (#424) @dependabot[bot]
- Bump @devcontainers/cli from 0.76.0 to 0.77.0 (#422) @dependabot[bot]
- Bump the dependencies group in /.config with 6 updates (#421) @dependabot[bot]
- Bump the dependencies group in /.config with 6 updates (#417) @dependabot[bot]
v25.5.0
Bugfixes
- Update scaffolded modules to avoid sanity errors (#413) @Qalthos
- Enable junit.xml reporting to codecov.io (#408) @Qalthos
- Add merge_group handler for tox workflow (#411) @Qalthos
Maintenance
- Bump the dependencies group in /.config with 3 updates (#416) @dependabot[bot]
- Bump the dependencies group in /.config with 8 updates (#415) @dependabot[bot]
- Bump the dependencies group in /.config with 11 updates (#414) @dependabot[bot]
- Bump the dependencies group in /.config with 9 updates (#412) @dependabot[bot]
- chore: pre-commit autoupdate (#410) @pre-commit-ci[bot]
- Bump the dependencies group in /.config with 7 updates (#409) @dependabot[bot]
- Bump @devcontainers/cli from 0.75.0 to 0.76.0 (#407) @dependabot[bot]
v25.4.1
Enhancements
- Refactor plugin tests in test_add.py (#404) @shatakshiiii
- Remove redundant fixtures from tests/fixtures/common directory (#403) @shatakshiiii
Bugfixes
- Comment out scheduled cron job in github action workflow file (#402) @shatakshiiii
- Fix podman devcontainer (#401) @cidrblock
v25.4.0
v25.3.1
Enhancements
- Ensure ansible-creator references current devspaces container (#388) @shatakshiiii
- Scaffold a test plugin in an existing ansible collection using add subcommand. (#377) @shvenkat-rh
Bugfixes
- Updated the Installing.md docs and updated the sample_test.py.j2 file (#386) @shvenkat-rh
- Refactor plugin templates to rename the scaffolded file and plugin name in the same (#383) @shvenkat-rh
v25.3.0
Enhancements
- Scaffold an execution-environment project using init subcommand (#368) @shatakshiiii
- Refactor developer docs (#370) @shatakshiiii
- Update Ubuntu Version to Ubuntu 24.04 (latest) (#369) @shvenkat-rh
- Scaffold a generic module plugin in an existing ansible collection using add subcommand. (#365) @shvenkat-rh
Bugfixes
v25.0.0
Enhancements
- Scaffold action plugin through add subcommand (#348) @shatakshiiii
- Update scaffolded galaxy file in a collection: Add ansible.utils as a dependency (#352) @shatakshiiii
v24.12.1
v24.12.0
Enhancements
- Add support to scaffold devcontainer (#320) @tanwigeetika1618
- Scaffold filter plugin through add subcommand (#332) @shatakshiiii
- Scaffold lookup plugin through add subcommand (#327) @abhikdps