Skip to content

Releases: Joxit/helm-charts

docker-registry-ui-0.3.0

04 Sep 06:46
49b8626
Compare
Choose a tag to compare

docker-registry-ui-0.3.0 (2022-09-04)

The simplest and most complete UI for your private registry

✨ Features

  • docker-registry-ui: use default values {} and [] instead of null when possible (52995dd)
  • docker-registry-ui: add ingress for registry server (9bf3cf3)
  • docker-registry-ui: add ingress for user-interface (e0b4f9d)

📝 Documentation

  • docker-registry-ui: add doc for registry-server ingress (88c333e)
  • docker-registry-ui: add doc for user-interface ingress (fca73dc)

🚀 Continuous Integration

  • merge gh-pages with release to avoid conflicts (c978e35)

docker-registry-ui-0.2.1

31 Aug 09:21
3599395
Compare
Choose a tag to compare

docker-registry-ui-0.2.1 (2022-08-31)

The simplest and most complete UI for your private registry

🪲 Bug Fixes

  • docker-registry-ui: unable to use persistent volume from existing claim (#3) (3599395)

docker-registry-ui-0.2.0 (2022-07-23)

25 Jul 20:49
c32eb55
Compare
Choose a tag to compare

The simplest and most complete UI for your private registry

✨ Features

  • docker-registry-ui: add registry server data volume (0b42ac0)
  • docker-registry-ui: add registry server service (b51b81b)
  • docker-registry-ui: add registry server deployment (1d950e2)

📝 Documentation

  • update home page (d30020b)
  • docker-registry-ui: update usage documentation (9db034e)
  • docker-registry-ui: add configuration for registry server (5212703)
  • docker-registry-ui: add configuration for user interface (8d66d1e)

🚀 Continuous Integration

  • gh-pages: should commit only when cached files are not empty (a43bde9)
  • gh-pages: fix error when there are no changes (4511bc7)
  • change commit message from Update Github Pages workflow (20490dd)
  • auto update documentation (6bbd017)

docker-registry-ui-0.1.0 (2022-07-02)

14 Jul 09:27
7c6e937
Compare
Choose a tag to compare

The simplest and most complete UI for your private registry

🪲 Bug Fixes

  • docker-registry-ui: wrong service and deployment names (7c6e937)
  • docker-registry-ui: add missing templates for additionalSpec and annotations (2f27445)

👻 Code Refactoring

  • move labels to _helpers.tpl and use common kubernetes labels (e0f75da)

✨ Features

  • docker-registry-ui: add support to nginx user and custom container port (55286c8)
  • docker-registry-ui: add support to nginxProxyHeaders and nginxProxyPassHeaders (d40b59a)
  • docker-registry-ui: add support for catalogElementsLimit and historyCustomLabels (dc0676d)
  • docker-registry-ui: add support of showCatalogNbTags, showContentDigest and singleRegistry (7d46f5d)
  • docker-registry-ui: add configuration for dockerRegistryUrl (c3ea9b3)
  • docker-registry-ui: add ui.service.targetPort instead of reuse ui.service.port for deployment (2e79e90)
  • docker-registry-ui: add ui deployent and service templates (94f4afb)
  • docker-registry-ui: add default values for the user interface (80bfdcb)

📝 Documentation

  • start project structure for docker-registry-ui (a261b01)

🚀 Continuous Integration