helm/pkg/action
Matt Farina 18ca7c1002
Move pkg/releaseutil to pkg/release/util
The releaseutil package was originally designed to work against a
generated codebase from a protobuf in Helm v2. This is when Helm
used gRPC to communicate to a server side component named Tiller.
When Helm moved everything client side, this package remained and
it supported the release package.

This change moves releaseutil to be a sub-packge of release. This
is part of the change to support apiVersion v3 charts which is
documented in HIP 20

Signed-off-by: Matt Farina <matt.farina@suse.com>
2025-02-24 14:58:51 -05:00
..
testdata Grammar fixes 2024-09-14 10:30:31 +10:00
action.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
action_test.go Merge pull request #10309 from Bez625/main 2025-02-21 18:12:16 -05:00
dependency.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
dependency_test.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
doc.go feat: add 'pkg/action' for list operations (#5077) 2019-01-07 17:45:14 -07:00
get.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
get_metadata.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
get_values.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
history.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
hooks.go Add HookOutputFunc and generic yaml unmarshaller 2025-02-21 12:33:12 +00:00
hooks_test.go Update based on review comments 2025-02-21 12:31:08 +00:00
install.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
install_test.go Merge pull request #10309 from Bez625/main 2025-02-21 18:12:16 -05:00
lazyclient.go upgrade to kubernetes 1.21 2021-04-12 22:56:09 -04:00
lint.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
lint_test.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00
list.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
list_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
package.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
package_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
pull.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
push.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
registry_login.go chore(oci): upgrade to ORAS v2 2025-02-02 07:28:41 -07:00
registry_logout.go Update to Go 1.21 for builds 2024-01-08 15:48:36 -05:00
release_testing.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
resource_policy.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
rollback.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
show.go Moving chartutil to chart/util 2025-02-21 15:25:55 -05:00
show_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
status.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
uninstall.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
uninstall_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
upgrade.go Move pkg/releaseutil to pkg/release/util 2025-02-24 14:58:51 -05:00
upgrade_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
validate.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
validate_test.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00
verify.go Updating to helm.sh/helm/v4 2025-01-08 15:34:20 -08:00