| Conditional logic for missing network OS (ENG-314) | Updated the conditional logic of itential_set_config to avoid undefined errors when ansible_network_os is not provided. |
| Private Galaxy server credentials passthrough (ENG-4476) | When installing an Ansible collection from a private Galaxy server, the server URL and token were not passed to the install command, causing it to fail. Updated Automation Gateway Collections to correctly pass server parameters for specific Galaxy servers. |
| Netmiko missing id field failure indicator (ENG-4418) | When executing a Netmiko device in the itential_set_config role, the id field in properties is required, unlike Ansible devices. Updated the Ansible runner so that when a Netmiko device is used without an id field, a pop-up now appears indicating the reason for the failure. |
| Golden Config Remediation response accuracy (ENG-3383) | When using the Golden Config Remediation feature in Configuration Manager, an error was encountered but the task still appeared to complete successfully. Fixed an issue where the response builder in itential_set_config included an undefined parameter, ensuring the task now returns correct results without errors. |