Skip to content

Commit d35fdc3

Browse files
Bump helm.sh/helm/v3 from 3.11.2 to 3.14.3
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.2 to 3.14.3. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.11.2...v3.14.3) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed1ed75 commit d35fdc3

File tree

2 files changed

+79
-56
lines changed

2 files changed

+79
-56
lines changed

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/containernetworking/plugins v1.3.0
2929
github.com/coreos/go-oidc/v3 v3.6.0
3030
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
31-
github.com/docker/cli v24.0.5+incompatible
31+
github.com/docker/cli v24.0.6+incompatible
3232
github.com/envoyproxy/go-control-plane v0.11.2-0.20231019082134-6e4589f570e1
3333
github.com/evanphx/json-patch/v5 v5.7.0
3434
github.com/fatih/color v1.15.0
@@ -40,7 +40,7 @@ require (
4040
github.com/go-logr/logr v1.3.0
4141
github.com/gogo/protobuf v1.3.2
4242
github.com/golang/protobuf v1.5.3
43-
github.com/google/cel-go v0.16.1
43+
github.com/google/cel-go v0.17.7
4444
github.com/google/go-cmp v0.6.0
4545
github.com/google/go-containerregistry v0.16.1
4646
github.com/google/gofuzz v1.2.0
@@ -64,7 +64,7 @@ require (
6464
github.com/mitchellh/go-homedir v1.1.0
6565
github.com/mitchellh/hashstructure/v2 v2.0.2
6666
github.com/moby/buildkit v0.12.5
67-
github.com/onsi/gomega v1.27.10
67+
github.com/onsi/gomega v1.29.0
6868
github.com/openshift/api v0.0.0-20231212152002-ef62af078a93
6969
github.com/openshift/client-go v0.0.0-20231212205830-0ab0864ec8c2
7070
github.com/pires/go-proxyproto v0.7.0
@@ -78,7 +78,7 @@ require (
7878
github.com/quic-go/quic-go v0.38.0
7979
github.com/ryanuber/go-glob v1.0.0
8080
github.com/spaolacci/murmur3 v1.1.0
81-
github.com/spf13/cobra v1.7.0
81+
github.com/spf13/cobra v1.8.0
8282
github.com/spf13/pflag v1.0.5
8383
github.com/spf13/viper v1.16.0
8484
github.com/stoewer/go-strcase v1.3.0
@@ -112,17 +112,17 @@ require (
112112
gopkg.in/natefinch/lumberjack.v2 v2.2.1
113113
gopkg.in/yaml.v2 v2.4.0
114114
gopkg.in/yaml.v3 v3.0.1
115-
helm.sh/helm/v3 v3.12.3
115+
helm.sh/helm/v3 v3.14.3
116116
istio.io/api v1.20.7-0.20240515155511-75a5b25a3fe0
117117
istio.io/client-go v1.20.7-0.20240515155938-9601796eacaf
118-
k8s.io/api v0.28.3
119-
k8s.io/apiextensions-apiserver v0.28.3
120-
k8s.io/apimachinery v0.28.3
121-
k8s.io/apiserver v0.28.3
122-
k8s.io/cli-runtime v0.28.0
123-
k8s.io/client-go v0.28.3
124-
k8s.io/klog/v2 v2.100.1
125-
k8s.io/kubectl v0.28.0
118+
k8s.io/api v0.29.0
119+
k8s.io/apiextensions-apiserver v0.29.0
120+
k8s.io/apimachinery v0.29.0
121+
k8s.io/apiserver v0.29.0
122+
k8s.io/cli-runtime v0.29.0
123+
k8s.io/client-go v0.29.0
124+
k8s.io/klog/v2 v2.110.1
125+
k8s.io/kubectl v0.29.0
126126
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
127127
maistra.io/api v0.0.0-20240319144440-ffa91c765143
128128
sigs.k8s.io/controller-runtime v0.16.3
@@ -137,7 +137,7 @@ require (
137137
cloud.google.com/go/iam v1.1.5 // indirect
138138
cloud.google.com/go/longrunning v0.5.4 // indirect
139139
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
140-
github.com/BurntSushi/toml v1.2.1 // indirect
140+
github.com/BurntSushi/toml v1.3.2 // indirect
141141
github.com/MakeNowJust/heredoc v1.0.0 // indirect
142142
github.com/Masterminds/goutils v1.1.1 // indirect
143143
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -150,7 +150,7 @@ require (
150150
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
151151
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
152152
github.com/containerd/typeurl/v2 v2.1.1 // indirect
153-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
153+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
154154
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
155155
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
156156
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -206,14 +206,15 @@ require (
206206
github.com/mitchellh/mapstructure v1.5.0 // indirect
207207
github.com/mitchellh/reflectwalk v1.0.2 // indirect
208208
github.com/moby/spdystream v0.2.0 // indirect
209-
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
209+
github.com/moby/term v0.5.0 // indirect
210210
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
211211
github.com/modern-go/reflect2 v1.0.2 // indirect
212212
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
213213
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
214-
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
214+
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
215+
github.com/onsi/ginkgo/v2 v2.13.0 // indirect
215216
github.com/opencontainers/go-digest v1.0.0 // indirect
216-
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
217+
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
217218
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
218219
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
219220
github.com/quic-go/qpack v0.4.0 // indirect
@@ -245,7 +246,7 @@ require (
245246
google.golang.org/appengine v1.6.8 // indirect
246247
gopkg.in/inf.v0 v0.9.1 // indirect
247248
gopkg.in/ini.v1 v1.67.0 // indirect
248-
k8s.io/component-base v0.28.3 // indirect
249+
k8s.io/component-base v0.29.0 // indirect
249250
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
250251
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
251252
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)