Features
- Added a new
process
configuration section for setting up chroot environments and process user. - Introduced the
email_tls
flag in the email configuration to enable TLS for SMTP. - Enabled support for filling task parameters (
limit
,tags
,skip_tags
) via integrations. - Added support for default values in Survey variables.
- Improved Ansible playbook task debugging with selectable verbosity levels (
-v
to-vvvvvv
).
What's Changed
- fix: runner start command after setup + systemd runner sample by @lrizzi in #2912
- fix: use md5 files for each GalaxyRequirementsType by @btravouillon in #2920
- Feature: populate TaskParams from integration extract value by @MIJohnson in #2918
- fix(be):alert email content encoding, support smtp ssl by @mgukov in #2923
- fix: fixes incorrect temp path for inventory by @MIJohnson in #2922
- build(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /web by @dependabot in #2927
New Contributors
- @lrizzi made their first contribution in #2912
- @btravouillon made their first contribution in #2920
- @MIJohnson made their first contribution in #2918
Full Changelog: v2.14.0-beta1...v2.14.0-beta3