Skip to content

Commit f033cfe

Browse files
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] <[email protected]>
1 parent 866184c commit f033cfe

File tree

2 files changed

+31
-55
lines changed

2 files changed

+31
-55
lines changed

go.mod

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/Azure/go-autorest/autorest v0.11.29
99
github.com/Azure/go-autorest/autorest/adal v0.9.24
1010
github.com/Masterminds/semver v1.5.0
11-
github.com/Masterminds/semver/v3 v3.2.1
12-
github.com/Masterminds/sprig/v3 v3.2.3
11+
github.com/Masterminds/semver/v3 v3.3.0
12+
github.com/Masterminds/sprig/v3 v3.3.0
1313
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
1414
github.com/aws/aws-sdk-go v1.55.5
1515
github.com/bitnami-labs/sealed-secrets v0.27.1
@@ -76,10 +76,10 @@ require (
7676
gopkg.in/ini.v1 v1.67.0
7777
gopkg.in/yaml.v2 v2.4.0
7878
gopkg.in/yaml.v3 v3.0.1
79-
helm.sh/helm/v3 v3.15.4
79+
helm.sh/helm/v3 v3.16.1
8080
k8s.io/api v0.31.0
8181
k8s.io/apimachinery v0.31.0
82-
k8s.io/cli-runtime v0.30.3
82+
k8s.io/cli-runtime v0.31.0
8383
k8s.io/client-go v0.31.0
8484
k8s.io/cluster-bootstrap v0.31.0
8585
k8s.io/helm v2.17.0+incompatible
@@ -89,7 +89,7 @@ require (
8989
oras.land/oras-go/v2 v2.5.0
9090
sigs.k8s.io/application v0.8.3
9191
sigs.k8s.io/controller-runtime v0.19.0
92-
sigs.k8s.io/kustomize/api v0.16.0
92+
sigs.k8s.io/kustomize/api v0.17.2
9393
sigs.k8s.io/kustomize/kyaml v0.17.2
9494
sigs.k8s.io/yaml v1.4.0
9595
)
@@ -98,7 +98,7 @@ require (
9898
cloud.google.com/go v0.112.1 // indirect
9999
cloud.google.com/go/compute/metadata v0.3.0 // indirect
100100
cloud.google.com/go/iam v1.1.7 // indirect
101-
dario.cat/mergo v1.0.0 // indirect
101+
dario.cat/mergo v1.0.1 // indirect
102102
filippo.io/edwards25519 v1.1.0 // indirect
103103
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
104104
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -246,7 +246,7 @@ require (
246246
github.com/jackc/pgx/v5 v5.6.0 // indirect
247247
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
248248
github.com/jmespath/go-jmespath v0.4.0 // indirect
249-
github.com/jmoiron/sqlx v1.3.5 // indirect
249+
github.com/jmoiron/sqlx v1.4.0 // indirect
250250
github.com/josharian/intern v1.0.0 // indirect
251251
github.com/json-iterator/go v1.1.12 // indirect
252252
github.com/k0sproject/k0s v1.29.9-0.20240821114611-d76eb6bb05a7 // indirect
@@ -309,7 +309,7 @@ require (
309309
github.com/redis/go-redis/v9 v9.5.1 // indirect
310310
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851 // indirect
311311
github.com/rivo/uniseg v0.4.7 // indirect
312-
github.com/rubenv/sql-migrate v1.5.2 // indirect
312+
github.com/rubenv/sql-migrate v1.7.0 // indirect
313313
github.com/russross/blackfriday/v2 v2.1.0 // indirect
314314
github.com/sagikazarmark/locafero v0.4.0 // indirect
315315
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -323,7 +323,7 @@ require (
323323
github.com/skeema/knownhosts v1.2.2 // indirect
324324
github.com/sourcegraph/conc v0.3.0 // indirect
325325
github.com/spf13/afero v1.11.0 // indirect
326-
github.com/spf13/cast v1.6.0 // indirect
326+
github.com/spf13/cast v1.7.0 // indirect
327327
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
328328
github.com/subosito/gotenv v1.6.0 // indirect
329329
github.com/sylabs/sif/v2 v2.18.0 // indirect
@@ -377,7 +377,6 @@ require (
377377
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
378378
google.golang.org/grpc v1.65.0 // indirect
379379
google.golang.org/protobuf v1.34.2 // indirect
380-
gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
381380
gopkg.in/inf.v0 v0.9.1 // indirect
382381
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
383382
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -386,7 +385,7 @@ require (
386385
k8s.io/component-base v0.31.0 // indirect
387386
k8s.io/klog/v2 v2.130.1 // indirect
388387
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
389-
k8s.io/kubectl v0.30.3 // indirect
388+
k8s.io/kubectl v0.31.0 // indirect
390389
oras.land/oras-go v1.2.6 // indirect
391390
periph.io/x/host/v3 v3.8.2 // indirect
392391
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

0 commit comments

Comments
 (0)