Released: 18 March, 2024
Feature Enhancements
Go Virtual Repositories Performance Improvement
Added Go Remote VCS repositories requests caching using local cache to reduce remote API calls and avoid rate limits.
Get Federated Repository Status V2 API
This enhanced version of the existing API endpoint supports a wider range of statuses. For more information, see Get Federated Repository Status (v2).
Perform recovery on repository Federation
It is now possible to perform a recovery operation on an entire Federation at once by leaving off the
{repo-key}
parameter when invoking the REST API. For more information, see Federation Recovery.
Resolved Issues
JIRA Issue | Severity | Description |
---|---|---|
Medium | Fixed an issue related to Docker whereby, when running a ‘docker push’ command on a new image, the ‘docker tag promoted’ webhook was incorrectly triggered. | |
Medium | Fixed an issue where YAML configuration changes couldn't be applied if the file size exceeded 3 MB. | |
Low | Fixed an issue related to NuGet whereby, under certain circumstances, Artifactory did not support resolving artifacts through a virtual repository containing a large number of remote repositories. | |
Low | Fixed an issue whereby, Artifactory did not support setting a Cargo registry URL via the configuration YAML file. | |
Low | Fixed an issue whereby, when trying to resolve an un-cached artifact from a remote repository pointing to a registry that does not allow content browsing through the Native Browse, Artifactory returned a 404 error. | |
RTDEV-39764 | Medium | Fixed an issue related to RPM whereby, when adding GPG keys without extension with a file name containing ‘GPG’, Artifactory did not support making the keys expirable. |
RTDEV-37982 | Medium | Fixed an issue whereby, when using a dotnet NuGet client with incorrect authentication credentials, Artifactory returned a 500 server error instead of a 401 error. |
RTDEV-39600 | Medium | Fixed an issue related to Terraform whereby, Artifactory did not support dereferenced commits for Terraform modules when proxying remote registries. |
RTDEV-39724 | Medium | Fixed a permissions issue that prevented users with a license other than Enterprise+ from creating Release Bundles v2 from the Release Lifecycle Management dashboard. |