Skip to content

Commit fafebd2

Browse files
mergify[bot]dependabot[bot]ycombinator
authored
[8.19] (backport #11733) build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.19.3 (#11742)
* build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.19.3 (#11733) * build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.19.3 Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.15.4 to 3.19.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.15.4...v3.19.3) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.19.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update EDOT go.mod * Update NOTICE.txt and/or NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit c7313c8) # Conflicts: # NOTICE-fips.txt # NOTICE.txt # go.mod * Fixing conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent dba935f commit fafebd2

File tree

6 files changed

+85
-138
lines changed

6 files changed

+85
-138
lines changed

NOTICE-fips.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37248,11 +37248,11 @@ Contents of probable licence file $GOMODCACHE/github.com/gomodule/[email protected]/
3724837248

3724937249
--------------------------------------------------------------------------------
3725037250
Dependency : github.com/google/cel-go
37251-
Version: v0.25.0
37251+
Version: v0.26.0
3725237252
Licence type (autodetected): Apache-2.0
3725337253
--------------------------------------------------------------------------------
3725437254

37255-
Contents of probable licence file $GOMODCACHE/github.com/google/cel-go@v0.25.0/LICENSE:
37255+
Contents of probable licence file $GOMODCACHE/github.com/google/cel-go@v0.26.0/LICENSE:
3725637256

3725737257

3725837258
Apache License
@@ -63884,11 +63884,11 @@ SOFTWARE.
6388463884

6388563885
--------------------------------------------------------------------------------
6388663886
Dependency : github.com/spf13/pflag
63887-
Version: v1.0.9
63887+
Version: v1.0.10
6388863888
Licence type (autodetected): BSD-3-Clause
6388963889
--------------------------------------------------------------------------------
6389063890

63891-
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].9/LICENSE:
63891+
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].10/LICENSE:
6389263892

6389363893
Copyright (c) 2012 Alex Ogier. All rights reserved.
6389463894
Copyright (c) 2012 The Go Authors. All rights reserved.

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40424,11 +40424,11 @@ Contents of probable licence file $GOMODCACHE/github.com/gomodule/[email protected]/
4042440424

4042540425
--------------------------------------------------------------------------------
4042640426
Dependency : github.com/google/cel-go
40427-
Version: v0.25.0
40427+
Version: v0.26.0
4042840428
Licence type (autodetected): Apache-2.0
4042940429
--------------------------------------------------------------------------------
4043040430

40431-
Contents of probable licence file $GOMODCACHE/github.com/google/cel-go@v0.25.0/LICENSE:
40431+
Contents of probable licence file $GOMODCACHE/github.com/google/cel-go@v0.26.0/LICENSE:
4043240432

4043340433

4043440434
Apache License
@@ -71164,11 +71164,11 @@ SOFTWARE.
7116471164

7116571165
--------------------------------------------------------------------------------
7116671166
Dependency : github.com/spf13/pflag
71167-
Version: v1.0.9
71167+
Version: v1.0.10
7116871168
Licence type (autodetected): BSD-3-Clause
7116971169
--------------------------------------------------------------------------------
7117071170

71171-
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].9/LICENSE:
71171+
Contents of probable licence file $GOMODCACHE/github.com/spf13/[email protected].10/LICENSE:
7117271172

7117371173
Copyright (c) 2012 Alex Ogier. All rights reserved.
7117471174
Copyright (c) 2012 The Go Authors. All rights reserved.

go.mod

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ require (
7878
gopkg.in/yaml.v2 v2.4.0
7979
gopkg.in/yaml.v3 v3.0.1
8080
gotest.tools/gotestsum v1.12.2
81-
helm.sh/helm/v3 v3.15.4
81+
helm.sh/helm/v3 v3.19.3
8282
k8s.io/api v0.34.1
8383
k8s.io/apimachinery v0.34.1
84-
k8s.io/cli-runtime v0.32.2
84+
k8s.io/cli-runtime v0.34.0
8585
k8s.io/client-go v0.34.1
8686
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70
8787
sigs.k8s.io/e2e-framework v0.4.0
88-
sigs.k8s.io/kustomize/api v0.18.0
89-
sigs.k8s.io/kustomize/kyaml v0.18.1
88+
sigs.k8s.io/kustomize/api v0.20.1
89+
sigs.k8s.io/kustomize/kyaml v0.20.1
9090
)
9191

9292
require (
@@ -159,7 +159,7 @@ require (
159159
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
160160
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
161161
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
162-
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
162+
github.com/BurntSushi/toml v1.5.0 // indirect
163163
github.com/Code-Hex/go-generics-cache v1.5.1 // indirect
164164
github.com/DataDog/zstd v1.5.7 // indirect
165165
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
@@ -169,10 +169,9 @@ require (
169169
github.com/MakeNowJust/heredoc v1.0.0 // indirect
170170
github.com/Masterminds/goutils v1.1.1 // indirect
171171
github.com/Masterminds/semver v1.5.0 // indirect
172-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
172+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
173173
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
174174
github.com/Masterminds/squirrel v1.5.4 // indirect
175-
github.com/Microsoft/hcsshim v0.12.5 // indirect
176175
github.com/OneOfOne/xxhash v1.2.8 // indirect
177176
github.com/PaesslerAG/gval v1.2.2 // indirect
178177
github.com/PaesslerAG/jsonpath v0.1.1 // indirect
@@ -248,15 +247,14 @@ require (
248247
github.com/cockroachdb/pebble v1.1.5 // indirect
249248
github.com/cockroachdb/redact v1.1.6 // indirect
250249
github.com/cockroachdb/tokenbucket v0.0.0-20250429170803-42689b6311bb // indirect
251-
github.com/containerd/containerd v1.7.27 // indirect
250+
github.com/containerd/containerd v1.7.29 // indirect
252251
github.com/containerd/errdefs v1.0.0 // indirect
253252
github.com/containerd/errdefs/pkg v0.3.0 // indirect
254253
github.com/containerd/log v0.1.0 // indirect
255254
github.com/containerd/platforms v0.2.1 // indirect
256255
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
257256
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
258-
github.com/creack/pty v1.1.20 // indirect
259-
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
257+
github.com/cyphar/filepath-securejoin v0.6.0 // indirect
260258
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
261259
github.com/dennwc/varint v1.0.0 // indirect
262260
github.com/devigned/tab v0.1.2-0.20190607222403-0c15cf42f9a2 // indirect
@@ -271,11 +269,7 @@ require (
271269
github.com/dimchansky/utfbom v1.1.1 // indirect
272270
github.com/dlclark/regexp2 v1.11.5 // indirect
273271
github.com/dnephin/pflag v1.0.7 // indirect
274-
github.com/docker/cli v27.5.0+incompatible // indirect
275-
github.com/docker/distribution v2.8.3+incompatible // indirect
276-
github.com/docker/docker-credential-helpers v0.8.2 // indirect
277272
github.com/docker/go-connections v0.6.0 // indirect
278-
github.com/docker/go-metrics v0.0.1 // indirect
279273
github.com/dop251/goja v0.0.0-20250630131328-58d95d85e994 // indirect
280274
github.com/dop251/goja_nodejs v0.0.0-20250409162600-f7acab6894b0 // indirect
281275
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -314,7 +308,7 @@ require (
314308
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
315309
github.com/envoyproxy/go-control-plane/envoy v1.35.0 // indirect
316310
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
317-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
311+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
318312
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
319313
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
320314
github.com/expr-lang/expr v1.17.6 // indirect
@@ -369,7 +363,7 @@ require (
369363
github.com/golang/snappy v1.0.0 // indirect
370364
github.com/gomodule/redigo v1.9.2 // indirect
371365
github.com/google/btree v1.1.3 // indirect
372-
github.com/google/cel-go v0.25.0 // indirect
366+
github.com/google/cel-go v0.26.0 // indirect
373367
github.com/google/flatbuffers v25.2.10+incompatible // indirect
374368
github.com/google/gnostic-models v0.7.0 // indirect
375369
github.com/google/go-querystring v1.1.0 // indirect
@@ -468,9 +462,7 @@ require (
468462
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
469463
github.com/mitchellh/reflectwalk v1.0.2 // indirect
470464
github.com/moby/docker-image-spec v1.3.1 // indirect
471-
github.com/moby/locker v1.0.1 // indirect
472465
github.com/moby/spdystream v0.5.0 // indirect
473-
github.com/moby/sys/mountinfo v0.7.2 // indirect
474466
github.com/moby/term v0.5.2 // indirect
475467
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
476468
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
@@ -583,8 +575,9 @@ require (
583575
github.com/relvacode/iso8601 v1.7.0 // indirect
584576
github.com/rogpeppe/go-internal v1.14.1 // indirect
585577
github.com/rs/cors v1.11.1 // indirect
586-
github.com/rubenv/sql-migrate v1.5.2 // indirect
578+
github.com/rubenv/sql-migrate v1.8.0 // indirect
587579
github.com/russross/blackfriday/v2 v2.1.0 // indirect
580+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
588581
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35 // indirect
589582
github.com/segmentio/fasthash v1.0.3 // indirect
590583
github.com/sergi/go-diff v1.3.1 // indirect
@@ -593,7 +586,7 @@ require (
593586
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect
594587
github.com/sirupsen/logrus v1.9.3 // indirect
595588
github.com/spf13/cast v1.10.0 // indirect
596-
github.com/spf13/pflag v1.0.9 // indirect
589+
github.com/spf13/pflag v1.0.10 // indirect
597590
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
598591
github.com/stackitcloud/stackit-sdk-go/core v0.17.3 // indirect
599592
github.com/stoewer/go-strcase v1.3.1 // indirect
@@ -621,9 +614,6 @@ require (
621614
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
622615
github.com/xdg-go/scram v1.1.2 // indirect
623616
github.com/xdg-go/stringprep v1.0.4 // indirect
624-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
625-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
626-
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
627617
github.com/xlab/treeprint v1.2.0 // indirect
628618
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
629619
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
@@ -749,15 +739,15 @@ require (
749739
gopkg.in/inf.v0 v0.9.1 // indirect
750740
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
751741
howett.net/plist v1.0.1 // indirect
752-
k8s.io/apiextensions-apiserver v0.32.2 // indirect
753-
k8s.io/apiserver v0.32.3 // indirect
754-
k8s.io/component-base v0.32.3 // indirect
742+
k8s.io/apiextensions-apiserver v0.34.0 // indirect
743+
k8s.io/apiserver v0.34.0 // indirect
744+
k8s.io/component-base v0.34.0 // indirect
755745
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
756-
k8s.io/kubectl v0.32.2 // indirect
746+
k8s.io/kubectl v0.34.0 // indirect
757747
k8s.io/kubelet v0.32.3 // indirect
758748
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
759749
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
760-
oras.land/oras-go v1.2.5 // indirect
750+
oras.land/oras-go/v2 v2.6.0 // indirect
761751
sigs.k8s.io/controller-runtime v0.20.4 // indirect
762752
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
763753
sigs.k8s.io/randfill v1.0.0 // indirect

0 commit comments

Comments
 (0)