Artifactory 7.104

JFrog Release Information

Content Type
Release Notes
ft:sourceType
Paligo

Issue ID

Description

Fix Version

Additional Information

RTDEV-55119

In certain cases, Artifactory initialization can fail due to delays while waiting for Access to check if the customer has migrated to the Artifactory Federation Service (rtfs).Artifactory Federation Service

TBD

This issue is relevant for Self-Hosted customers who have not yet migrated to the Artifactory Federation Service.Artifactory Federation Service

A solution to this issue will be made available in an upcoming patch release.

Workaround:

Run the following commands before starting Artifactory to bypass the check:

sql
INSERT INTO public.configs (config_name, last_modified, data)
VALUES ('rtfs.enabled', EXTRACT(EPOCH FROM NOW())::bigint, 'true'::bytea);

RTFE-2718

In release 7.104.9, an infinite loop occurs when searching for a package by name in the top search bar on the Packages page.

7.104.10

Customers are asked to avoid installing release 7.104.9 and upgrade directly to 7.104.10.

MDL-483

Under certain circumstances, when running an Artifactory instance with the $JFROG_HOME/artifactory/var/data and $JFROG_HOME/artifactory/var/work folders located on different partitions (using mounted volumes), the OneModel Registry service is unable to publish the supergraph. This results in a failure during the Artifactory startup.

7.104.7

RTFACT-31038

An unannounced change was introduced by Conda Forge upstream which impacts Artifactory's ability to resolve package metadata and dependencies with virtual Conda repositories. For more information see this article.

7.104.6

Suggested workaround:

Use the Conda Remote Repository Directly: Instead of relying on the Virtual Conda repository, users can directly use the Conda remote repository (repo.anaconda.com/conda-forge) to download packages.

RTDEV-53914

Release Bundle v2 promotion to a virtual repository fails if the local repository aggregated inside it has been removed manually from the promotion.

7.107.1 (Cloud only)

Promotion to the local repository inside a virtual repository works only when the local repository is included in the promotion.