Skip to content

Commit

Permalink
Merge pull request #73 from gdisdevops/renovate/getsentry-sentry-cli-2.x
Browse files Browse the repository at this point in the history
update sentry cli to 2.30.1
  • Loading branch information
Lerentis authored Mar 12, 2024
2 parents 05d3bfe + 85104f5 commit ad4a501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jenkins-inbound-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG HELM_VERSION=v3.12.3
ARG ANSIBLE_VERSION=8.4.0
ARG INFRACOST_VERSION=v0.10.29
ARG COSIGN_VERSION=1.13.2
ARG SENTRY_CLI_VERSION=2.21.2
ARG SENTRY_CLI_VERSION=2.30.1
ARG CHECKOV_VERSION=2.4.36
ARG VAULT_CRD_RENDERER_VERSION=1.0.7
ARG PIP_HVAC_VERSION=1.2.1
Expand Down Expand Up @@ -51,7 +51,7 @@ RUN set -eux; \
INFRACOST_DOWNLOAD_URL="https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}"; \
COSIGN_DOWNLOAD_URL="https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_arm64.deb"; \
SENTRY_DOWNLOAD_URL="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=aarch64&platform=Linux&package=sentry-cli"; \
SENTRY_HASHSUM="aa6085a9b24e349dbcef301127aebc6e8c3adfa8389964df5e91d96b3fb92e08"; \
SENTRY_HASHSUM="11dee7f6459245d8cedbce4139342b89d24759bba7a90205be4e4b9cbdd2b7e5"; \
VAULT_CRD_RENDERER_URL="https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}"; \
KYVERNO_CLI_DOWNLOAD_URL="https://github.com/kyverno/kyverno/releases/download/${KYVERNO_CLI_VERSION}/kyverno-cli_${KYVERNO_CLI_VERSION}_linux_arm64.tar.gz" \
;; \
Expand All @@ -66,7 +66,7 @@ RUN set -eux; \
INFRACOST_DOWNLOAD_URL="https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}"; \
COSIGN_DOWNLOAD_URL="https://github.com/sigstore/cosign/releases/download/v${COSIGN_VERSION}/cosign_${COSIGN_VERSION}_amd64.deb"; \
SENTRY_DOWNLOAD_URL="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=x86_64&platform=Linux&package=sentry-cli"; \
SENTRY_HASHSUM="0016d21b20d6b83fe10d514d10ca1dbed854e8694d71fada9749e702730ed728"; \
SENTRY_HASHSUM="35ccca7cf53e2b7cd5f76311b43315f3267ee123af0184671cca6746c7499b10"; \
VAULT_CRD_RENDERER_URL="https://github.com/DaspawnW/vault-crd-helm-renderer/releases/download/v${VAULT_CRD_RENDERER_VERSION}"; \
KYVERNO_CLI_DOWNLOAD_URL="https://github.com/kyverno/kyverno/releases/download/${KYVERNO_CLI_VERSION}/kyverno-cli_${KYVERNO_CLI_VERSION}_linux_x86_64.tar.gz" \
;; \
Expand Down
2 changes: 1 addition & 1 deletion utils/sentry_cli_hashsums.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SENTRY_CLI_VERSION=2.21.2
SENTRY_CLI_VERSION=2.30.1
SENTRY_DOWNLOAD_URL_ARM="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=aarch64&platform=Linux&package=sentry-cli"
SENTRY_DOWNLOAD_URL_x86="https://release-registry.services.sentry.io/apps/sentry-cli/${SENTRY_CLI_VERSION}?response=download&arch=x86_64&platform=Linux&package=sentry-cli"

Expand Down

0 comments on commit ad4a501

Please sign in to comment.