Skip to content

chore: allow api/sdk/experimental release type mismatch#6501

Merged
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
dynatrace-oss-contrib:chore/allow-api-sdk-releasetype-mismatch
Mar 18, 2026
Merged

chore: allow api/sdk/experimental release type mismatch#6501
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
dynatrace-oss-contrib:chore/allow-api-sdk-releasetype-mismatch

Conversation

@pichlermarc
Copy link
Copy Markdown
Member

Which problem is this PR solving?

Current release automation does not deal well with bumps to the API that are not equal to the bumps on the SDK. Since we want to publish a patch API release, this allows mismatches in the release type. It broadens the allowed combinations:

Examples:

API patch -> SDK patch -> Experimental patch (allowed today)
API minor -> SDK minor -> Experimental minor (allowed today)
API patch -> SDK minor -> Experimental minor (not allowed today even though it's a valid combination, allowed after this PR is merged)

Works towards unblocking open-telemetry/opentelemetry-browser#98

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.74%. Comparing base (733d6e4) to head (dee5567).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6501   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files         364      364           
  Lines       11972    11972           
  Branches     2828     2828           
=======================================
  Hits        11462    11462           
  Misses        510      510           
🚀 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.

Copy link
Copy Markdown
Contributor

@david-luna david-luna left a comment

Choose a reason for hiding this comment

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

LGTM

@pichlermarc pichlermarc added this pull request to the merge queue Mar 18, 2026
Merged via the queue into open-telemetry:main with commit 5c86335 Mar 18, 2026
29 checks passed
@pichlermarc pichlermarc deleted the chore/allow-api-sdk-releasetype-mismatch branch March 18, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants