Skip to content

chore(deps): update dependency helm-docs to v1.14.2 #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 13, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Update Change
helm-docs minor 1.7.0 -> 1.14.2

Release Notes

norwoodj/helm-docs (helm-docs)

v1.14.2

Compare Source

Changelog

v1.14.1

Compare Source

Changelog

v1.14.0

Compare Source

Changelog

v1.13.1

Compare Source

Changelog

v1.13.0

Compare Source

Changelog

v1.12.0

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

v1.9.1

Compare Source

Changelog

  • 814c3a1 Generated example charts with new version
  • 02caaaf Revert "Add angle brackets around urls in requirementsTable"

v1.9.0

Compare Source

Changelog

  • ea66ad2 Add angle brackets around urls in requirementsTable
  • 0b4f3ce Fix documented globals prefixed with the sub-chart alias
  • fa4d751 Fix issue where an empty global object in a child chart would be listed in the root docs
  • 902641c Merge pull request #​112 from armsnyder/umbrella-values
  • 361c7d0 Merge pull request #​134 from vladimir-babichev/no-bare-urls-in-requirements-table
  • 435f142 Merge pull request #​136 from norwoodj/pr-124
  • 3d463f7 New flag --document-dependency-values
  • a126ae1 Runs newest helm-docs to update docs for example charts
  • cae8f4b Tolerate dependency charts without values.yaml
  • b16bef4 Updates alpine docker image to fix issue #​124
  • 1785bfb Warn about remote dependencies without erroring; Parse local file:// repositories

v1.8.1

Compare Source

Changelog

  • e91c4c3 Don't print angle brackets for URL/email if not present

v1.8.0

Compare Source

Changelog

  • 18004fe Add option for a values file named other than values.yaml.
  • 98700d9 Avoid raw URLs in maintainer tables
  • 372c61e Merge branch 'master' into badge-style
  • 381fc93 Merge pull request #​102 from dfarrell07/no_raw_url
  • 6754e5a Merge pull request #​121 from dirien/badge-style
  • 76c2280 Merge pull request #​130 from maybolt/values-file-option-argument
  • 113c8ed Merge pull request #​132 from norwoodj/jnorwood/fix/131
  • ca7f709 Updgrades golang/x/sys to fix #​131
  • 7b58ea4 Updgrades sprig to v3
  • fa0ab6f feat: make the badge style from shields.io configurable

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 11, 2025 15:33
@renovate renovate bot requested review from redref and removed request for a team March 11, 2025 15:33
@redref redref force-pushed the renovate/helm-docs-1.x branch from 699d231 to c378f2d Compare March 13, 2025 09:11
Copy link
Contributor Author

renovate bot commented Mar 13, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@redref redref force-pushed the renovate/helm-docs-1.x branch from abb7915 to 829bc99 Compare March 13, 2025 09:17
@redref redref merged commit 587bdef into main Mar 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant