0.3.4
Features
- Improved Documentation Based on Feedback
- Added links to the documentation within the
values.yaml
file of the help chart to offer more detailed information while ensuring the help chart remains clear and concise. - Introduced new examples for setting up Remote Docker repositories to simplify the process of configuring remote repositories.
- Added links to the documentation within the
Bug Fixes
Important: An issue was resolved where Docker manifest sizes were incorrectly reported as 1 byte larger than the actual layer size. This discrepancy could affect CTR pull requests, though Docker currently seems to ignore this issue.
To resolve this for existing images, re-uploading the affected Docker images is recommended.
-
Fixed an issue in RepoFlow UI and API where uploading Docker images caused errors when tar files included empty layers. RepoFlow previously attempted to compress all layers to optimize storage, but it now skips layers that cannot be compressed. Note: Docker push operations were unaffected by this issue.
-
Fixed an issue where pulling images from a remote repository within a virtual repository occasionally failed.
-
The server now shuts down gracefully, improving restart and upgrade times significantly.
-
Fixed a bug that prevented Docker remote repositories from being configured with a subpath.
-
Fixed a UI bug in the creation process of remote repositories.