helm/internal
Evans Mungai 4a91f3ad5c
Some checks failed
build-test / build (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
golangci-lint / golangci-lint (push) Has been cancelled
release / release (push) Has been cancelled
release / canary-release (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
feat(release): add internal/release/v2 package for chart v3 support (#31709)
Introduce release/v2 that mirrors pkg/release/v1 but uses *v3.Chart
from internal/chart/v3. The code is structurally identical to v1 with
only import paths changed to reference internal/chart/v3 instead of
pkg/chart/v2.

- Add internal/release/v2 with Release, Info, Hook types
- Add internal/release/v2/util with filter, sorter, manifest utilities
- Update pkg/release/common.go with v2Accessor and v2HookAccessor
- Copy all test files from pkg/release/v1 and add a v2 test in common_test.go

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
2026-02-13 19:10:56 +00:00
..
chart/v3 fix(internal): errorlint linter 2026-02-09 07:51:29 +01: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 fix(internal): errorlint linter 2026-02-09 07:51:29 +01:00
release/v2 feat(release): add internal/release/v2 package for chart v3 support (#31709) 2026-02-13 19:10:56 +00:00
resolver Move repo package to versioned directory 2025-09-02 10:19:48 -04: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 for all other similar cases 2025-11-04 11:33:42 +08:00
urlutil Add unit test case 2020-06-12 15:18:02 +08:00
version build: set kube version via debug.BuildInfo 2025-12-19 21:13:47 -08:00