Skip to content

Releases: Quiq/registry-ui

0.9.1

20 Feb 16:27
Compare
Choose a tag to compare
  • Minor amendments for the tag info page to account the cache type of sub-image.

0.9.0

19 Feb 10:42
Compare
Choose a tag to compare
  • 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

30 Jul 06:21
Compare
Choose a tag to compare
  • 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

20 Feb 08:23
Compare
Choose a tag to compare
  • Add favicon

0.8.0

19 Feb 15:07
Compare
Choose a tag to compare
  • Use go 1.11.5, alpine 3.9, echo 3.3.10.
  • Put all static files to the docker image instead of loading from CDN.
  • Now discover more than 100 repositories (thanks to Yuhi Ishikura @uphy).

0.7.4

30 Oct 21:32
Compare
Choose a tag to compare
  • Switch to Go 1.11 and Go Modules to track dependencies.

0.7.3

14 Aug 12:45
Compare
Choose a tag to compare
  • 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

30 Jul 08:24
Compare
Choose a tag to compare
  • Make web root accessible w/o trailing slash when base_path is configured.

0.7.1

18 Jul 15:17
Compare
Choose a tag to compare
  • Fix panic when using MySQL for events storage and no table created yet.

0.7

04 Jul 15:00
Compare
Choose a tag to compare
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 !