Skip to content

Commit 952f54e

Browse files
dependabot[bot]maxgio92
authored andcommitted
chore(deps): bump helm.sh/helm/v3 from 3.16.4 to 3.17.3
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.4 to 3.17.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.4...v3.17.3) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa9cc8c commit 952f54e

File tree

2 files changed

+38
-99
lines changed

2 files changed

+38
-99
lines changed

go.mod

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/projectcapsule/capsule v0.7.2
1313
github.com/spf13/cobra v1.8.1
1414
go.uber.org/zap v1.27.0
15-
helm.sh/helm/v3 v3.16.4
15+
helm.sh/helm/v3 v3.17.3
1616
k8s.io/api v0.32.3
1717
k8s.io/apimachinery v0.32.3
1818
k8s.io/client-go v0.32.3
@@ -40,7 +40,7 @@ require (
4040
github.com/containerd/errdefs v0.3.0 // indirect
4141
github.com/containerd/log v0.1.0 // indirect
4242
github.com/containerd/platforms v0.2.1 // indirect
43-
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
43+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
4444
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4545
github.com/distribution/reference v0.6.0 // indirect
4646
github.com/docker/cli v25.0.1+incompatible // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
5353
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
5454
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
55-
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
55+
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
5656
github.com/fatih/color v1.17.0 // indirect
5757
github.com/felixge/httpsnoop v1.0.4 // indirect
5858
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -116,7 +116,7 @@ require (
116116
github.com/prometheus/common v0.55.0 // indirect
117117
github.com/prometheus/procfs v0.15.1 // indirect
118118
github.com/rivo/uniseg v0.4.2 // indirect
119-
github.com/rubenv/sql-migrate v1.7.0 // indirect
119+
github.com/rubenv/sql-migrate v1.7.1 // indirect
120120
github.com/russross/blackfriday/v2 v2.1.0 // indirect
121121
github.com/shopspring/decimal v1.4.0 // indirect
122122
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -131,7 +131,6 @@ require (
131131
go.opentelemetry.io/otel v1.28.0 // indirect
132132
go.opentelemetry.io/otel/metric v1.28.0 // indirect
133133
go.opentelemetry.io/otel/trace v1.28.0 // indirect
134-
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
135134
go.uber.org/multierr v1.11.0 // indirect
136135
golang.org/x/crypto v0.36.0 // indirect
137136
golang.org/x/net v0.38.0 // indirect
@@ -148,20 +147,19 @@ require (
148147
google.golang.org/protobuf v1.36.5 // indirect
149148
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
150149
gopkg.in/inf.v0 v0.9.1 // indirect
151-
gopkg.in/yaml.v2 v2.4.0 // indirect
152150
gopkg.in/yaml.v3 v3.0.1 // indirect
153-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
154-
k8s.io/apiserver v0.32.1 // indirect
155-
k8s.io/cli-runtime v0.31.3 // indirect
156-
k8s.io/component-base v0.32.1 // indirect
151+
k8s.io/apiextensions-apiserver v0.32.2 // indirect
152+
k8s.io/apiserver v0.32.2 // indirect
153+
k8s.io/cli-runtime v0.32.2 // indirect
154+
k8s.io/component-base v0.32.2 // indirect
157155
k8s.io/klog/v2 v2.130.1 // indirect
158156
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
159-
k8s.io/kubectl v0.31.3 // indirect
157+
k8s.io/kubectl v0.32.2 // indirect
160158
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
161159
oras.land/oras-go v1.2.5 // indirect
162160
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
163-
sigs.k8s.io/kustomize/api v0.17.2 // indirect
164-
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
161+
sigs.k8s.io/kustomize/api v0.18.0 // indirect
162+
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
165163
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
166164
sigs.k8s.io/yaml v1.4.0 // indirect
167165
)

0 commit comments

Comments
 (0)