Skip to content

Commit 678f50b

Browse files
authored
Merge pull request #223 from vmware-tanzu/dependabot/go_modules/helm.sh/helm/v3-3.14.2
chore(deps): Bump helm.sh/helm/v3 from 3.14.1 to 3.14.2
2 parents 47982c2 + 5d28d6c commit 678f50b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/cobra v1.8.0
1313
gopkg.in/yaml.v2 v2.4.0
1414
gopkg.in/yaml.v3 v3.0.1
15-
helm.sh/helm/v3 v3.14.1
15+
helm.sh/helm/v3 v3.14.2
1616
)
1717

1818
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
199199
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
200200
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
201201
gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=
202-
helm.sh/helm/v3 v3.14.1 h1:4AwRLx+wfzlPtvrsbDmWP5PUokGmf9/nAmEdk21vae8=
203-
helm.sh/helm/v3 v3.14.1/go.mod h1:2itvvDv2WSZXTllknfQo6j7u3VVgMAvm8POCDgYH424=
202+
helm.sh/helm/v3 v3.14.2 h1:V71fv+NGZv0icBlr+in1MJXuUIHCiPG1hW9gEBISTIA=
203+
helm.sh/helm/v3 v3.14.2/go.mod h1:2itvvDv2WSZXTllknfQo6j7u3VVgMAvm8POCDgYH424=
204204
k8s.io/api v0.29.0 h1:NiCdQMY1QOp1H8lfRyeEf8eOwV6+0xA6XEE44ohDX2A=
205205
k8s.io/api v0.29.0/go.mod h1:sdVmXoz2Bo/cb77Pxi71IPTSErEW32xa4aXwKH7gfBA=
206206
k8s.io/apiextensions-apiserver v0.29.0 h1:0VuspFG7Hj+SxyF/Z/2T0uFbI5gb5LRgEyUVE3Q4lV0=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ gopkg.in/yaml.v2
236236
# gopkg.in/yaml.v3 v3.0.1 => github.com/atomatt/yaml v0.0.0-20200403124456-7b932d16ab90
237237
## explicit
238238
gopkg.in/yaml.v3
239-
# helm.sh/helm/v3 v3.14.1
239+
# helm.sh/helm/v3 v3.14.2
240240
## explicit; go 1.21
241241
helm.sh/helm/v3/internal/sympath
242242
helm.sh/helm/v3/internal/version

0 commit comments

Comments
 (0)