Releases: ansible/ansible-dev-environment
Releases · ansible/ansible-dev-environment
v25.5.0
v25.4.0
Enhancements
- Allow user specified python interpreter (#320) @cidrblock
- Allow user specified ansible-core version (#319) @cidrblock
- Enable cli tab completion (#317) @cidrblock
- Add environment variable support for select parameters (#315) @cidrblock
- Add isolation options (#313) @cidrblock
- Update Ubuntu Version to Ubuntu 24.04 (latest) (#298) @shvenkat-rh
Bugfixes
- Fix optional dependency installation (#322) @cidrblock
- Disable output formatting with
--no-ansi
(#318) @cidrblock - Utilize uv if available for all python pkg installations (#306) @cidrblock
v25.1.0
Enhancements
- Use uv venv instead of python venv when available (#278) @ssbarnea
- Make use of .venv environment implicit if none is active (#276) @ssbarnea
- Replace -adt/--ansible-dev-tools argument with --seed (#274) @ssbarnea
Bugfixes
- Ensure we display all information about failed processes (#286) @ssbarnea
- Prevent execution with broken PATH variable (#281) @ssbarnea
- Make seed option implicit and add --no-seed (#280) @ssbarnea
- Remove ambiguous option --ve for providing the virtueanenv name (#277) @ssbarnea
- Fix test failure with pyenv or mise pythons (#275) @ssbarnea
v24.12.0
v24.9.0
Enhancements
- docs: add Communication section (#248) @Andersson007
v24.7.0
Bugfixes
- Updated cspell dictionary and removed unneeded values (#224) @alisonlhart
v24.4.4
Bugfixes
- Add some tests (#160) @cidrblock
v24.4.3
Minor Changes
- Add ansible-dev-tools install into venv
--ansible-dev-tools
(#149) @cidrblock
v24.4.2
Bugfixes
- Fix for galaxy with system site packages (#147) @cidrblock
v24.4.1
Bugfixes
- Allow collection install if source is not yet a git repository (#144) @cidrblock