build: update Helm to v3.17.0 and other dependencies #721
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes updates to the Helm version in the CI configuration and several dependency updates in the
go.mod
file. The most important changes are:CI Configuration Updates:
v3.15.4
tov3.17.0
in the CI workflow file.github/workflows/ci.yaml
. This change affects multiple sections of the file to ensure consistency across different operating systems and shell environments. [1] [2]Dependency Updates:
v3.16.4
tov3.17.0
in thego.mod
file.github.com/containerd/containerd
fromv1.7.23
tov1.7.24
,github.com/cyphar/filepath-securejoin
fromv0.3.4
tov0.3.6
, andgithub.com/exponent-io/jsonpath
fromv0.0.0-20151013193312-d6023ce2651d
tov0.0.0-20210407135951-1de76d718b3f
in thego.mod
file. [1] [2]github.com/rubenv/sql-migrate
fromv1.7.0
tov1.7.1
in thego.mod
file.golang.org/x/net
fromv0.30.0
tov0.33.0
in thego.mod
file.k8s.io/kubectl
fromv0.31.3
tov0.32.0
in thego.mod
file.