helm/pkg
Benoit Tigeot 4b3de18628
Deal with golint warning with private executeShutdownFunc
```
  Error: pkg/action/release_testing.go:60:57: unexported-return: exported method Run returns unexported type action.executeShutdownFunc, which can be annoying to use (revive)
  func (r *ReleaseTesting) Run(name string) (ri.Releaser, executeShutdownFunc, error) {

```

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
(cherry picked from commit 45c5f3aaca)
2026-01-14 17:01:55 -05:00
..
action Deal with golint warning with private executeShutdownFunc 2026-01-14 17:01:55 -05:00
chart fix: prevent segmentation violation on empty yaml in multidoc 2025-12-10 15:24:58 -05:00
cli fix: assign KUBECONFIG environment variable value to env.Kubeconfig 2026-01-14 16:51:39 -05:00
cmd Fix linting issue 2026-01-14 17:01:45 -05:00
downloader Move repo package to versioned directory 2025-09-02 10:19:48 -04:00
engine Reproducible chart archive builds 2025-10-29 11:49:22 -04:00
gates chore: enable usetesting linter 2025-05-30 08:12:11 +02:00
getter chore: fix some comment format 2025-10-15 11:19:41 +08:00
helmpath fix: lint test SetEnv errors 2025-06-15 08:50:39 -06:00
ignore refactor: replace HasPrefix+TrimPrefix with CutPrefix 2025-05-24 13:23:03 +08:00
kube Fix rollback for missing resources 2026-01-14 16:54:12 -05:00
postrenderer Remove SetupPluginEnv 2025-09-01 10:49:01 -07:00
provenance chore: update sign tests to use testify 2025-09-24 19:32:52 -06:00
pusher chore: remove pkg/time which is no longer needed 2025-09-15 12:29:35 -06:00
registry chore: fix various warnings to reduce noise 2025-10-18 07:21:00 -06:00
release Reproducible chart archive builds 2025-10-29 11:49:22 -04:00
repo/v1 fix: prevent reporting fallback on version when none specified 2025-12-10 15:25:38 -05:00
storage Refactor logging functionality to use slog.Handler 2025-10-22 15:26:48 +01:00
strvals chore: fix some comment format 2025-10-15 11:19:41 +08:00
uploader Merge branch 'main' into stdlib-errors-2 2025-04-21 12:13:10 -04:00