Subscribe to our RSS feed or by email to receive automatic notifications when new releases are published. Get notified when we ship new features and improvements.
May 7, 2025

6.0.3

Platform 6.0.3 is a maintenance release containing enhancements, bug fixes, and security updates.

FeatureDescription
Cross-workflow task copy and paste (ENG-9862)Users can now copy and paste workflow tasks between different workflows, including those in projects. This enhancement extends the existing copy/paste functionality beyond a single workflow canvas, enabling users to reuse task configurations across multiple workflows and improving overall workflow development efficiency.
workflow_builder API endpoint examples (ENG-9923)Enhancements have been made to the examples used in the documentation for the /workflow_builder/ API endpoint. These improvements provide clearer guidance and facilitate a better understanding for users, ultimately leading to a more effective use of the API.
Trigger form data persistence (ENG-10754)The system now ensures that valid form data within triggers remains persistent even after updates are made to the corresponding JSON form. This enhancement bolsters data integrity and significantly improves user workflow efficiency.
Duplicate project unique name prompt (ENG-10787)A new dialog feature has been introduced that prompts users to enter a unique name when duplicating a project, thereby improving the user experience and ensuring clarity when naming projects.
FeatureDescription
Project import duplicate asset reference fix (ENG-7974)An issue was discovered that allowed users to import a Project successfully, but all asset-references were broken if another user attempted to import the same project into the same Itential Platform environment. The duplicate project checks have been updated to accurately identify duplicate projects that are not accessible by the current user, thereby improving the user experience.
Create group API role assignment (ENG-9372)A bug was fixed where groups and roles that were added to a custom group using the create group API were not accurately reflected for users in the new group. This fix ensures that the user permissions and roles are correctly assigned and displayed.
Adapter DEGRADED status auto-recovery (ENG-9757)An issue was resolved where adapters that were in a DEGRADED status did not automatically revert to Online status upon restoration of connection. A code fix has been implemented to facilitate automatic recovery from the degraded state, ensuring a seamless transition back to normal operational status.
Profile migration script default values (ENG-10245)A defect was fixed in the migration scripts for Itential Platform Profiles. Previously, default values were being added, which did not align with the updated requirements for new Profiles that no longer necessitate any values. This fix ensures the migration process aligns with the updated requirements.
Operations Manager child job 404 error (ENG-10692)A bug was identified where attempting to access a child job via the Operations Manager UI using the right-click menu for the task resulted in a 404 error. This issue has been resolved, and now clicking the “Open” button will successfully navigate to the intended child job without any errors.
Task worker shutdown scheduled task impact (ENG-10795)An issue was resolved where stopping the Task Worker negatively impacted the ability to manage scheduled tasks on an instance. This issue persisted until the instance was restarted. The fix ensures that the scheduled tasks can be handled without requiring a restart after stopping the Task Worker.
Redis credentials logged on shutdown (ENG-10897)In rare instances during the shutdown process, the Platform had the potential to log Redis credentials inadvertently. A fix has been successfully implemented to prevent this from occurring, thereby enhancing security and protecting sensitive information.
UpdateForm API invalid ID crash (ENG-11035)An issue was discovered that allowed users to inadvertently input an invalid ID into the UpdateForm API, which caused app-json_forms to unexpectedly stop working. This problem has been resolved through the implementation of input validation measures, ensuring that such invalid entries are no longer possible.
Workflow task add performance with many adapters (ENG-11131)In scenarios where numerous adapters have been installed, users may experience a freezing issue when attempting to add tasks to a workflow. To address this concern, significant enhancements have been implemented in the workflow rendering process, which has resulted in significant performance improvement when a task is added to the workflow.
FeatureDescription
body-parser amplification in Pronghorn Core (ENG-10623)When running security scans, it showed affected versions of the body-parser library in Pronghorn Core were vulnerable to Asymmetric Resource Consumption (Amplification) risks. Upgraded the package dependency to 1.20.3 to resolve this vulnerability.