Pipelines 1.54.0

JFrog Release Information

ft:sourceType
Paligo

New Features

  • Run Page - Code

    Added GitRepo resource overview in the Code tab to list the GitRepo resources.

    CodeSonarQube.png
  • Distribution Template

    Added template support for distributing Release Bundles to the Artifactory edge node.

  • AWS Instance Metadata Service Version 2

    Added support to allow AWS IMDS V2 while creating instances.

Feature Enhancements

  • Artifactory Integration (Deprecation)

    Artifactory Integration will be deprecated as announced in Artifactory version 7.47.10, hence we recommend migrating from Artifactory Integration to JFrog Platform Access Token Integration.

    Updated JFrog Platform Access Token (PAT) Integration by incorporating the Artifactory URL field to enhance Artifactory utilization through PAT.

    PATIntegration.png

    Note

    Existing Artifactory Integration Users

    Edit the existing Artifactory Integration to migrate to the JFrog Platform Access Token Integration. On successful migration, existing pipelines definition such as, steps and resources work as expected (the name of the integration remains the same thus avoiding any need for a change). Refer to Artifactory Integration.Artifactory Integration

    PATMigration.gif
  • Insights - Step Execution Overview

    Updated Step Execution Overview metric to show failed runs along with existing successful runs for the comprehensive overview.

    StepExecutionOverview.png
  • Run Page Overview

    Redesigned Run page overview.

    Run_Page_Overview.png

Resolved Issues

  • Vault to Access Migration on-premise

    For upgrades in on-premise installer, default flags are not set for access to vault migration.

    If access flags are not passed while installing or upgrading, the following flags should be set in system.yaml to use vault in on-premise installer.

    shared:
      access:
        enableVaultToAccessMigration: false
        shouldJustUpdateAccess: false
        shouldReadFromVault: true
  • Run Dashboard - Node ID

    Fixed Node ID pointing to the wrong target.

  • Run Page - Tests

    Fixed an issue related to tests that were not showing in the Run dashboard under certain conditions where the previous run test information was absent for trends.

  • Update a Project Integration API

    Fixed an issue related to PUT api/v1/projectIntegrations/{projectIntegrationId} API. The value parameter must be not empty if "isRecreated": true is sent in the body. To learn more, refer to Update a Project Integration API.Update a Project Integration