Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Docker Plugin

    • FLEXDEPLOY-6064 - Added a new operation to pull an image from a remote Docker container registry e.g. Docker Hub, Amazon ECR, or Microsoft ACR. User can pull the image with one or more tags.

    • FLEXDEPLOY-10745 - Added new input Target Tag Name in the tagImage operation, and it's mandatory input.

    • FLEXDEPLOY-10745 - Updated the order of precedence for 'Docker Registry Account'. Now Plugin input (FDDKR_INP_REGISTRY_ACCOUNT_CODE) will take precedence over Target property (FDDKR_REGISTRY_ACCOUNT_CODE), it's applicable for all the operations of the Docker plugin, wherever 'Docker Registry Account' is in use.

  • Kubernetes Plugin

    • FLEXDEPLOY-11441 - Kubernetes Plugin now supports manifest file-based deployment to OCI (Oracle Cloud) managed Kubernetes cluster.

  • Helm Plugin

    • FLEXDEPLOY-11443 - Helm Plugin now supports Helm Chart-based deployment to OCI (Oracle Cloud) managed Kubernetes cluster.

  • Oracle BI Plugin

    • FLEXDEPLOY-6388 - Added Java 11 compatibility.

  • Oracle Transaction BI Plugin

    • FLEXDEPLOY-6388 - Added Java 11 compatibility.

  • Oracle Analytics Cloud Plugin

    • FLEXDEPLOY-6388 - Added Java 11 compatibility.

  • Jython Plugin

    • FLEXDEPLOY-11779 - executeCode and executeCodeFile operations now can be used with Packaged-based projects.

Resolved Issues

  • FLEXDEPLYOYFLEXDEPLOY-11505 - Resolved Artifactory Integration Test Connection to work with users that have only repository access.

  • FLEXDEPLOY-11637 - Resolved an issue where EMAIL function usage in Groovy script causes Internal Error - Invalid API Invocation, transaction already in progress. Found: API Transaction.

  • Salesforce

    • FLEXDEPLOY-11744 - Resolved an issue where the Salesforce Deployment summary shows 1 test success even though no test cases were executed.

  • Folders

    • FLEXDEPLOY-11868 - Resolved an issue where the Delete of folder notification was incorrectly checking update permission instead of delete.

  • Projects

    • FLEXDEPLOY-11097 - Fixed a rare issue that would sometimes cause a Utility Request form to not display newly created environments without a screen refresh.

    • FLEXDEPLOY-11438 - Resolved an issue causing table filters to not apply on both the execution tasks tab and request tasks tab.

    • FLEXDEPLOY-11475 - Resolved an issue causing the selected Pre-deploy workflow to not be displayed on the Project configuration if the user did not have READ Workflow access.

    • FLEXDEPLOY-11540 - ITS, Branches, and Replacements no longer show as valid copy project options when copying a Utility Project.

    • FLEXDEPLOY-11613 - Resolved an issue causing the committed user filter to not work on the execution files tab.

    • FLEXDEPLOY-11771 - Resolved an issue on the Execution Details page that would cause the header status to not refresh if it was in Queued status.

    • FLEXDEPLOY-11799 - All inputs will now be shown in the Invoke Workflow step in the Project Execution Details view. Previously only inputs with a value were shown.

    • FLEXDEPLOY-11817 - Resolved a NullPointerException that could occur when creating a project from a blueprint in some cases.

    • FLEXDEPLOY-11859 - Unassigning a workflow from a project without assigning a new one would not remove the workflow property set from the Target Group configured on the project.

  • Project Package

    • FLEXDEPLOY-11411 - The Sequence All Files action is now disabled for dynamic packages.

  • Project Triggers

    • FLEXDEPLOY-10874 - Resolved an issue that would rarely cause the 'Upcoming project execution date' to be in the past.

  • Topology

    • FLEXDEPLOY-11344 - Inactivating or Activating a Target Group from the list page will now correctly remove it from the list if it no longer matches the active/inactive filter.

    • FLEXDEPLOY-11676 - Resolved an issue where the User with Delete endpoint permission is getting an error - User does not have delete permission for Endpoint.

    • FLEXDEPLOY-11713 - A more accurate error message is now displayed when trying to delete an Environment that has been used in Workflow Requests.

    • FLEXDEPLOY-11727 - Target groups now get added to recent access when clicking on the row instead of opening the edit popup.

  • Release and Pipeline Management

    • FLEXDEPLOY-11104 - The "Differences Only" checkbox, found on snapshot comparisons and gate details, logic has been adjusted to more accurately show what will be deployed.

    • FLEXDEPLOY-11311 - Configuring the Pipeline on a Release required both Configure Pipeline permission and Read Pipeline global permission. For 8.0 the Read Pipeline global permission requirement has been removed.

    • FLEXDEPLOY-11494 - Copy stage gates/steps are now disabled if the stage has no gates or steps.

    • FLEXDEPLOY-11568 - Resolved an issue causing Gate and Step execution positions to potentially display in random order.

    • FLEXDEPLOY-11600 - Resolved an issue in the create snapshot popup where clicking the pending snapshot link would not open in certain cases.

    • FLEXDEPLOY-11746 - FLEXDEPLOY.createReleaseProject now clearly indicates whether the Package is not found or is inactive.

    • FLEXDEPLOY-11767 - Resolved a NullPointerException in Wait Step when a valid wait seconds value is returned but as Long or String data type.

  • Groovy

    • FLEXDEPLOY-11759 - Resolved an issue with the groovy formatter that would incorrectly put a space between the != operator.

  • Notification Templates

    • FLEXDEPLOY-9821 - Resolved an issue causing the Notification Templates List page to not refresh when re-assigning events or creating new templates.

    • FLEXDEPLOY-11869 - Copy Notification Template is now hidden if the user does not have Create permission.

  • Integrations

    • FLEXDEPLOY-10649 - Resolved a regression issue where out-of-the-box Change Management Systems no longer allowed adding custom Ticket Fields.

    • FLEXDEPLOY-11527 - Resolved a NullPointerException that occurred during the test connection for OCI Cloud Account when the private key file format was invalid.

  • Webhook

    • FLEXDEPLOY-11248 - Resolved an issue where the actor was being set incorrectly on Outgoing Webhook Messages for multiple event types.

    • FLEXDEPLOY-11249 - Resolved an issue that caused outgoing and incoming webhook log messages to not refresh.

    • FLEXDEPLOY-11781 - A few missing fields in outgoing webhook payloads have been added. Notably pipelineExecutionId from the Pipeline Stage Completed event and snapshot.createdBy and snapshot.createdOn in the Snapshot Completed event.

  • Groups

    • FLEXDEPLOY-11523 - Resolved an issue while adding group members. If a new user was created from the drop-down it would be selected.

  • WebLogic Plugin

    • FLEXDEPLOY-11590 - Resolved an issue in the WebLogic restart domain operation that caused excluded servers to be restarted as though not in the list when multiple comma-separated server names were provided.

  • Subversion Plugin

    • FLEXDEPLOY-11660 - Resolved an issue with the Subversion plugin Tag operation where Tag Path input would cause a StringIndexOutOfBoundsException if it did not end with '/'.

  • SonarQube Plugin

    • FLEXDEPLOY-11683 - startSonarScan operation will no longer generate scan results. To generate scan results use analyzeCode or retrieveScan operations.

  • PMD Plugin

    • FLEXDEPLOY-11684 - Rule File Name as input or project property will correctly work when the path contains spaces.

  • Checkmarx Plugin

    • FLEXDEPLOY-11689 - Resolved an issue where Scan Results were generated only when an XML report was requested.

    • FLEXDEPLOY-11766 - Resolved an issue where Failed scan can result in “JSONObject["details"] is not a string”.

  • HP Test Plugin

    • FLEXDEPLOY-11732 - Resolved an issue in executeUFT operation where Application Path was still required even when VB Script was being passed in.

    • FLEXDEPLOY-11751 - Resolved an issue where executeUFT operation would fail if the VB Script path contained a space.

  • Microsoft Teams Plugin

    • FLEXDEPLOY-11782 - For userSendNotifcation and teamSendNotification operation an appropriate validation error is thrown if the password grant type is not set on the Messaging Account.

...