Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#488)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 759c5f2 commit 88f2b85
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 40 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ npm clean-install
EOF

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

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

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

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

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

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

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

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

# gomplate
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ARG GOMPLATE_VERSION=4.1.0
ARG GOMPLATE_VERSION=4.2.0
ENV GOMPLATE_URL=https://github.com/hairyhenderson/gomplate/releases/download/v${GOMPLATE_VERSION}/gomplate_linux-amd64
RUN <<EOF
curl -LSsO "$GOMPLATE_URL"
Expand Down Expand Up @@ -320,7 +320,7 @@ EOF

# kyverno cli
# renovate: datasource=github-releases depName=kyverno/kyverno
ARG KYVERNO_CLI_VERSION=1.13.0
ARG KYVERNO_CLI_VERSION=1.13.1
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
RUN <<EOF
curl -LSs "$KYVERNO_CLI_URL" | tar xz
Expand Down
44 changes: 16 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "github.com/chgl",
"license": "Apache-2.0",
"dependencies": {
"markdownlint-cli": "0.42.0",
"markdownlint-cli": "0.43.0",
"prettier": "3.3.3"
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yamale==5.2.1
yamllint==1.35.1
pre-commit==4.0.1
checkov==3.2.277
checkov==3.2.311

0 comments on commit 88f2b85

Please sign in to comment.