Skip to main content

0.2.0

Features

  • Enhanced compression for Docker images uploaded via the API/UI, resulting in reduced storage usage.
  • The Workspace table in System Settings is now sorted by creation date.
  • Introduced support for comments in the Workspace API
  • Added a new "created_at" column to the Users Table, enabling default sorting from oldest to newest in the System Settings users table.

Bug Fixes

  • Resolved an issue where certain Docker images failed to work when uploaded through our API/UI, although the standard Docker API (docker push) functioned correctly.
  • Resolved an issue causing Docker pushes to fail under certain conditions when using a virtual repository. The issue arose when Docker clients received a 200 response from a remote repository within the virtual, but package layers were not available in the target local repository for manifest uploads. This fix ensures proper handling by verifying responses against the target local repository for uploads.