Skip to content

[RELEASE] Release opentelemetry-cpp 1.26.0#3944

Merged
marcalff merged 10 commits intoopen-telemetry:mainfrom
marcalff:release_1.26
Mar 20, 2026
Merged

[RELEASE] Release opentelemetry-cpp 1.26.0#3944
marcalff merged 10 commits intoopen-telemetry:mainfrom
marcalff:release_1.26

Conversation

@marcalff
Copy link
Member

@marcalff marcalff commented Mar 18, 2026

Fixes #3921

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@marcalff
Copy link
Member Author

marcalff commented Mar 19, 2026

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.09%. Comparing base (0ec8bb9) to head (aff55db).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3944   +/-   ##
=======================================
  Coverage   90.09%   90.09%           
=======================================
  Files         227      227           
  Lines        7250     7250           
=======================================
  Hits         6531     6531           
  Misses        719      719           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcalff marcalff marked this pull request as ready for review March 19, 2026 16:28
@marcalff marcalff requested a review from a team as a code owner March 19, 2026 16:28
@lalitb lalitb requested a review from Copilot March 19, 2026 16:53
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Prepares the repository for the opentelemetry-cpp 1.26.0 release by removing the -dev suffix across build/version sources and recording the release in the changelog.

Changes:

  • Bump version strings from 1.26.0-dev1.26.0 across CMake/Bazel headers and release tooling.
  • Update SDK version source constants to reflect a stable release (no pre-release tag).
  • Restructure CHANGELOG.md to add a 1.26 release section dated 2026-03-19.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tbump.toml Updates tbump “current” version to the release value.
sdk/src/version/version.cc Removes pre-release marker, updates full version, and sets a build date string.
sdk/include/opentelemetry/sdk/version/version.h Updates SDK version macro to 1.26.0.
api/include/opentelemetry/version.h Updates public API version macro to 1.26.0.
MODULE.bazel Sets Bazel module version to 1.26.0.
CMakeLists.txt Clears version suffix to produce 1.26.0 builds.
CHANGELOG.md Adds the 1.26 release section and moves entries under it.

const char *full_version = "1.26.0-dev";
const char *build_date = "MAIN BRANCH";
const char *full_version = "1.26.0";
const char *build_date = "Thu Mar 19 04:25:52 PM UTC 2026";
CHANGELOG.md Outdated

* [EXPORTER] Remove explicit timestamps from metric points exported by Prometheus
[#3895](https://github.com/open-telemetry/opentelemetry-cpp/pull/3895)
## [1.26 2026-03-19]
* [CONFIGURATION] File configuration - handle invalid YAML
[#3858](https://github.com/open-telemetry/opentelemetry-cpp/pull/3858)

* Bump docker/build-push-action from 6.18.0 to 6.19.1
Copy link
Member

Choose a reason for hiding this comment

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

Consider removing the github action notes. They seem more like an internal CI detail not that useful to users. They will show up in the commit diff for the release if anyone is interested.

@marcalff marcalff merged commit 2d80af1 into open-telemetry:main Mar 20, 2026
68 checks passed
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.

[RELEASE] Prepare release 1.26.0

4 participants