Skip to content

Commit 3419abd

Browse files
chore: Bump helm.sh/helm/v3 from 3.16.2 to 3.17.3
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.2 to 3.17.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.2...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 ed95032 commit 3419abd

File tree

2 files changed

+74
-68
lines changed

2 files changed

+74
-68
lines changed

go.mod

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ require (
3232
github.com/virtual-kubelet/virtual-kubelet v1.11.0
3333
github.com/vishvananda/netlink v1.2.1-beta.2
3434
golang.org/x/mod v0.22.0
35-
golang.org/x/sync v0.11.0
36-
golang.org/x/sys v0.30.0
35+
golang.org/x/sync v0.12.0
36+
golang.org/x/sys v0.31.0
3737
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
3838
gomodules.xyz/jsonpatch/v2 v2.4.0
3939
google.golang.org/api v0.206.0
4040
google.golang.org/grpc v1.69.0
4141
google.golang.org/protobuf v1.36.1
4242
gopkg.in/yaml.v3 v3.0.1
43-
helm.sh/helm/v3 v3.16.2
44-
k8s.io/api v0.32.1
45-
k8s.io/apiextensions-apiserver v0.32.1
46-
k8s.io/apimachinery v0.32.1
47-
k8s.io/apiserver v0.32.1
48-
k8s.io/cli-runtime v0.32.1
49-
k8s.io/client-go v0.32.1
50-
k8s.io/component-helpers v0.32.1
43+
helm.sh/helm/v3 v3.17.3
44+
k8s.io/api v0.32.2
45+
k8s.io/apiextensions-apiserver v0.32.2
46+
k8s.io/apimachinery v0.32.2
47+
k8s.io/apiserver v0.32.2
48+
k8s.io/cli-runtime v0.32.2
49+
k8s.io/client-go v0.32.2
50+
k8s.io/component-helpers v0.32.2
5151
k8s.io/klog/v2 v2.130.1
52-
k8s.io/kubectl v0.32.1
53-
k8s.io/metrics v0.32.1
52+
k8s.io/kubectl v0.32.2
53+
k8s.io/metrics v0.32.2
5454
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
5555
sigs.k8s.io/aws-iam-authenticator v0.6.27
5656
sigs.k8s.io/controller-runtime v0.20.4
@@ -80,7 +80,7 @@ require (
8080
github.com/Masterminds/semver/v3 v3.3.0 // indirect
8181
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
8282
github.com/Masterminds/squirrel v1.5.4 // indirect
83-
github.com/Microsoft/go-winio v0.6.1 // indirect
83+
github.com/Microsoft/go-winio v0.6.2 // indirect
8484
github.com/Microsoft/hcsshim v0.12.0 // indirect
8585
github.com/ProtonMail/go-crypto v1.0.0 // indirect
8686
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -127,10 +127,12 @@ require (
127127
github.com/chai2010/gettext-go v1.0.2 // indirect
128128
github.com/cloudflare/circl v1.3.7 // indirect
129129
github.com/containerd/console v1.0.3 // indirect
130-
github.com/containerd/containerd v1.7.12 // indirect
130+
github.com/containerd/containerd v1.7.24 // indirect
131+
github.com/containerd/errdefs v0.3.0 // indirect
131132
github.com/containerd/log v0.1.0 // indirect
133+
github.com/containerd/platforms v0.2.1 // indirect
132134
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
133-
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
135+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
134136
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
135137
github.com/distribution/reference v0.6.0 // indirect
136138
github.com/docker/cli v27.1.1+incompatible // indirect
@@ -161,7 +163,7 @@ require (
161163
github.com/go-sql-driver/mysql v1.8.1 // indirect
162164
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
163165
github.com/gobwas/glob v0.2.3 // indirect
164-
github.com/gofrs/flock v0.8.1 // indirect
166+
github.com/gofrs/flock v0.12.1 // indirect
165167
github.com/gogo/protobuf v1.3.2 // indirect
166168
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
167169
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -231,7 +233,7 @@ require (
231233
github.com/pquerna/otp v1.4.0 // indirect
232234
github.com/prometheus/procfs v0.15.1 // indirect
233235
github.com/rivo/uniseg v0.4.4 // indirect
234-
github.com/rubenv/sql-migrate v1.7.0 // indirect
236+
github.com/rubenv/sql-migrate v1.7.1 // indirect
235237
github.com/russross/blackfriday/v2 v2.1.0 // indirect
236238
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
237239
github.com/shopspring/decimal v1.4.0 // indirect
@@ -254,11 +256,11 @@ require (
254256
go.opentelemetry.io/otel v1.31.0 // indirect
255257
go.opentelemetry.io/otel/metric v1.31.0 // indirect
256258
go.opentelemetry.io/otel/trace v1.31.0 // indirect
257-
golang.org/x/crypto v0.35.0 // indirect
258-
golang.org/x/net v0.35.0 // indirect
259+
golang.org/x/crypto v0.36.0 // indirect
260+
golang.org/x/net v0.37.0 // indirect
259261
golang.org/x/oauth2 v0.24.0 // indirect
260-
golang.org/x/term v0.29.0 // indirect
261-
golang.org/x/text v0.22.0 // indirect
262+
golang.org/x/term v0.30.0 // indirect
263+
golang.org/x/text v0.23.0 // indirect
262264
golang.org/x/time v0.8.0 // indirect
263265
golang.org/x/tools v0.26.0 // indirect
264266
golang.zx2c4.com/wireguard v0.0.0-20220904105730-b51010ba13f0 // indirect
@@ -267,7 +269,7 @@ require (
267269
gopkg.in/inf.v0 v0.9.1 // indirect
268270
gopkg.in/warnings.v0 v0.1.2 // indirect
269271
gopkg.in/yaml.v2 v2.4.0 // indirect
270-
k8s.io/component-base v0.32.1 // indirect
272+
k8s.io/component-base v0.32.2 // indirect
271273
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
272274
oras.land/oras-go v1.2.5 // indirect
273275
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect

0 commit comments

Comments
 (0)