From f3065ff1ba131a84bee61ef54e4d5c81a2ed3763 Mon Sep 17 00:00:00 2001 From: George Jenkins Date: Mon, 21 Jul 2025 18:03:16 -0700 Subject: [PATCH] Remove plugin deprecated 'UseTunnelDeprecated' Signed-off-by: George Jenkins --- pkg/plugin/plugin.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/plugin/plugin.go b/pkg/plugin/plugin.go index 9d79ab4fc..930bf3664 100644 --- a/pkg/plugin/plugin.go +++ b/pkg/plugin/plugin.go @@ -132,12 +132,6 @@ type Metadata struct { // Downloaders field is used if the plugin supply downloader mechanism // for special protocols. Downloaders []Downloaders `json:"downloaders"` - - // UseTunnelDeprecated indicates that this command needs a tunnel. - // Setting this will cause a number of side effects, such as the - // automatic setting of HELM_HOST. - // DEPRECATED and unused, but retained for backwards compatibility with Helm 2 plugins. Remove in Helm 4 - UseTunnelDeprecated bool `json:"useTunnel,omitempty"` } // Plugin represents a plugin.