Releases: ansible/ansible-dev-environment
Releases · ansible/ansible-dev-environment
v25.12.2
Maintenance
- chore: Add check for platform versions (#391) @cidrblock
v25.12.1
Maintenance
- chore: Remove json schema as a direct dependency, let builder handle it (#390) @cidrblock
- chore(deps): update all dependencies (#388) @renovate[bot]
- chore(deps): update all dependencies (#387) @renovate[bot]
v25.11.0
Fixes
Maintenance
- chore(deps): update all dependencies (#386) @renovate[bot]
- chore(deps): update all dependencies (#385) @renovate[bot]
- chore(deps): update all dependencies (#384) @renovate[bot]
- chore(deps): update all dependencies (#383) @renovate[bot]
- Update finalize and tox workflows to use main branch (#382) @alisonlhart
- Create sonar-scan.yml base workflow (#376) @alisonlhart
- Set relative_files to true in coverage (#375) @alisonlhart
- chore(deps): update all dependencies (#374) @renovate[bot]
- chore: macos-15 setup-uv deadlock (#370) @ssbarnea
- chore: rename sonar config file (#372) @ssbarnea
- chore: replace dependabot with renovate (#366) @ssbarnea
- Bump actions/setup-python from 5 to 6 (#363) @dependabot[bot]
- Bump the dependencies group in /.config with 8 updates (#364) @dependabot[bot]
- chore: pre-commit autoupdate (#361) @pre-commit-ci[bot]
- Pin tox workflow to circumvent issue with setup-uv and macOS/Python3.10 (#365) @alisonlhart
- Bump the dependencies group in /.config with 13 updates (#360) @dependabot[bot]
- Bump the dependencies group in /.config with 9 updates (#359) @dependabot[bot]
v25.8.0
Bugfixes
- Fix ansible-core version preservation during ansible-dev-tools installation (#356) @cidrblock
Maintenance
- Bump the dependencies group in /.config with 11 updates (#357) @dependabot[bot]
- Bump the dependencies group across 1 directory with 19 updates (#353) @dependabot[bot]
- Bump actions/checkout from 4 to 5 (#355) @dependabot[bot]
v25.7.0
Enhancements
- feat: Change default isolation mode from 'restrictive' to 'cfg' (#345) @cidrblock
- Allow user to specify the version of ADT (#324) @dbrennand
Bugfixes
- docs: Comprehensive README rewrite for professional technical documentation (#346) @cidrblock
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