Released: 2 December, 2024
New Features
Machine Learning Repositories
Machine Learning Repositories with the FrogML SDK is a local management framework tailored for machine learning projects, serving as a central storage for models and artifacts, featuring a robust version control system. It offers local repositories and an SDK for effortless model deployment and resolution.
Machine Learning Repositories offer the following benefits to your system:
Secure Storage: Protect your proprietary information by deploying models and additional resources to Artifactory local repositories, giving you fine-grain control of the access to your models.
Easy Collaboration: Share and manage your machine learning projects with your team efficiently.
Easy Version Control: The Machine Learning Repositories SDK (FrogML) provides a user-friendly system to track changes to your projects. You can name, categorize (using namespaces), and keep track of different versions of your work.
For information on Machine Learning Repositories, click here.
Feature Enhancements
Improvements to Conan Reindexing Speed on Large Repositories
The process for reindexing large Conan repositories has been optimized and is now half the time from what it was previously. Added Conan packages are available for indexing immediately even during the reindexing process.
Enhanced Webhook Event Support for OCI and Docker Images
In this release, the Webhook events functionality for Docker images has been expanded to include support for OCI repositories and images. These enhancements made include:
Support for OCI Repositories: Webhook events can now be triggered for OCI repositories, broadening the integration capabilities.
Support for OCI Images: Events related to OCI images are now fully supported, ensuring that actions on these images are captured.
New
image_type
Key: A newimage_type
key has been added to the event action payload, indicating whether the action was performed on an OCI or Docker image.
For more information, click here.
Additional Keys Added to the Webhook Promoted Event in the Docker Domain
The Image Promotion Webhook in the Docker domain has been expanded with two additional keys:
targetRepo: The repository where the image is promoted to.
targetTag: The new tag of the promoted image.
For more information, click here.
Support for OCI and Cargo Packages in Cleanup and Archive
OCI: Helm OCI and OCI packages are now supported in Cleanup and Archive.
Cargo: Cargo packages are now supported in Cleanup and Archive.
Supported Worker Events
Storage:beforeCreate:
beforeCreate
event is now supported.Storage:beforeCopy:
beforeCopy
event is now supported.
Resolved Issues
JIRA Issue | Component | Severity | Description |
---|---|---|---|
Packages | Medium | Fixed an issue with RPM packages, whereby if one of the provides versions was '-’, indexing of the package failed. | |
Packages | Low | Fixed an issue whereby, the /npm/auth endpoint did not return the user email when using an access token for authentication. | |
JA-13448 | Platform Management | High | Fixed an issue whereby unused licenses that were removed from the access configuration were not removed from the platform configuration. |
INST-7815 | Installation | Medium | Fixed an issue whereby the router service was not shutting down gracefully before starting Tomcat. |