helm/internal
Aleksei Sviridkin 979e68fbbd
internal/plugin: remove zero-width spaces from plugin name comment
The comment describing allowed plugin name characters contained three
U+200B (zero-width space) characters around the '_' and '-' literals.
The rendered comment is identical without them; the ZWSP were likely
copy-pasted from a rich-text source.

Downstream impact: every project that vendors helm.sh/helm/v4 and runs
Renovate gets a repo-wide warning on its Dependency Dashboard about
hidden Unicode characters. Renovate scans the whole tree (including
vendor/) for ZWSP/bidi-override codepoints and cannot be told to skip
a path for this specific check. Removing the characters here clears
the warning everywhere downstream.

Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-05-20 13:24:39 +03:00
..
chart/v3 Merge pull request #32122 from quyentonndbs/chore/lint-deprecations-comment-typo 2026-05-19 15:11:17 -04:00
cli/output Moved release objects to enable versioning 2025-10-10 11:49:08 -04:00
copystructure fix(copystructure): handle nil elements in slice copying 2026-01-22 18:28:05 +01:00
fileutil fix(downloader): safely handle concurrent file writes on Windows 2026-02-07 19:26:59 +02:00
gates feat(create): add --chart-api-version flag (when HELM_EXPERIMENTAL_CHART_V3 env var is set) (#31592) 2026-02-06 18:29:59 +00:00
logging chore: increase logging package test coverage 2025-10-30 21:08:08 +00:00
monocular chore: enable usestdlibvars linter 2025-04-27 22:44:46 +02:00
plugin internal/plugin: remove zero-width spaces from plugin name comment 2026-05-20 13:24:39 +03:00
release/v2 fix(templating): SplitManifests must preserve line endings for downstream YAML parsers (#31952) 2026-04-15 14:33:27 +01:00
resolver chore(internal): enable perfsprint linter 2026-02-26 18:55:55 +01:00
statusreaders fix: add default casess to switch statements 2025-12-21 09:13:24 -07:00
sympath chore: fix some comment format 2025-10-15 11:19:41 +08:00
test chore(internal): fix modernize linter 2026-02-06 16:11:18 +01:00
third_party fix(internal): errorlint linter 2026-02-09 07:51:29 +01:00
tlsutil Merge pull request #31853 from atombrella/feature/fmt_unneeded 2026-03-01 21:24:21 -08:00
urlutil Add unit test case 2020-06-12 15:18:02 +08:00
version Bump to version v4.2 (#32102) 2026-05-06 13:35:57 -04:00