Release v1.10.0#566
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Release bump to OTLP v1.10.0, updating version metadata and regenerating Go protobuf outputs to reflect the updated profiling/common/logs schema.
Changes:
- Bump stable/unstable module-set versions (v1.10.0 / v0.3.0) and update the submodule branch/tag.
- Regenerate OTLP + slim OTLP
.pb.gofiles (profiling docs/fields, common strindex additions, logs severity comment removal). - Update Go module dependencies for profiling-related submodules to the new release versions.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| versions.yaml | Updates stable/unstable published versions for the release. |
| .gitmodules | Moves submodule tracking to v1.10.0 branch/tag. |
| opentelemetry-proto | Advances submodule commit used for generated artifacts. |
| go.mod | Introduces root module requirements (currently pinned to older versions). |
| go.sum | Adds checksums (currently for older versions). |
| otlp/common/v1/common.pb.go | Adds strindex-based string/key support in common types. |
| slim/otlp/common/v1/common.pb.go | Mirrors common strindex changes for slim artifacts. |
| otlp/profiles/v1development/profiles.pb.go | Updates profiling docs and reorders/renumbers Sample fields. |
| slim/otlp/profiles/v1development/profiles.pb.go | Mirrors profiling changes for slim artifacts. |
| otlp/logs/v1/logs.pb.go | Removes outdated UNSPECIFIED severity doc restriction. |
| slim/otlp/logs/v1/logs.pb.go | Mirrors logs doc update for slim artifacts. |
| otlp/profiles/v1development/go.mod | Bumps dependency to v1.10.0 for release alignment. |
| slim/otlp/profiles/v1development/go.mod | Bumps dependency to v1.10.0 for release alignment. |
| otlp/collector/profiles/v1development/go.mod | Bumps profiling module dependency to v0.3.0 and otlp indirect to v1.10.0. |
| slim/otlp/collector/profiles/v1development/go.mod | Bumps profiling module dependency to v0.3.0 and slim otlp indirect to v1.10.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dmathieu
reviewed
Mar 9, 2026
dmathieu
approved these changes
Mar 9, 2026
MikeGoldsmith
approved these changes
Mar 9, 2026
dashpole
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release of the
v1.10.0version of the OTLP:Note
This is the last version that will support Go 1.24. Subsequent minor releases will require Go >= 1.25.