Skip to content

Commit 3a9d332

Browse files
build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.16.1
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.15.4 to 3.16.1. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.15.4...v3.16.1) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 731ee2a commit 3a9d332

File tree

2 files changed

+46
-70
lines changed

2 files changed

+46
-70
lines changed

go.mod

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,21 @@ require (
1717
github.com/veqryn/slog-context v0.7.0
1818
google.golang.org/grpc v1.67.0
1919
google.golang.org/protobuf v1.34.2
20-
helm.sh/helm/v3 v3.15.4
20+
helm.sh/helm/v3 v3.16.1
2121
k8s.io/api v0.31.1
2222
k8s.io/apimachinery v0.31.1
2323
k8s.io/client-go v0.31.1
2424
)
2525

2626
require (
27+
dario.cat/mergo v1.0.1 // indirect
2728
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240716105424-66b64c4bb379 // indirect
2829
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2930
github.com/BurntSushi/toml v1.4.0 // indirect
3031
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3132
github.com/Masterminds/goutils v1.1.1 // indirect
32-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
33-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
33+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
34+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
3435
github.com/Masterminds/squirrel v1.5.4 // indirect
3536
github.com/Microsoft/hcsshim v0.12.5 // indirect
3637
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -135,7 +136,7 @@ require (
135136
github.com/sirupsen/logrus v1.9.3 // indirect
136137
github.com/sourcegraph/conc v0.3.0 // indirect
137138
github.com/spf13/afero v1.11.0 // indirect
138-
github.com/spf13/cast v1.6.0 // indirect
139+
github.com/spf13/cast v1.7.0 // indirect
139140
github.com/subosito/gotenv v1.6.0 // indirect
140141
github.com/x448/float16 v0.8.4 // indirect
141142
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -163,13 +164,13 @@ require (
163164
gopkg.in/ini.v1 v1.67.0 // indirect
164165
gopkg.in/yaml.v2 v2.4.0 // indirect
165166
gopkg.in/yaml.v3 v3.0.1 // indirect
166-
k8s.io/apiextensions-apiserver v0.30.3 // indirect
167-
k8s.io/apiserver v0.30.3 // indirect
168-
k8s.io/cli-runtime v0.30.3 // indirect
169-
k8s.io/component-base v0.30.3 // indirect
167+
k8s.io/apiextensions-apiserver v0.31.0 // indirect
168+
k8s.io/apiserver v0.31.0 // indirect
169+
k8s.io/cli-runtime v0.31.0 // indirect
170+
k8s.io/component-base v0.31.0 // indirect
170171
k8s.io/klog/v2 v2.130.1 // indirect
171172
k8s.io/kube-openapi v0.0.0-20240726031636-6f6746feab9c // indirect
172-
k8s.io/kubectl v0.30.3 // indirect
173+
k8s.io/kubectl v0.31.0 // indirect
173174
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
174175
oras.land/oras-go v1.2.6 // indirect
175176
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

0 commit comments

Comments
 (0)