Skip to content

chore: script to check if OBI PR released - #2421

Merged
skl merged 2 commits into
mainfrom
skl/release-lookup
Jan 15, 2026
Merged

chore: script to check if OBI PR released#2421
skl merged 2 commits into
mainfrom
skl/release-lookup

Conversation

@skl

@skl skl commented Jan 15, 2026

Copy link
Copy Markdown
Member

I was finding it difficult to determine if/when OBI PRs are released in Beyla, so I generated this script which uses gh (GitHub CLI). Maybe others would find it useful?

Example below to find if the OBI PR linked to this issue open-telemetry/opentelemetry-ebpf-instrumentation#995 was released in Beyla (it wasn't):

./scripts/release-lookup.sh --obi 995
[info] Issue #995: Use HTTP Host header for service name resolution when K8s lookup fails (state: closed)
[info] Found linked PR #997: fix: fallback to http host header for service graph

OBI Issue #995 (PR #997) was not yet released as part of Beyla

Another example with open-telemetry/opentelemetry-ebpf-instrumentation#896:

❯ ./scripts/release-lookup.sh --obi 896

OBI PR #896 was released as part of Beyla 2.8.0

@skl
skl requested a review from a team as a code owner January 15, 2026 14:15
@codecov-commenter

codecov-commenter commented Jan 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.42%. Comparing base (f1773a4) to head (1f113c1).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2421   +/-   ##
=======================================
  Coverage   43.42%   43.42%           
=======================================
  Files          40       40           
  Lines        3155     3155           
=======================================
  Hits         1370     1370           
  Misses       1660     1660           
  Partials      125      125           
Flag Coverage Δ
unittests 43.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@marctc marctc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can explain in the release docs that exists this? Could be useful for patches

@skl

skl commented Jan 15, 2026

Copy link
Copy Markdown
Member Author

@marctc done in 1f113c1

@marctc marctc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@skl
skl merged commit 7676637 into main Jan 15, 2026
14 checks passed
@skl
skl deleted the skl/release-lookup branch January 15, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants