Skip to content

Releases: klausmeyer/docker-registry-browser

v1.7.4

10 Oct 12:04
b6f1842
Compare
Choose a tag to compare
  • Update to Ruby 3.3.5
  • Update to Rails 7.2.1

v1.7.3

12 Jul 15:13
d339e87
Compare
Choose a tag to compare
  • Update to Ruby 3.3.4
  • Update to Rails 7.1.3.4

v1.7.2

20 Feb 15:15
d8c806d
Compare
Choose a tag to compare
  • Allow customizing the catalog page size
  • Switch back to default ruby base image (Alpine 3.19 based)
  • Update to Ruby 3.2.3
  • Update to Rails 7.1.3

v1.7.1

29 Dec 00:04
Compare
Choose a tag to compare

NOTE:

With this version the way how docker images are pushed is changing slightly:
Instead of having the latest tag being updated on every (potentially) breaking commit merged
into master branch it will be pointing to the last officially published release.

You can switch to the master tag if you want to get the newest (unreleased) changes.

  • Update to Rails 7.1.2

v1.7.0

06 Oct 11:20
Compare
Choose a tag to compare
  • Update to Rails 7.1.0
  • Breaking change:
    • The SECRET_KEY_BASE option is now mandatory.
      Please create a unique value with openssl rand -hex 64

v1.6.1

23 Apr 14:01
Compare
Choose a tag to compare
  • Accept oci manifests and ignore attestations
  • Update to Ruby 3.2.2
  • Update to Rails 7.0.4.3

v1.6.0

20 Dec 18:21
Compare
Choose a tag to compare
  • Handle case of missing history attribute in tag response
  • Allow version for SORT_TAGS_BY environment variable
  • Turn off Faraday HTTP request header logging
    • Add environment variable REGISTRY_LOG_LEVEL to set log level Faraday uses when writing registry related log events
    • Add environment variable REGISTRY_LOG_HEADERS to enable Faraday to log HTTP request headers
  • Update to Ruby 3.1.3
  • Update to Rails 7.0.4

v1.5.0

31 May 15:59
Compare
Choose a tag to compare
  • Handle null value in repositories property of /v2/_catalog
  • Add GET /ping endpoint for health-checks
  • Allow to sort tags
  • Add Favicon
  • Docker image: Remove yarn, Add libc6-compat
  • Add total manifest size on details page
  • Multiarch improvements: show variant & sort
  • Also build armv7 images (32bit ARM)
  • Fix delete when using token auth
  • Update to Ruby 3.1.2
  • Update to Rails 7.0.3