Skip to content

Commit 1222500

Browse files
🌱 Bump helm.sh/helm/v3 from 3.20.2 to 3.21.0 (#529)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.20.2 to 3.21.0. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.20.2...v3.21.0) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3a78cc commit 1222500

2 files changed

Lines changed: 73 additions & 76 deletions

File tree

go.mod

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/spf13/pflag v1.0.10
1616
github.com/stretchr/testify v1.11.1
1717
gomodules.xyz/jsonpatch/v2 v2.5.0
18-
helm.sh/helm/v3 v3.20.2
18+
helm.sh/helm/v3 v3.21.0
1919
k8s.io/api v0.35.1
2020
k8s.io/apiextensions-apiserver v0.35.1
2121
k8s.io/apimachinery v0.35.1
@@ -79,7 +79,6 @@ require (
7979
github.com/google/uuid v1.6.0 // indirect
8080
github.com/gosuri/uitable v0.0.4 // indirect
8181
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
82-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
8382
github.com/hashicorp/errwrap v1.1.0 // indirect
8483
github.com/hashicorp/go-multierror v1.1.1 // indirect
8584
github.com/huandu/xstrings v1.5.0 // indirect
@@ -89,7 +88,7 @@ require (
8988
github.com/klauspost/compress v1.18.0 // indirect
9089
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
9190
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
92-
github.com/lib/pq v1.10.9 // indirect
91+
github.com/lib/pq v1.11.2 // indirect
9392
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
9493
github.com/mattn/go-colorable v0.1.13 // indirect
9594
github.com/mattn/go-isatty v0.0.17 // indirect
@@ -107,8 +106,8 @@ require (
107106
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
108107
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
109108
github.com/prometheus/client_model v0.6.2 // indirect
110-
github.com/prometheus/common v0.67.1 // indirect
111-
github.com/prometheus/procfs v0.18.0 // indirect
109+
github.com/prometheus/common v0.67.5 // indirect
110+
github.com/prometheus/procfs v0.20.1 // indirect
112111
github.com/rivo/uniseg v0.4.2 // indirect
113112
github.com/rubenv/sql-migrate v1.8.1 // indirect
114113
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -118,26 +117,23 @@ require (
118117
github.com/spf13/cast v1.7.0 // indirect
119118
github.com/x448/float16 v0.8.4 // indirect
120119
github.com/xlab/treeprint v1.2.0 // indirect
121-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
122-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
123-
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
124120
go.uber.org/multierr v1.11.0 // indirect
125121
go.uber.org/zap v1.27.0 // indirect
126-
go.yaml.in/yaml/v2 v2.4.3 // indirect
122+
go.yaml.in/yaml/v2 v2.4.4 // indirect
127123
go.yaml.in/yaml/v3 v3.0.4 // indirect
128124
golang.org/x/crypto v0.50.0 // indirect
129125
golang.org/x/mod v0.35.0 // indirect
130126
golang.org/x/net v0.53.0 // indirect
131-
golang.org/x/oauth2 v0.34.0 // indirect
127+
golang.org/x/oauth2 v0.35.0 // indirect
132128
golang.org/x/sync v0.20.0 // indirect
133129
golang.org/x/sys v0.43.0 // indirect
134130
golang.org/x/term v0.42.0 // indirect
135131
golang.org/x/text v0.36.0 // indirect
136132
golang.org/x/time v0.14.0 // indirect
137133
golang.org/x/tools v0.44.0 // indirect
138-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
139-
google.golang.org/grpc v1.79.3 // indirect
140-
google.golang.org/protobuf v1.36.10 // indirect
134+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
135+
google.golang.org/grpc v1.80.0 // indirect
136+
google.golang.org/protobuf v1.36.11 // indirect
141137
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
142138
gopkg.in/inf.v0 v0.9.1 // indirect
143139
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)