From bc574f6c6d39978d328637d8ecd39802ece58b89 Mon Sep 17 00:00:00 2001 From: sourcegraph secbot Date: Thu, 18 Apr 2024 09:41:53 +0000 Subject: [PATCH] jaeger/1.56.0 package update --- wolfi-packages/jaeger.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/wolfi-packages/jaeger.yaml b/wolfi-packages/jaeger.yaml index f369ee2956d..d04605e37fc 100644 --- a/wolfi-packages/jaeger.yaml +++ b/wolfi-packages/jaeger.yaml @@ -1,16 +1,13 @@ -# Melange-based replacement for Coursier -# Previously packaged in the scip-java repo - package: name: jaeger - version: 1.45.0 # Keep in sync with version in sg.config.yaml - epoch: 8 + version: 1.56.0 # Keep in sync with version in sg.config.yaml + epoch: 0 description: "Distributed Tracing Platform" target-architecture: - x86_64 copyright: - paths: - - "*" + - "*" attestation: 'Copyright The Jaeger Authors' license: 'Apache License 2.0' dependencies: @@ -29,7 +26,7 @@ pipeline: - uses: fetch with: uri: https://github.com/jaegertracing/jaeger/releases/download/v${{package.version}}/jaeger-${{package.version}}-linux-amd64.tar.gz - expected-sha256: c139b7ec4b9e5b7ace2e3966e6187e1cb3292325192685793ab038c2c9c5d2e1 + expected-sha256: cc838a446eb3388bc02cea94d63f3302d303bba83515fb121023c9a7ab30600d extract: true strip-components: 0 @@ -46,6 +43,7 @@ subpackages: set -x mkdir -p "${{targets.subpkgdir}}/usr/local/bin/" cp "${{targets.destdir}}/usr/local/bin/jaeger-agent" "${{targets.subpkgdir}}/usr/local/bin/" + - name: jaeger-all-in-one description: Jaeger All-In-One pipeline: