Upgrade collector dependencies to v0.133.0/v1.39.0#1010
Merged
drewrelmas merged 3 commits intoAug 26, 2025
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1010 +/- ##
==========================================
- Coverage 82.33% 82.31% -0.03%
==========================================
Files 343 343
Lines 83614 83614
==========================================
- Hits 68844 68825 -19
- Misses 14242 14261 +19
Partials 528 528
🚀 New features to boost your workflow:
|
jmacd
approved these changes
Aug 26, 2025
Merged
via the queue into
open-telemetry:main
with commit Aug 26, 2025
bb2da11
55 of 57 checks passed
5 tasks
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Aug 27, 2025
## Release v0.42.0 This PR prepares the repository for release v0.42.0. ### Changes included: - Updated CHANGELOG.md with release notes - Updated collector/otelarrowcol-build.yaml version to v0.42.0 - Updated collector/cmd/otelarrowcol/main.go version to v0.42.0 ### Release Notes: - Standardize to shorthand license header. [#954](#954) - Fix logs handling of missing optional trace_id and span_id columns. [#973](#973) - Upgrade to v0.133.0 / v1.37.0 of collector dependencies. [#890](#890), [#1010](#1010) - Notable upgrade, this also bumps minimum Go version from `1.23.0` to `1.24`, see [collector #13627](open-telemetry/opentelemetry-collector#13627) and [collector-contrib #41968](open-telemetry/opentelemetry-collector-contrib#41968). ### Checklist: - [x] Verify CHANGELOG.md formatting and content - [x] Verify collector version update in collector/otelarrowcol-build.yaml - [x] Verify collector main.go version update in collector/cmd/otelarrowcol/main.go - [x] Confirm all tests pass - [x] Ready to merge and tag release After merging this PR, run the **Push Release** workflow to create git tags and publish the GitHub release. Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Aug 27, 2025
…e process (#1019) When using the `Prepare Release` and `Push Release` actions the extracted Changelog content displays incorrectly. The repo lint enforces line length in markdown files, leading to extra newlines in raw content: ```md - Upgrade to v0.133.0 / v1.37.0 of collector dependencies. [#890](#890), [#1010](#1010) - Notable upgrade, this also bumps minimum Go version from `1.23.0` to `1.24`, see [collector #13627](open-telemetry/opentelemetry-collector#13627) and [collector-contrib #41968](open-telemetry/opentelemetry-collector-contrib#41968). ``` When viewing the [Changelog itself](https://github.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md) GitHub renders this in proper way. However, when we extract it to embed in a PR body (in `Prepare Release`) or in a Release object (in `Push Release`) the rendering is not the same: <img width="1078" height="539" alt="image" src="https://github.com/user-attachments/assets/9eb14da1-4754-4a2c-962b-7bde9267bcba" /> The script now normalizes whitespace in the extracted content to display properly in the specific use cases we have: <img width="2045" height="417" alt="image" src="https://github.com/user-attachments/assets/ca07579e-ca69-4ef3-8954-902a6f0c2852" /> Small improvement but saves 2 seconds of manual tweaking during each release 😄
clhain
pushed a commit
to clhain/otel-arrow
that referenced
this pull request
Oct 15, 2025
Notable upgrade, this also bumps minimum Go version from `1.23.0` to `1.24`, see: - [collector #13627](open-telemetry/opentelemetry-collector#13627) - [collector-contrib #41968](open-telemetry/opentelemetry-collector-contrib#41968). (Also updated CHANGELOG for a few recent changes)
clhain
pushed a commit
to clhain/otel-arrow
that referenced
this pull request
Oct 15, 2025
## Release v0.42.0 This PR prepares the repository for release v0.42.0. ### Changes included: - Updated CHANGELOG.md with release notes - Updated collector/otelarrowcol-build.yaml version to v0.42.0 - Updated collector/cmd/otelarrowcol/main.go version to v0.42.0 ### Release Notes: - Standardize to shorthand license header. [open-telemetry#954](open-telemetry#954) - Fix logs handling of missing optional trace_id and span_id columns. [open-telemetry#973](open-telemetry#973) - Upgrade to v0.133.0 / v1.37.0 of collector dependencies. [open-telemetry#890](open-telemetry#890), [open-telemetry#1010](open-telemetry#1010) - Notable upgrade, this also bumps minimum Go version from `1.23.0` to `1.24`, see [collector #13627](open-telemetry/opentelemetry-collector#13627) and [collector-contrib #41968](open-telemetry/opentelemetry-collector-contrib#41968). ### Checklist: - [x] Verify CHANGELOG.md formatting and content - [x] Verify collector version update in collector/otelarrowcol-build.yaml - [x] Verify collector main.go version update in collector/cmd/otelarrowcol/main.go - [x] Confirm all tests pass - [x] Ready to merge and tag release After merging this PR, run the **Push Release** workflow to create git tags and publish the GitHub release. Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
clhain
pushed a commit
to clhain/otel-arrow
that referenced
this pull request
Oct 15, 2025
…e process (open-telemetry#1019) When using the `Prepare Release` and `Push Release` actions the extracted Changelog content displays incorrectly. The repo lint enforces line length in markdown files, leading to extra newlines in raw content: ```md - Upgrade to v0.133.0 / v1.37.0 of collector dependencies. [open-telemetry#890](open-telemetry#890), [open-telemetry#1010](open-telemetry#1010) - Notable upgrade, this also bumps minimum Go version from `1.23.0` to `1.24`, see [collector #13627](open-telemetry/opentelemetry-collector#13627) and [collector-contrib #41968](open-telemetry/opentelemetry-collector-contrib#41968). ``` When viewing the [Changelog itself](https://github.com/open-telemetry/otel-arrow/blob/main/CHANGELOG.md) GitHub renders this in proper way. However, when we extract it to embed in a PR body (in `Prepare Release`) or in a Release object (in `Push Release`) the rendering is not the same: <img width="1078" height="539" alt="image" src="https://github.com/user-attachments/assets/9eb14da1-4754-4a2c-962b-7bde9267bcba" /> The script now normalizes whitespace in the extracted content to display properly in the specific use cases we have: <img width="2045" height="417" alt="image" src="https://github.com/user-attachments/assets/ca07579e-ca69-4ef3-8954-902a6f0c2852" /> Small improvement but saves 2 seconds of manual tweaking during each release 😄
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.
Notable upgrade, this also bumps minimum Go version from
1.23.0to1.24, see:(Also updated CHANGELOG for a few recent changes)