Skip to content

Commit 342cd0e

Browse files
authored
Upgrade Collector dependencies to v0.143.0/v1.49.0 (#1732)
1 parent 4d58ac8 commit 342cd0e

10 files changed

Lines changed: 340 additions & 338 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
2626
[#1702](https://github.com/open-telemetry/otel-arrow/pull/1702)
2727
- Note: Includes small changes to JSON serialization of timestamps due to
2828
upstream bugfix.
29+
- Upgrade to v0.143.0/v1.49.0 of collector dependencies.
30+
[#1732](https://github.com/open-telemetry/otel-arrow/pull/1732)
2931

3032
## [0.45.0](https://github.com/open-telemetry/otel-arrow/releases/tag/v0.45.0) - 2025-11-11
3133

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ENV CGO_ENABLED=0
1515

1616
# Note the version should match the builder version referenced in the Makefile.
1717
# The version is overridden when running `make builder`.
18-
RUN go install go.opentelemetry.io/collector/cmd/builder@v0.142.0
18+
RUN go install go.opentelemetry.io/collector/cmd/builder@v0.143.0
1919

2020
# This command generates main.go, go.mod but does not update deps.
2121
RUN builder --skip-compilation --skip-get-modules --config=collector/otelarrowcol-build.yaml

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ doc:
3939
# Install opentelemetry-collector builder at a specific version which should (almost always) match component references in collector/otelarrowcol-build.yaml
4040
# In addition to installing the builder, this command attempts to synchronize this version in both otelarrowcol-build.yaml and Dockerfile
4141
# In the event that Collector and Collector-Contrib references need to be different versions, manual edits may be required after running this command
42-
BUILDER_VERSION = v0.142.0
42+
BUILDER_VERSION = v0.143.0
4343
BUILDER = builder
4444
.PHONY: $(BUILDER)
4545
builder:

collector/cmd/otelarrowcol/components.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)