Skip to content

Commit d0f6285

Browse files
Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 (#2275)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.16.1 to 3.16.2. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.1...v3.16.2) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1509b34 commit d0f6285

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ require (
2121
gocloud.dev v0.40.0
2222
golang.org/x/net v0.30.0
2323
golang.org/x/time v0.7.0
24-
helm.sh/helm/v3 v3.16.1
25-
k8s.io/api v0.31.0
26-
k8s.io/apiextensions-apiserver v0.31.0
27-
k8s.io/apimachinery v0.31.0
24+
helm.sh/helm/v3 v3.16.2
25+
k8s.io/api v0.31.1
26+
k8s.io/apiextensions-apiserver v0.31.1
27+
k8s.io/apimachinery v0.31.1
2828
k8s.io/client-go v1.5.2
2929
k8s.io/kubernetes v1.30.2
3030
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
@@ -218,12 +218,12 @@ require (
218218
gopkg.in/ini.v1 v1.67.0 // indirect
219219
gopkg.in/yaml.v2 v2.4.0 // indirect
220220
gopkg.in/yaml.v3 v3.0.1 // indirect
221-
k8s.io/apiserver v0.31.0 // indirect
222-
k8s.io/cli-runtime v0.31.0 // indirect
223-
k8s.io/component-base v0.31.0 // indirect
221+
k8s.io/apiserver v0.31.1 // indirect
222+
k8s.io/cli-runtime v0.31.1 // indirect
223+
k8s.io/component-base v0.31.1 // indirect
224224
k8s.io/klog/v2 v2.130.1 // indirect
225225
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
226-
k8s.io/kubectl v0.31.0 // indirect
226+
k8s.io/kubectl v0.31.1 // indirect
227227
oras.land/oras-go v1.2.5 // indirect
228228
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
229229
sigs.k8s.io/kustomize/api v0.17.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
705705
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
706706
gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o=
707707
gotest.tools/v3 v3.4.0/go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g=
708-
helm.sh/helm/v3 v3.16.1 h1:cER6tI/8PgUAsaJaQCVBUg3VI9KN4oVaZJgY60RIc0c=
709-
helm.sh/helm/v3 v3.16.1/go.mod h1:r+xBHHP20qJeEqtvBXMf7W35QDJnzY/eiEBzt+TfHps=
708+
helm.sh/helm/v3 v3.16.2 h1:Y9v7ry+ubQmi+cb5zw1Llx8OKHU9Hk9NQ/+P+LGBe2o=
709+
helm.sh/helm/v3 v3.16.2/go.mod h1:SyTXgKBjNqi2NPsHCW5dDAsHqvGIu0kdNYNH9gQaw70=
710710
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
711711
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
712712
k8s.io/api v0.29.3 h1:2ORfZ7+bGC3YJqGpV0KSDDEVf8hdGQ6A03/50vj8pmw=

0 commit comments

Comments
 (0)