Skip to content

Upgrade collector dependencies to v0.133.0/v1.39.0#1010

Merged
drewrelmas merged 3 commits into
open-telemetry:mainfrom
drewrelmas:drewrelmas/collector-133
Aug 26, 2025
Merged

Upgrade collector dependencies to v0.133.0/v1.39.0#1010
drewrelmas merged 3 commits into
open-telemetry:mainfrom
drewrelmas:drewrelmas/collector-133

Conversation

@drewrelmas

@drewrelmas drewrelmas commented Aug 26, 2025

Copy link
Copy Markdown
Contributor

Notable upgrade, this also bumps minimum Go version from 1.23.0 to 1.24, see:

(Also updated CHANGELOG for a few recent changes)

@drewrelmas drewrelmas added the dependencies Pull requests that update a dependency file label Aug 26, 2025
@github-actions github-actions Bot added the lang:go Pull requests that update go code label Aug 26, 2025
@codecov

codecov Bot commented Aug 26, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.31%. Comparing base (110b3e3) to head (74efdbf).
⚠️ Report is 1 commits behind head on main.

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              
Components Coverage Δ
otap-dataflow 84.78% <ø> (-0.08%) ⬇️
beaubourg ∅ <ø> (∅)
otel-arrow-rust 88.41% <ø> (ø)
query_abstraction 80.61% <ø> (ø)
query_engine 91.28% <ø> (ø)
syslog_cef_receivers ∅ <ø> (∅)
otel-arrow-go 52.82% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@drewrelmas drewrelmas marked this pull request as ready for review August 26, 2025 16:01
@drewrelmas drewrelmas requested a review from a team as a code owner August 26, 2025 16:01
@drewrelmas drewrelmas added this pull request to the merge queue Aug 26, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Aug 26, 2025
@drewrelmas drewrelmas added this pull request to the merge queue Aug 26, 2025
Merged via the queue into open-telemetry:main with commit bb2da11 Aug 26, 2025
55 of 57 checks passed
@drewrelmas drewrelmas deleted the drewrelmas/collector-133 branch August 26, 2025 16:52
@otelbot otelbot Bot mentioned this pull request Aug 27, 2025
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 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file lang:go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants