v1.1 Release Notes¶
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
- Fixed AnsibleController.external_integration by converting it from a ForeignKey to a OneToOneField to enforce uniqueness.
v1.1.0 (2025-12-22)¶
Added¶
- Added Playbook, Project and Description for the AnsibleControllerJobTemplate.
- Added inline action to enable jobs in Ansible controller.
- Added verbosity selection on Ansible job form if the AWX template has "Prompt on launch" enabled.
- Added ability to not truncate output from the AWX job run.
Fixed¶
- Fixed AnsibleController.external_integration by converting it from a ForeignKey to a OneToOneField to enforce uniqueness.
- Fixed issue when running "makemigrations" or "migrate" trying to access database.
- Fixed issue of failing to refresh jobs when not all jobs are imported.