Releases: ansible/ansible-navigator
Releases · ansible/ansible-navigator
v3.3.1
Bugfixes
- Set user to root with podman (#1539) @cidrblock
- Fix building of dynamic configuration section (#1538) @ssbarnea
- Display sidecar plugin in the collections list (#1531) @shatakshiiii
v3.3.0
Minor Changes
- Update ansible-builder version (#1530) @shatakshiiii
- Test sidecar filter plugin doc (#1522) @shatakshiiii
Bugfixes
- Add support for all plugin_types (#1515) @shatakshiiii
- Include only major version inside schema generation (#1513) @shatakshiiii
v3.2.0
Minor Changes
- Compatibility with ansible-builder v3 (#1503) @cidrblock
This will be an upstream only release.
v3.1.0
Minor Changes
- Update creator-ee version to 0.17.0 (#1484) @shatakshiiii
Bugfixes
- Fix issues while cataloging collections (#1499) @cidrblock
- Fix for exec (#1496) @cidrblock
- Adjust Docs For Ansible Vault (#1494) @timway
- Allow extra parameters when playbook is defined in configuration/settings file (#1474) @shatakshiiii
v3.0.2
Bugfixes
- Require py3.9 or later (#1478) @cidrblock
v3.0.1
Bugfixes
- Update schema (#1472) @cidrblock
v3.0.0
Major Changes
- Drop python 3.8 support (#1453) @shatakshiiii
Minor Changes
- Update creator-ee version to v0.14.1 (#1460) @cidrblock
- Add json output for images subcommand (#1433) @shatakshiiii
- Add
enable_prompts
parameter for run subcommand (#1419) @shatakshiiii - Add json output for collections subcommand (#1420) @cidrblock
- Add label check for EE (#1317) @cidrblock
- Update to creator-ee v0.9.2 (#1310) @cidrblock
- Remove towncrier and related files (#1313) @cidrblock
Bugfixes
- Adopt PEP-621 packaging (#1468) @ssbarnea
- Remove share directory (#1467) @cidrblock
- Add support to direct access a playbook provided by a collection for :run subcommand (#1440) @shatakshiiii
- CommandAsync should not discard event (#1436) @eamigo
- Runner artifact cleanup (#1438) @eamigo
- Convert sphinx based documentation to mkdocs (#1450) @ssbarnea
- ansible-navigator for all (#1432) @gundalow
- Ensure volume mounted collections are identified as
bind_mount
(#1416) @cidrblock - Move directory containing grammar files into source tree (#1408) @cidrblock
- Move directory containing theme and terminal colors into the source tree (#1406) @cidrblock
- Update to creator-ee v0.12.4 (#1401) @cidrblock
- Avoid importlib contents deprecation (#1390) @cidrblock
- Add support for more volume mount options (#1342) @shatakshiiii
- Disable cspell allowCompoundWords (#1333) @shatakshiiii
- Update exec action to return with correct exit code (#1330) @shatakshiiii
- Update macOS installation instructions (#1322) @jdandrea
- Simplifies
VolumeMount
class and Resolve paths to accept~
in volume mount (#1319) @shatakshiiii - Diagnostics file permissions (#1316) @shatakshiiii
v2.2.0
Minor Changes
- Update fixtures for creator-ee v0.9.1 (#1301) @cidrblock
Bugfixes
- Remove execution image default from schema (#1304) @cidrblock
- Remove lxml test dependency (#1250) @ssbarnea
- Exempt macOS from a
/dev/queue
check whenpodman
is the container engine (#1247) @cidrblock
v2.1.0
v2.0.0
New features in v2.0.0
- Added the
settings
subcommand to review the current settings by @alisonlhart and @thedoubl3j - Added the
builder
subcommand to manage execution environment builds by @ganeshrn - Added the
exec
subcommand to run commands within an execution environment by @cidrblock - Added the
lint
subcommand to lint your playbooks withansible-lint
by @relrod - Automatic settings file updating by @cidrblock
- Added roles to the
:collections
view by @cidrblock - UI updates, better error messages, better help, and LESS SCREAMING by everyone
Major changes to the settings file in v2.0.0
The settings file structure had some big changes leading up to v2.0.0, if everything goes
well, ansible-navigator
should update your settings file for you. It's the right thing to do.
Generating a sample settings file is as easy as ansible-navigator settings --sample
- Added
time_zone
for playbook artifact creation and logging - Moved
ansible.inventories
toansible.inventory.paths
- Moved
documentation
toansible.doc
- Moved
help_*
out of the settings root - Moved
playbook
toplaybook.path
- Moved
pull_policy
topull.policy
- Switched from 'label' to 'options' for execution environment volume mounts
Minor changes and bug fixes
- See the pre-releases for minor and bug fixes
The full changelog can be found here: https://ansible-navigator.readthedocs.io/en/latest/changelog/