Skip to content

Commit 24ca8bf

Browse files
chore(deps): update all non-major dependencies
1 parent a76866f commit 24ca8bf

File tree

4 files changed

+28
-40
lines changed

4 files changed

+28
-40
lines changed

Dockerfile

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ npm clean-install
2626
EOF
2727

2828
# kubectl
29-
COPY --from=docker.io/bitnami/kubectl:1.31.2@sha256:0eab9ec8f5e0f75271277467ebb7513b36dea0122bc68615d18c47fece4fd82c /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
29+
COPY --from=docker.io/bitnami/kubectl:1.31.3@sha256:67096b043f84a462b349ebcdcb4258a4f18d1de93ea43cf0df4c908bb877a1ad /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
3030
RUN kubectl version --client
3131

3232
# Helm
3333
# renovate: datasource=github-releases depName=helm/helm
34-
ARG HELM_VERSION=3.16.2
34+
ARG HELM_VERSION=3.16.3
3535
ENV HELM_URL=https://get.helm.sh/helm-v"${HELM_VERSION}"-linux-amd64.tar.gz
3636
RUN <<EOF
3737
curl -LSs "$HELM_URL" | tar xz
@@ -131,7 +131,7 @@ EOF
131131

132132
# Fairwinds Polaris
133133
# renovate: datasource=github-releases depName=FairwindsOps/polaris
134-
ARG POLARIS_VERSION=9.5.0
134+
ARG POLARIS_VERSION=9.6.0
135135
ENV POLARIS_URL=https://github.com/FairwindsOps/polaris/releases/download/${POLARIS_VERSION}/polaris_linux_amd64.tar.gz
136136
RUN <<EOF
137137
curl -LSs "$POLARIS_URL" | tar xz
@@ -153,7 +153,7 @@ EOF
153153

154154
# Stackrox Kube Linter
155155
# renovate: datasource=github-releases depName=stackrox/kube-linter
156-
ARG KUBE_LINTER_VERSION=v0.6.8
156+
ARG KUBE_LINTER_VERSION=v0.7.1
157157
ENV KUBE_LINTER_URL=https://github.com/stackrox/kube-linter/releases/download/${KUBE_LINTER_VERSION}/kube-linter-linux.tar.gz
158158
RUN <<EOF
159159
curl -LSs "$KUBE_LINTER_URL" | tar xz
@@ -197,7 +197,7 @@ EOF
197197

198198
# Kubesec
199199
# renovate: datasource=github-releases depName=controlplaneio/kubesec
200-
ARG KUBESEC_VERSION=2.14.1
200+
ARG KUBESEC_VERSION=2.14.2
201201
ENV KUBESEC_URL=https://github.com/controlplaneio/kubesec/releases/download/v${KUBESEC_VERSION}/kubesec_linux_amd64.tar.gz
202202
RUN <<EOF
203203
curl -LSs "$KUBESEC_URL" | tar xz
@@ -218,7 +218,7 @@ EOF
218218

219219
# Trivy
220220
# renovate: datasource=github-releases depName=aquasecurity/trivy
221-
ARG TRIVY_VERSION=0.57.0
221+
ARG TRIVY_VERSION=0.57.1
222222
ENV TRIVY_URL=https://github.com/aquasecurity/trivy/releases/download/v${TRIVY_VERSION}/trivy_${TRIVY_VERSION}_Linux-64bit.tar.gz
223223
RUN <<EOF
224224
curl -LSs "$TRIVY_URL" | tar xz
@@ -229,7 +229,7 @@ EOF
229229

230230
# yq
231231
# renovate: datasource=github-releases depName=mikefarah/yq
232-
ARG YQ_VERSION=4.44.3
232+
ARG YQ_VERSION=4.44.5
233233
ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_amd64
234234
RUN <<EOF
235235
curl -LSsO "$YQ_URL"
@@ -240,7 +240,7 @@ EOF
240240

241241
# kubescape
242242
# renovate: datasource=github-releases depName=armosec/kubescape
243-
ARG KUBESCAPE_VERSION=3.0.18
243+
ARG KUBESCAPE_VERSION=3.0.21
244244
ENV KUBESCAPE_URL=https://github.com/armosec/kubescape/releases/download/v${KUBESCAPE_VERSION}/kubescape-ubuntu-latest
245245
RUN <<EOF
246246
curl -LSsO "$KUBESCAPE_URL"
@@ -253,7 +253,7 @@ EOF
253253

254254
# gomplate
255255
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
256-
ARG GOMPLATE_VERSION=4.1.0
256+
ARG GOMPLATE_VERSION=4.2.0
257257
ENV GOMPLATE_URL=https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64
258258
RUN <<EOF
259259
curl -LSsO "$GOMPLATE_URL"
@@ -320,7 +320,7 @@ EOF
320320

321321
# kyverno cli
322322
# renovate: datasource=github-releases depName=kyverno/kyverno
323-
ARG KYVERNO_CLI_VERSION=1.13.0
323+
ARG KYVERNO_CLI_VERSION=1.13.1
324324
ENV KYVERNO_CLI_URL=https://github.com/kyverno/kyverno/releases/download/v${KYVERNO_CLI_VERSION}/kyverno-cli_v${KYVERNO_CLI_VERSION}_linux_x86_64.tar.gz
325325
RUN <<EOF
326326
curl -LSs "$KYVERNO_CLI_URL" | tar xz

package-lock.json

+16-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "github.com/chgl",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"markdownlint-cli": "0.42.0",
13+
"markdownlint-cli": "0.43.0",
1414
"prettier": "3.3.3"
1515
}
1616
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
yamale==5.2.1
22
yamllint==1.35.1
33
pre-commit==4.0.1
4-
checkov==3.2.277
4+
checkov==3.2.311

0 commit comments

Comments
 (0)