Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module helm.sh/helm/v3 to v3.14.2 [security] #492

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ require (
golang.org/x/oauth2 v0.8.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.11.2
helm.sh/helm/v3 v3.14.2
k8s.io/api v0.26.4
k8s.io/apimachinery v0.26.4
k8s.io/client-go v0.26.4

Unchanged files with check annotations Beta

import (
"os"
"helm.sh/helm/v3/pkg/action"

Check failure on line 6 in pkg/helm/downloader.go

GitHub Actions / Unit test

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/action (imported by github.com/pluralsh/plural-cli/pkg/bootstrap); to add:

Check failure on line 6 in pkg/helm/downloader.go

GitHub Actions / Create cluster with Cluster API

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/action (imported by github.com/pluralsh/plural-cli/cmd/plural); to add:

Check failure on line 6 in pkg/helm/downloader.go

GitHub Actions / CodeQL (go)

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/action (imported by github.com/pluralsh/plural-cli/cmd/plural); to add:
"helm.sh/helm/v3/pkg/cli"
"helm.sh/helm/v3/pkg/downloader"

Check failure on line 8 in pkg/helm/downloader.go

GitHub Actions / Unit test

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/downloader (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 8 in pkg/helm/downloader.go

GitHub Actions / Create cluster with Cluster API

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/downloader (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 8 in pkg/helm/downloader.go

GitHub Actions / CodeQL (go)

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/downloader (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:
"helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/registry"

Check failure on line 10 in pkg/helm/downloader.go

GitHub Actions / Unit test

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/registry (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 10 in pkg/helm/downloader.go

GitHub Actions / Create cluster with Cluster API

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/registry (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 10 in pkg/helm/downloader.go

GitHub Actions / CodeQL (go)

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/registry (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:
)
var providers = []getter.Provider{ChartMuseumProvider}
"helm.sh/helm/v3/pkg/chart/loader"
"helm.sh/helm/v3/pkg/cli"
"helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/helmpath"

Check failure on line 20 in pkg/helm/helm.go

GitHub Actions / Unit test

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/helmpath (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 20 in pkg/helm/helm.go

GitHub Actions / Create cluster with Cluster API

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/helmpath (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:

Check failure on line 20 in pkg/helm/helm.go

GitHub Actions / CodeQL (go)

missing go.sum entry for module providing package helm.sh/helm/v3/pkg/helmpath (imported by github.com/pluralsh/plural-cli/pkg/helm); to add:
"helm.sh/helm/v3/pkg/repo"
)