New Features
Run Page - Code
Added GitRepo resource overview in the Code tab to list the GitRepo resources.
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.
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.
Insights - Step Execution Overview
Updated Step Execution Overview metric to show failed runs along with existing successful runs for the comprehensive overview.
Run Page Overview
Redesigned Run page overview.
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.