Changelog Overview
  • 19 Feb 2024
  • Dark
    Light
  • PDF

Changelog Overview

  • Dark
    Light
  • PDF

Article Summary

2023.1.7.2 Maintenance Release

Changelog Overview

  • 2 Improvements
  • 43 Bug Fixes
  • 1 Security Fixes
  • 30 Chores
  • 7 Tests
  • 83 Total Tickets

Improvements

  • adapter-azure_aaa:1.5.1-2023.1.3 [12-22-2023] - Updated the Azure AAA adapter to retrieve user data instead of generic application data.
  • app-mop:6.12.0-2023.1.12 [11-02-2023] - The 'RunCommandTemplate' API response now returns JSON stringified error objects.

Bug Fixes

  • adapter-azure_aaa:1.5.1-2023.1.2 [11-28-2023] - Updated the Azure adapter to look for groups via unique user id.
  • adapter-nso:7.8.39-2023.1.16 [01-05-2024] - Used base64 encoding for the itential-tool. Also, decoded the encoded data in adapter-nso to prevent any potential conflicts when a device configuration contains double quotes.
  • adapter-nso:7.8.39-2023.1.15 [12-04-2023] - Corrected output name for addToAuthGroup task.
  • app-admin_essentials:4.1.1-2023.1.41 [12-22-2023] - Fixed column styling to remove ellipsis in the Profile Applications grid.
  • app-admin_essentials:4.1.1-2023.1.40 [12-22-2023] - Fixed issue saving empty number inputs in Profile form.
  • app-admin_essentials:4.1.1-2023.1.39 [12-21-2023] - Fixed a bug in the Current Operations card container. The delete confirmation banner now displays correctly in the footer of the dialog.
  • app-ag_manager:1.19.0-2023.1.4 [12-12-2023] - Added extra debug logs to AGManager.
  • app-automation_studio:4.15.0-2023.1.167 [12-22-2023] - Fixed an issue where the 'errors' array on a Pre-built workflow was incorrectly set to 'null' on import of a Pre-built.
  • app-automation_studio:4.15.0-2023.1.166 [12-18-2023] - Fixed the variable value input not providing a text input when the variable type was set to 'String'.
  • app-automation_studio:4.15.0-2023.1.165 [12-11-2023] - Added a local state to track the variable type being passed to the EnumInput component.
  • app-automation_studio:4.15.0-2023.1.164 [12-11-2023] - Updated Dynamic Dropdowns to be configurable with multiple dependencies.
  • app-automation_studio:4.15.0-2023.1.163 [12-07-2023] - Fixed childJob task configuration bugs that led to invalid workflow states.
  • app-automation_studio:4.15.0-2023.1.161 [11-29-2023] - In DropdownFieldEditor, added ternary for the enum value inside of setField when the Dynamic radio option is selected.
  • app-automation_studio:4.15.0-2023.1.160 [11-29-2023] - Improved handling of large workflows in the search workflows endpoint.
  • app-automation_studio:4.15.0-2023.1.159 [11-28-2023] - Fixed a bug causing the UI to crash when opening the task details panel.
  • app-automation_studio:4.15.0-2023.1.158 [11-27-2023] - Dynamic dropdowns that use dependencyWidget are now compatible with JSTs.
  • app-automation_studio:4.15.0-2023.1.155 [11-16-2023] - Dropdown options configured within Schema Combinations now render correctly.
  • app-automation_studio:4.15.0-2023.1.154 [11-15-2023] - Fixed an issue where setting the workflow in a childJob task did not properly update the variables object in the task data.
  • app-automation_studio:4.15.0-2023.1.153 [11-14-2023] - Improved the error message that returns when a workflow or pre-built import fails during validation; also updated workflow validation in Workflow Builder to prevent an application crash.
  • app-automation_studio:4.15.0-2023.1.151 [11-08-2023] - Added isOverlayPanelClicked context to determine if the addValueToSchemas() function is needed to run inside jobVariableSelect.
  • app-automation_studio:4.15.0-2023.1.150 [11-07-2023] - Updated the name variable to display as a static text input for 'newVariable' tasks.
  • app-configuration_manager:3.102.0-2023.1.33 [12-07-2023] - Fixed an issue where unreachable Golden Configuration rules were not discarded properly.
  • app-configuration_manager:3.102.0-2023.1.32 [11-13-2023] - Fixed a pagination issue in the device selection component.
  • app-json_forms:1.36.0-2023.1.22 [12-01-2023] - Updated the Rodeo UI dependency to fix bug in the showJsonForm task.
  • app-json_forms:1.36.0-2023.1.21 [11-16-2023] - Added customKey as a valid property to the File Upload field schema.
  • app-lifecycle_manager:1.26.0-2023.1.28 [12-06-2023] - Removed unused polling requests for workflows and transformations.
  • app-mop:6.12.0-2023.1.14 [11-29-2023] - Fixed a bug that prevented command templates from being saved.
  • app-mop:6.12.0-2023.1.13 [11-16-2023] - Fixed an issue that prevented command templates from being cloned.
  • app-operations_manager:1.178.0-2023.1.89 [11-21-2023] - Improved IAP log output.
  • app-service_catalog:3.13.0-2023.1.3 [11-17-2023] - Corrected the pronghorn.json schema.
  • app-workflow_builder:5.46.0-2023.1.39 [12-07-2023] - Fixed an issue where the 'renameWorkflow' endpoint was not returning the modified document in the response.
  • app-workflow_builder:5.46.0-2023.1.38 [11-28-2023] - Added filter to getTask method to exclude task description as a dropdown option in the evaluation task.
  • app-workflow_builder:5.46.0-2023.1.37 [11-27-2023] - Reduced the amount of data retrieved by the childJob task from the workflow search API.
  • app-workflow_builder:5.46.0-2023.1.36 [11-22-2023] - Added support for job variable assignment in the transformation task and child job task loops.
  • app-workflow_builder:5.46.0-2023.1.34 [11-14-2023] - Adjusted the exportWorkflow schema standards in pronghorn.json to require _id or name, but if name is provided, allow the type.
  • app-workflow_builder:5.46.0-2023.1.33 [11-14-2023] - Fixed an issue that prevented users from selecting text in the search input field.
  • app-workflow_builder:5.46.0-2023.1.32 [11-11-2023] - Improved the error message that returns if a workflow or pre-built fails its validation check during import; additionally, validation failure during the import process no longer causes an application crash.
  • app-workflow_builder:5.46.0-2023.1.31 [11-09-2023] - Workflow groups returned via search are now automatically expanded.
  • app-workflow_engine:10.2.1-2023.1.81 [01-09-2024] - Updated handling of job variables with invalid names in the Gen 1 canvas.
  • app-workflow_engine:10.2.1-2023.1.80 [01-05-2024] - Fixed an issue where some looping child job iterations were not marked as complete on the parent job, causing the childJob task to be stuck in a running state.
  • app-workflow_engine:10.2.1-2023.1.79 [01-04-2024] - Updated handling of job variables with invalid names in the Gen 1 canvas.
  • app-workflow_engine:10.2.1-2023.1.77 [12-21-2023] - Fixed a bug that prevented child jobs from finishing execution.
  • pronghorn-core:14.2.1-2023.1.67 [12-22-2023] - Added versions to UI-only apps.

Security Fixes

  • pronghorn-core:14.2.1-2023.1.64 [11-20-2023] - Updated JSON Web Token (JWT) to latest version to fix security vulnerability issues.

Chores

  • adapter-nso:7.8.39-2023.1.17 [01-11-2024] - Corrected a pipeline error.
  • adapter-nso:7.8.39-2023.1.14 [11-22-2023] - Removed all NSO 5 checks.
  • app-automation_catalog:2.13.0-2023.1.5 [12-13-2023] - Removed icon definitions for deprecated applications.
  • app-automation_studio:4.15.0-2023.1.168.3 [02-16-2024] - Removed the feature erroneously added regarding the Transformation getProperty and setProperty logic to allow for getting and setting nested properties.
  • app-automation_studio:4.15.0-2023.1.168.1 [02-05-2024] - Reverted a previous fix regarding re-importing a Pre-Built that causes an error when trying to run an automation.
  • app-automation_studio:4.15.0-2023.1.168 [01-02-2024] - Updated jst and jst-designer dependencies to latest version.
  • app-automation_studio:4.15.0-2023.1.162 [12-04-2023] - Improved test reporting in the pipeline.
  • app-automation_studio:4.15.0-2023.1.157 [11-22-2023] - Updated JST dependencies to latest version.
  • app-automation_studio:4.15.0-2023.1.152 [11-11-2023] - Fixed an issue with baseURL not being set correctly in tests.
  • app-jst:1.11.0-2023.1.23.1 [02-16-2024] - Removed the feature erroneously added regarding the Transformation getProperty and setProperty logic to allow for getting and setting nested properties.
  • app-jst:1.11.0-2023.1.23 [01-02-2024] - Updated JST dependency to the latest version.
  • app-jst:1.11.0-2023.1.21 [11-22-2023] - Updated JST dependency to latest version.
  • app-lifecycle_manager:1.26.0-2023.1.29 [12-08-2023] - Created a new local test environment.
  • app-lifecycle_manager:1.26.0-2023.1.27 [11-14-2023] - Removed local CI job that was overriding an included job that no longer exists.
  • app-lifecycle_manager:1.26.0-2023.1.26 [11-06-2023] - Improved pipeline test reporting.
  • app-operations_manager:1.178.0-2023.1.93.1 [02-16-2024] - Removed the feature erroneously added regarding the Transformation getProperty and setProperty logic to allow for getting and setting nested properties.
  • app-operations_manager:1.178.0-2023.1.93 [01-02-2024] - Updated jst dependency to latest version.
  • app-operations_manager:1.178.0-2023.1.92 [12-01-2023] - Created a new local test environment.
  • app-operations_manager:1.178.0-2023.1.91 [11-28-2023] - Fixed an issue with baseURL not being set correctly in tests.
  • app-operations_manager:1.178.0-2023.1.90 [11-22-2023] - Updated JST dependency to latest version.
  • app-service_management:2.25.0-2023.1.4 [11-15-2023] - Automating regression test.
  • app-workflow_builder:5.46.0-2023.1.41.2 [02-16-2024] - Removed the feature erroneously added regarding the Transformation getProperty and setProperty logic to allow for getting and setting nested properties.
  • app-workflow_builder:5.46.0-2023.1.41.1 [02-05-2024] - Corrected issue where eval task did not show previous tasks as referenced in old canvas.
  • app-workflow_builder:5.46.0-2023.1.41 [01-02-2024] - Updated JST dependency to the latest version.
  • app-workflow_builder:5.46.0-2023.1.35 [11-22-2023] - Updated JST dependency to latest version.
  • app-workflow_engine:10.2.1-2023.1.81.1 [02-16-2024] - Removed the feature erroneously added regarding the Transformation getProperty and setProperty logic to allow for getting and setting nested properties.
  • app-workflow_engine:10.2.1-2023.1.78 [01-02-2024] - Updated jst dependency to latest version.
  • app-workflow_engine:10.2.1-2023.1.74 [11-22-2023] - Updated JST dependency to latest version.
  • app-workflow_engine:10.2.1-2023.1.73 [11-07-2023] - Improved test reporting in the pipeline.
  • iap-ui:1.9.1-2023.1.10 [12-22-2023] - Updated Rodeo to use Node version 18.

Tests

  • app-jst:1.11.0-2023.1.22 [11-28-2023] - Added postman collection.
  • app-jst:1.11.0-2023.1.20 [11-16-2023] - Adds api tests.
  • app-workflow_builder:5.46.0-2023.1.40 [12-13-2023] - Updates API tests.
  • app-workflow_engine:10.2.1-2023.1.76 [12-08-2023] - Added test case for childJob task.
  • app-workflow_engine:10.2.1-2023.1.75 [12-08-2023] - Fixed test case.
  • pronghorn-core:14.2.1-2023.1.66 [12-21-2023] - Fixed corrupt data in, 'test-opsmgr-circular' prebuilt and updated logic in another use case to pass reliably.
  • pronghorn-core:14.2.1-2023.1.65 [11-21-2023] - Deleted functional test 89915_showAdapterAndIntegrationRoles.test.js since it moved to app-admin_essentials in PH-130816.

Was this article helpful?

What's Next
Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.