Released: January 11, 2023
Highlights
Custom Webhooks
Custom Webhooks are Webhooks whose HTTP request headers and payload can be fully customized to adapt to any target service, such as GitHub actions, Gitlab pipelines, Jenkins jobs, Slack, and more. Custom Webhooks trigger events with the format expected by the vendor. For more information, see Custom Webhooks.
Feature Enhancements
Edit the Live Logs Buffer Size
You can now set the Live Logs buffer size using the Artifactory System YAML configuration readBlockSizeKB
. For more information, see Live Logs.
Support to Select Whether an Access Token Gets the "force revocable" Flag in the Access REST API
The "force revocable" flag in the tokens has been removed as a default setting and is now a Boolean parameter called "force_revocable" in the Create Token REST API. When the "force_revocable" param is set to true, we will add the "force_revocable" flag to the token's extension. In addition, a new configuration has been added that sets the default for setting the "force_revocable" default when creating a new token - the default of this configuration will be "false" to ensure that the Circle of Trust remains in place.
Resolved Issues
JIRA Issue | Description |
---|---|
Fixed an issue whereby, when resolving artifacts from a Terraform Smart Remote repository with an external dependency provider, Artifactory served a wrong request. | |
Fixed an issue whereby, when aggregating a repository named 'npm' to a Virtual repository, Artifactory returned the wrong tarball URL. | |
Fixed an issue whereby, when running the PyPI | |
Fixed an issue whereby, when running the RubyGems | |
Fixed an issue whereby, under certain circumstances, CocoaPods Package Indexing failed. | |
Fixed an issue whereby, Docker Max Unique Tags did not relate to the multi-arch image types and deleted tags only depending on the number of tags available in the folder. | |
RTDEV-1824 | Fixed an issue whereby, Exclude patterns were not applied on Remote repositories when fetching artifacts from a Conan remote source. |
RTDEV-28738 | Fixed an issue whereby, the |
RTDEV-28751 | Fixed an issue whereby, under certain circumstances, AQL queries incorrectly returned artifacts from the auto-trashcan. |
RTDEV-27660 | Fixed an issue whereby, when trying to send a test email without reentering the password, Artifactory returned the wrong message. |
RTDEV-27196 | Fixed an issue whereby, the Recalculate Index option did not exist for Federated repositories on the UI Action tab. |
RTDEV-28681 | Fixed an issue whereby, under certain circumstances, when uploading binaries to GCP PrivateLinks as an admin, Artifactory returned a 429 error. |
RTDEV-28449 | Fixed an issue whereby, in the Repository Tree page in the UI, the search box was case-sensitive. |
JA-3908 | Fixed an issue whereby, identity tokens created without a specified expiry date were created with no expiry date instead of the default date. |