Skip to content

Commit 3befeec

Browse files
author
Kalen Wessel
committed
Bump kubeconform to v0.7.0
1 parent c384743 commit 3befeec

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ golangci-lint 2.1.6
44
helm 3.16.3
55
helm-cr 1.6.1
66
helm-ct 3.11.0
7-
kubeconform 0.6.7
7+
kubeconform 0.7.0
88
kustomize 5.6.0
99
mockery 3.3.4
1010
tilt 0.33.2

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ test-helm:
177177
FROM quay.io/helmpack/chart-testing:v${CHART_TESTING_VERSION}
178178

179179
# install kubeconform
180-
ARG KUBECONFORM_VERSION="0.6.4"
180+
ARG KUBECONFORM_VERSION="0.7.0"
181181
RUN FILE=kubeconform.tgz \
182182
&& URL=https://github.com/yannh/kubeconform/releases/download/v${KUBECONFORM_VERSION}/kubeconform-linux-${USERARCH}.tar.gz \
183183
&& wget ${URL} \

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/spf13/viper v1.20.1
4242
github.com/stretchr/testify v1.10.0
4343
github.com/xanzy/go-gitlab v0.114.0
44-
github.com/yannh/kubeconform v0.6.4
44+
github.com/yannh/kubeconform v0.7.0
4545
github.com/ziflex/lecho/v3 v3.8.0
4646
go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
4747
go.opentelemetry.io/otel v1.36.0
@@ -248,7 +248,7 @@ require (
248248
github.com/rogpeppe/go-internal v1.13.1 // indirect
249249
github.com/russross/blackfriday/v2 v2.1.0 // indirect
250250
github.com/sagikazarmark/locafero v0.7.0 // indirect
251-
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
251+
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect
252252
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
253253
github.com/shopspring/decimal v1.4.0 // indirect
254254
github.com/shteou/go-ignore v0.3.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)