Skip to content

docker-registry-ui-1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 06:19
a155e27

The simplest and most complete UI for your private registry

docker-registry-ui-1.0.1 (2023-05-28)

🪲 Bug Fixes

  • docker-registry-ui: removing "trim" function (#12) (44c01c9)
  • docker-registry-ui: reduce catalogElementsLimit for compatibility with registry 2.8+ (#10) (62e0d82)

👻 Code Refactoring

  • create Readme struct that store chart an values (167d916)
  • move all readme generator function in new readme module (f99aeae)

✨ Features

  • helm-docs: add support to custom template README (needs README.tmpl file) (4d2cd3b)
  • helm-docs: add support for appVersion and name in readme (4678563)
  • helm-docs: using templating language to generate README (b5ad706)
  • helm-docs: check images versions in values.yaml (6ed2712)
  • helm-docs: check app version in Chart.yaml and annotations (aed160f)
  • helm-docs: expose app version and original yaml document in Chart struct (d20e729)
  • helm-docs: can execute readme on a list of directories (d504c33)
  • helm-docs: add -w option to overwrite README.md (7912719)
  • helm-docs: add anyhow dependency for error management 🚀 (00258f4)
  • helm-docs: add Prerequisites section (1dc4869)
  • helm-docs: create Chart struct to store useful elements from Chart.yaml (27ac7cd)
  • helm-docs: generate usage part of README with correct name (588cad7)
  • helm-docs: create rust project to generate readme (92f5cfc)

📝 Documentation

  • docker-registry-ui: create template used by helm-docs (959dbff)
  • and add documentation for ui.defaultTheme and ui.theme.* from v2.4.0 (a4ad306)

🚀 Continuous Integration

  • helm-docs: add helm-docs checker (9d7ad1c)
  • helm-docs: build and run the project that will update readme (ca9a13a)

🍏 Chore

  • helm-docs: simplify replace_tokens base code (5697606)
  • readme::generate_* now returns String instead of writing to output (3852369)
  • helm-docs: rename generate_all to generate_readme (f31e7b4)