February 2025 Maintenance Release
- 05 Feb 2025
-
DarkLight
-
PDF
February 2025 Maintenance Release
- Updated on 05 Feb 2025
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Itential Platform Versions
Consolidated Release Notes
Bug Fixes
This maintenance release of IP includes fixes for bugs that were reported to Itential Product Support.
Key ID | Release Note | Itential Platform Release Version |
---|---|---|
ENG-5272 | When utilizing a childJob task in a revert iteration, the task was not referencing the right data context. It was wrongly referencing the output of a child job task from a previous task iteration instead. To resolve this, updated the task logic to always utilize data from the task document (not the job document) to determine the "job_details" for the childJob task output. |
2023.1.25 |
ENG-5753 | When importing JST pre-builts that contain a property of task.variables.error property, if the property was null then this would result in schema errors and would not import. To resolve this issue, added a check within importAutomations and processAutomations to look for the task.variables.error property and if the property is not a string, remove the property entirely. |
2022.1.34 |
ENG-5861 | Fixed an issue with JSON form elements, where any form layering (container/schema combination) is assumed to be a binding configuration (and fails to parse) when at least one actual binding exists. | 2023.2.14 2023.1.25 2022.1.34 |
ENG-7144 | When querying form data using the dropdown search bar, multiple pages of results return and you have to scroll through them to find the specific data you need. To resolve this issue, updated the rodeo-ui dependendency. The JSON Forms dropdown search now works properly. |
2023.2.14 2023.1.25 2022.1.34 |
ENG-7741 | The Operations Manager createTrigger API now includes the optional legacyWrapper property. Additional documentation can be found here. |
2023.2.14 2023.1.25 |
ENG-7910 | Fixed the setup of the Itential Platform systemd unit file for systemctl restart and systemctl stop , allowing it to clean up its child services and preventing race conditions that resulted in an unclean Redis state. This fix applies to all released versions of Itential Platform. |
2023.2.14 2023.1.25 2022.1.34 |
ENG-8032 | When importing JSON Forms and then running the form via the Preview button, the wrong return value was showing. As it turns out, duplicate dropdown labels were causing the returned values to be incorrect. To fix this issue, updated the rodeo-ui dependendency. Duplicate labels in a dynamic JSON Form are now supported. |
2023.2.14 2023.1.25 2022.1.34 |
ENG-8258 | When a childJob Workflow Input Variables Loop Array is set to a task variable in Automation Studio, opening another child job task without closing the first window will sometimes cause the source to reset to static . Updated the Task Data Workflow Editor to include a unique taskID to reset task data when variables change. |
2023.2.14 2023.1.25 |
ENG-8303 | If a workflow is configured with a JST on a childJob task, it will attempt to inline the entire JST document into the workflow on export. If the JST is missing at the time of export, Worfklow Builder is unable to handle the export and crashes (stops working properly). To resolve this, added a check to ensure the JST exists before attempting to inline the JST document into the workflow. |
2023.2.14 2023.1.25 2022.1.34 |
ENG-8305 | When creating a large number of Golden Configuration tree nodes in Configuration Manager, the pop-over menu for several nodes was hidden in the browser window due to an incorrect menu location. Fixed the menu position to be from "bottom" to "left", so that every node will display their respective pop-over menu correctly. | 2023.2.14 2023.1.25 2022.1.34 |
ENG-8444 | The Automation Gateway adapter was not honoring the base path configuration that allowed it to work with a proxy server that utilizes a non-standard path and the AGManager tasks would error. Updated adapter-automation_gateway by setting the entitypath to work with the basepath configuration. A non-standard base path can now be utilized through a proxy server and AGManager tasks work as expected. |
2023.2.14 |
ENG-8493 | Fixed a bug in processing Integration Models with operationId strings that contained special characters (not a-z, A-Z, or _ ) that was causing the associated tasks to be considered invalid. Workflows that contain tasks from the Integration Model are now valid and run without error. |
2023.2.14 |
ENG-8587 | When attempting to save, import, or run a workflow that contained a JST, workflow validation would error with "Cannot read properties of undefined (reading 'type')". This was due to encoding as a result of the JST being pulled directly from the database. To resolve, added logic to pull and decode the JST from the app-jst application, thereby allowing workflows with JST to run as expected. |
2023.2.14 2023.1.25 2022.1.34 |
Improvements
This section highlights featured improvements to functionality in this maintenance release.
Key ID | Release Note | Itential Platform Release Version Implemented |
---|---|---|
ENG-8204 | When attempting to access the getForms , getFormById , deleteForms and updateForm API endpoints in Itential Platform through tasks, the user was not able to access them. Updated the JSON Form schema to enable all JSON API tasks in Automation Studio. All tasks are now visible and able to run on the canvas. |
2023.2.14 2022.1.34 |
Security Changes
This section highlights fixes and measures to prevent and minimize security risks and vulnerabilities.
Key ID | Release Note | Itential Platform Release Version |
---|---|---|
ENG-6248 | When running security scans, it showed affected versions of the axios package were vulnerable to Regular Expression Denial of Service (ReDoS) via the trim function. Updated axios to version 0.29.0 to resolve security vulnerability. |
2023.2.14 2023.1.25 2022.1.34 |
Was this article helpful?