Releases: klausmeyer/docker-registry-browser
Releases · klausmeyer/docker-registry-browser
v1.7.4
v1.7.3
- Update to Ruby 3.3.4
- Update to Rails 7.1.3.4
v1.7.2
- 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
NOTE:
With this version the way how docker images are pushed is changing slightly:
Instead of having thelatest
tag being updated on every (potentially) breaking commit merged
intomaster
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
- Update to Rails 7.1.0
- Breaking change:
- The
SECRET_KEY_BASE
option is now mandatory.
Please create a unique value withopenssl rand -hex 64
- The
v1.6.1
- Accept oci manifests and ignore attestations
- Update to Ruby 3.2.2
- Update to Rails 7.0.4.3
v1.6.0
- Handle case of missing
history
attribute in tag response - Allow
version
forSORT_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
- Add environment variable
- Update to Ruby 3.1.3
- Update to Rails 7.0.4
v1.5.0
- Handle
null
value inrepositories
property of/v2/_catalog
- Add
GET /ping
endpoint for health-checks - Allow to sort tags
- Add Favicon
- Docker image: Remove
yarn
, Addlibc6-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