Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jaeger/1.65.0 package update #39045

Merged
merged 5 commits into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions jaeger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: jaeger
version: 1.63.0
version: 1.65.0
epoch: 0
description: Jaeger, a Distributed Tracing Platform

Expand All @@ -9,7 +9,7 @@ pipeline:
with:
repository: https://github.com/jaegertracing/jaeger
tag: v${{package.version}}
expected-commit: 3f752c2f434fabde20694816c264cfe8b546c575
expected-commit: b3be0117dc69484a47addb38aa18f599315622da
recurse-submodules: true

environment:
Expand Down Expand Up @@ -46,8 +46,9 @@ subpackages:
if [[ "${{range.key}}" = "all-in-one" ]]; then
mkdir -p jaeger-ui/packages/jaeger-ui/build
rm -rf cmd/query/app/ui/actual/*
yarn install --frozen-lockfile --cwd jaeger-ui
yarn install --cwd jaeger-ui
cd jaeger-ui/packages/jaeger-ui/build
npm install
yarn build
fi
- runs: |
Expand Down
Loading