Skip to content

Commit b65fd63

Browse files
🌱 Bump helm.sh/helm/v3 from 3.17.3 to 3.18.0
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.17.3 to 3.18.0. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.17.3...v3.18.0) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a61b22 commit b65fd63

File tree

2 files changed

+40
-82
lines changed

2 files changed

+40
-82
lines changed

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/operator-framework/operator-controller
22

3-
go 1.23.4
3+
go 1.24.0
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
@@ -29,14 +29,14 @@ require (
2929
golang.org/x/sync v0.14.0
3030
golang.org/x/tools v0.33.0
3131
gopkg.in/yaml.v2 v2.4.0
32-
helm.sh/helm/v3 v3.17.3
33-
k8s.io/api v0.32.3
34-
k8s.io/apiextensions-apiserver v0.32.3
35-
k8s.io/apimachinery v0.32.3
36-
k8s.io/apiserver v0.32.3
37-
k8s.io/cli-runtime v0.32.3
38-
k8s.io/client-go v0.32.3
39-
k8s.io/component-base v0.32.3
32+
helm.sh/helm/v3 v3.18.0
33+
k8s.io/api v0.33.0
34+
k8s.io/apiextensions-apiserver v0.33.0
35+
k8s.io/apimachinery v0.33.0
36+
k8s.io/apiserver v0.33.0
37+
k8s.io/cli-runtime v0.33.0
38+
k8s.io/client-go v0.33.0
39+
k8s.io/component-base v0.33.0
4040
k8s.io/klog/v2 v2.130.1
4141
k8s.io/kubernetes v1.32.3
4242
k8s.io/utils v0.0.0-20241210054802-24370beab758
@@ -46,7 +46,7 @@ require (
4646

4747
require (
4848
k8s.io/component-helpers v0.32.3 // indirect
49-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
49+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
5050
)
5151

5252
require (
@@ -91,10 +91,9 @@ require (
9191
github.com/docker/docker v28.0.4+incompatible // indirect
9292
github.com/docker/docker-credential-helpers v0.9.3 // indirect
9393
github.com/docker/go-connections v0.5.0 // indirect
94-
github.com/docker/go-metrics v0.0.1 // indirect
9594
github.com/docker/go-units v0.5.0 // indirect
9695
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
97-
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
96+
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
9897
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
9998
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
10099
github.com/fatih/color v1.16.0 // indirect
@@ -129,7 +128,7 @@ require (
129128
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
130129
github.com/google/uuid v1.6.0 // indirect
131130
github.com/gorilla/mux v1.8.1 // indirect
132-
github.com/gorilla/websocket v1.5.3 // indirect
131+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
133132
github.com/gosuri/uitable v0.0.4 // indirect
134133
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
135134
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
@@ -188,7 +187,7 @@ require (
188187
github.com/prometheus/common v0.62.0 // indirect
189188
github.com/prometheus/procfs v0.15.1 // indirect
190189
github.com/rivo/uniseg v0.4.7 // indirect
191-
github.com/rubenv/sql-migrate v1.7.1 // indirect
190+
github.com/rubenv/sql-migrate v1.8.0 // indirect
192191
github.com/russross/blackfriday/v2 v2.1.0 // indirect
193192
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
194193
github.com/shopspring/decimal v1.4.0 // indirect
@@ -242,14 +241,15 @@ require (
242241
gopkg.in/warnings.v0 v0.1.2 // indirect
243242
gopkg.in/yaml.v3 v3.0.1 // indirect
244243
k8s.io/controller-manager v0.32.3 // indirect
245-
k8s.io/kubectl v0.32.3 // indirect
246-
oras.land/oras-go v1.2.5 // indirect
244+
k8s.io/kubectl v0.33.0 // indirect
245+
oras.land/oras-go/v2 v2.5.0 // indirect
247246
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.1 // indirect
248247
sigs.k8s.io/gateway-api v1.1.0 // indirect
249248
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
250-
sigs.k8s.io/kustomize/api v0.18.0 // indirect
251-
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
252-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
249+
sigs.k8s.io/kustomize/api v0.19.0 // indirect
250+
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
251+
sigs.k8s.io/randfill v1.0.0 // indirect
252+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
253253
)
254254

255255
// cel-go v0.23.0 upgrade causes errors raised from the vendor source which lead to think in

0 commit comments

Comments
 (0)