Released: 2 September, 2021
Artifactory 7.25.5 is Available as a Self-hosted Version
Artifactory 7.25.5 is the Self-hosted version and contains all the highlights, feature enhancements, and bug fixes stated in Artifactory 7.25.4 as part of our Cloud-first initiative.
Breaking Change
Artifactory 7.25.5 onwards, includes OpenJDK 11.0.11 or higher. OpenJDK has stopped the out-of-the-box support for TLS 1.0 and 1.1 from version 11.0.11 since these versions of TLS are no longer considered secure. If your database version supports only TLS 1.0 and 1.1, Artifactory fails to start when you upgrade to Artifactory 7.25.5 or higher.
We recommend that you upgrade to a database version that supports TLS 1.2 or later. If you are unable to upgrade the database, you must enable TLS 1.0 and 1.1 in the JDK. For more information, refer to Enabling TLS 1.0 and 1.1.
Feature Enhancements
Artifactory Helm Chart Installation Setup Improvements
Single and cluster license types are both supported in a single artifactory.cluster.license
file, thereby removing the need to support two separate licenses files. Running two license files is still supported for backward compatibility purposes.
Note
This enhancement was added to the Helm Charts from version 107.27.6 and above.
Artifactory Docker Container Image Uses the Redhat UBI Micro Base Image
In an effort to provide a more secure Artifactory image, Artifactory now uses the Redhat UBI Micro base image. Some of the tools that were available in the Artifactory image are not available in this more secure image. For more information, see JFrog Products Container Base Image.
Resolved Issues
Jira Issue | Description |
---|---|
Fixed an issue whereby, HTTP SSO was not functioning after upgrading Artifactory versions starting from version 7.23.3 to version 7.24.4. |