Skip to content

Releases: norwoodj/helm-docs

v1.14.2

08 Jul 10:15
Compare
Choose a tag to compare

Changelog

v1.14.1

08 Jul 10:02
Compare
Choose a tag to compare

Changelog

v1.14.0

08 Jul 10:02
Compare
Choose a tag to compare

Changelog

v1.13.1

02 Mar 14:14
Compare
Choose a tag to compare

Changelog

v1.13.0

24 Feb 13:26
Compare
Choose a tag to compare

Changelog

v1.12.0

21 Dec 10:00
e9aaa42
Compare
Choose a tag to compare

Changelog

  • 604ab7f Add Tests for section feature
  • 4855aef Add containerized pre-commit hook
  • 94cc6af Add possibility to generate subsectioned Values Tables
  • 84eb04f Add some comments about parsing of key comments
  • 0b4b180 Adds AsMap to iterate over .Files.Glob
  • 60d02b1 Change example section chart to new templates
  • 5145fd6 Copy NotationType in Nil Values
  • 7d54b35 Factor out sorting value rows and add dedicated default section
  • 46cac39 Fix filename
  • 980715e Give an example of how to use sections
  • 3b87f0a Merge pull request #159 from terrycain/files_asmap
  • 2743ca4 Merge pull request #167 from RetGal/patch-1
  • aa99dee Merge pull request #172 from gianklug/patch-1
  • 4816ed5 Merge pull request #184 from sblundy/notation-on-null-values
  • eadcfd7 Merge pull request #191 from Labelbox/add-docker-to-pre-commit-hooks
  • e9aaa42 Merge pull request #194 from Haepaxlog/sections
  • 65f1d83 Pin container version to tagged release v1.11.0
  • 65f2b92 Put the creation and sorting of sectioned Value Rows in its own functions
  • d1a32aa Sectioned values are default if provied
  • 5327bfc Update .pre-commit-hooks.yaml
  • c143157 Update README.md with pre-commit usage examples
  • 75774f5 conform to MD022
  • eb95c9d fix(README): change the way helm-docs is installed

v1.11.3

10 Oct 15:14
dd3d586
Compare
Choose a tag to compare

Changelog

  • 598d9b5 Bump all available dependencies to latest.
  • 4120230 Merge pull request #198 from brettmorien/master
  • e67186b Merge pull request #199 from norwoodj/feat/improving-community-standards
  • dd3d586 Merge pull request #201 from Nepo26/200-bug-binary-artifacts-renamed-in-v1112
  • d38ede8 fix: changed to always get the latest version on the helm docs pre commit
  • a808d6e fix: correct contributing link referent in pr template
  • cdc1557 hotfix: changing back artifacts name

v1.11.2

19 Sep 19:44
Compare
Choose a tag to compare

Changelog

  • 2b0ca58 Revert "fix: String additional empty line from generated README.md"
  • b14e524 chore: adding todo to refactor main test
  • 913cc49 chore: change readme to trigger ci
  • 36712d5 chore: update github actions to be able to reproduce using act
  • 3f2182a fix: remove var env dependency by moving tests
  • d0e53ef fix: removing goreleaser project env var to be able to test locally

v1.11.0

29 Jun 10:38
Compare
Choose a tag to compare

Changelog

  • 817af5c Add an option to list charts to generate
  • 1bf1fee Add option for ignoring values
  • b556d85 Added Helm .Files
  • 4a3acbe Added file lazy loading
  • 39f98ee Improve code according to mjpitz suggestions
  • acef4fd Merge pull request #139 from terrycain/107-files
  • 935a760 Merge pull request #141 from j-buczak/ignoring_values
  • 43632a0 Merge pull request #142 from j-buczak/rename_section_to_raw
  • 20b701f Merge pull request #145 from j-buczak/charts_to_generate_flag
  • bad11a7 Merge pull request #146 from j-buczak/fix_file_sorter
  • 60d8310 Merge pull request #151 from armosec/master
  • e911c77 Rename @section to @raw
  • a5a2be9 adding ignore-non-descriptions flag
  • 72e085f chore: generate READMEs for example charts with new version
  • c64450c fix broken file sorting
  • 45f63df fix: fixes file operations to work when not running from the chart root and fixes several tests

v1.10.0

10 May 11:18
88016b1
Compare
Choose a tag to compare

Changelog

  • d2cc641 Add support for custom notation type
  • 4b55b9e Generated example charts with new version
  • 88016b1 Merge pull request #140 from norwoodj/fix/nil-value-types
  • ef73e2e Merge pull request #87 from lucernae/notation-type
  • 93aef0b fix: types on nil values