Major Changes
- Move
help_*
out of settings root (#1104) @cidrblock - Move
ansible.invetories
toansible.inventory.paths
(#1103) @cidrblock - Move playbook to playbook.path (#1100) @cidrblock
- Enable the use of
time_zone
for playbook artifact creation (#1085) @cidrblock - Switch from 'label' to 'options' for ee volmount (#1075) @cidrblock
- Move pull_policy to pull.policy (#1029) @cidrblock
Minor Changes
- Update
:config
to look more like:settings
(#1101) @cidrblock - Runtime JSON Schema validation of settings file (#1099) @cidrblock
- Add
settings --schema
support (#1093) @cidrblock - Add ansible.builtin to collections (#1090) @cidrblock
- Enable the use of
time_zone
for logging (#1086) @cidrblock - Implement the
:settings
subcommand (#1073) @alisonlhart - Add pull_arguments (#952) @cidrblock
- Allow unicode character output for json and yaml in TUI (#944) @cidrblock
- Notification in
run
: Preparing for automation, please hold on (#948) @cidrblock - Add builder subcommand to manage EE builds (#848) @ganeshrn
exec
subcommand (#624) @cidrblock- change default execution environment image (#605) @ganeshrn
- Detailed installation instructions for linux/macos/windows (#593) @cidrblock
Bugfixes
- Collections fix, always mount the doc cache (#1062) @cidrblock
- Introduce small delay in stdout dequeue read loop (#968) @cidrblock
- Avoid duplicate mounts when collection doc cache is in the CWD (#972) @cidrblock
- Error out when
/dev/mqueue/
doesn't exist and container engine ispodman
with EE support enabled (#866) @cidrblock - Use tox lint job and document it (#708) @ssbarnea
- set task duration to zero if None (fixes #598) (#627) @thedoubl3j
- Update __task when runner event is in
ok
,skipped
,unreachable
andfailed
state (#597) @priyamsahoo