Releases: Quiq/registry-ui
Releases · Quiq/registry-ui
0.9.1
- Minor amendments for the tag info page to account the cache type of sub-image.
0.9.0
- Upgrade Go version to 1.13.7, alpine to 3.11 and other dependencies.
- Support Manifest List v2. This enables the proper display of multi-arch images,
such as those generated by Docker BuildX or manually (thanks to Christoph Honal @StarGate01).
So now we support the following formats: Manifest v2 schema 1, Manifest v2 schema 2, Manifest List v2 schema 2
and all their confusing combinations. - Amend representation of the tag info page.
- Change logging library, add "-log-level" argument and put most of the logging into DEBUG mode.
- You can define timezone when running container by adding
TZ
env var, e.g. "-e TZ=America/Los_Angeles"
(thanks to @gminog). - Fix initial ownership of /opt/data dir in Dockerfile.
- Hide repositories with 0 tags count.
- Compatibility fix with docker_auth v1.5.0.
0.8.2
- Add event_deletion_enabled option to the config, useful for master-master/cluster setups.
- Generate SHA256 from response body if no Docker-Content-Digest header is present, e.g. with AWS ECR.
- Bump go version.
0.8.1
- Add favicon
0.8.0
0.7.4
- Switch to Go 1.11 and Go Modules to track dependencies.
0.7.3
- Add
registry_password_file
option to the config file. - Improve no data message on empty tables on UI.
- Show the root namespace "library" in the dropdown even when there are no repos in it.
- Switch alpine Docker image to 3.8.
0.7.2
- Make web root accessible w/o trailing slash when base_path is configured.
0.7.1
- Fix panic when using MySQL for events storage and no table created yet.
0.7
- When using MySQL for event storage, do not leak connections.
- Last events were not shown when viewing a repo of non-default namespace.
- Support repos with slash in the name.
- Enable Sonatype Nexus compatibility.
- Add
base_path
option to the config to run UI from non-root. - Add built-in cron feature for purging tags task.
Thanks to @rmwpl, @uphy, @drExciter !