Skip to content

chore(deps): bump go.opentelemetry.io/collector/cmd/builder from 0.144.0 to 0.146.1 in /src/otel-collector-builder#195

Merged
chombium merged 2 commits intomainfrom
dependabot/go_modules/src/otel-collector-builder/go.opentelemetry.io/collector/cmd/builder-0.146.1
Feb 27, 2026
Merged

chore(deps): bump go.opentelemetry.io/collector/cmd/builder from 0.144.0 to 0.146.1 in /src/otel-collector-builder#195
chombium merged 2 commits intomainfrom
dependabot/go_modules/src/otel-collector-builder/go.opentelemetry.io/collector/cmd/builder-0.146.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps go.opentelemetry.io/collector/cmd/builder from 0.144.0 to 0.146.1.

Release notes

Sourced from go.opentelemetry.io/collector/cmd/builder's releases.

v0.146.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.146.0

End User Changelog

🛑 Breaking changes 🛑

  • all: Increase minimum Go version to 1.25 (#14567)

🚩 Deprecations 🚩

  • pdata/pprofile: Declare removed aggregation elements as deprecated. (#14528)

💡 Enhancements 💡

  • all: Add detailed failure attributes to exporter send_failed metrics at detailed telemetry level. (#13956) The otelcol_exporter_send_failed_{spans,metric_points,log_records} metrics now include failure attributes when telemetry level is Detailed: error.type (OpenTelemetry semantic convention describing the error class) and error.permanent (indicates if error is permanent/non-retryable). The error.type attribute captures gRPC status codes (e.g., "Unavailable", "ResourceExhausted"), standard Go context errors (e.g., "canceled", "deadline_exceeded"), and collector-specific errors (e.g., "shutdown"). This enables better alerting and debugging by providing standardized error classification.

  • cmd/builder: Introduce new experimental init subcommand (#14530) The new init subcommand initializes a new custom collector

  • cmd/builder: Add "telemetry" field to allow configuring telemetry providers (#14575) Most users should not need to use this, this field should only be set if you intend to provide your own OpenTelemetry SDK.

  • cmd/mdatagen: Introduce additional metadata (the version since the deprecation started, and the deprecation reason) for deprecated metrics. (#14113)

  • cmd/mdatagen: Add optional relationships field to entity schema in metadata.yaml (#14284)

  • exporter/debug: Add output_paths configuration option to control output destination when use_internal_logger is false. (#10472) When use_internal_logger is set to false, the debug exporter now supports configuring the output destination via the output_paths option. This allows users to send debug exporter output to stdout, stderr, or a file path. The default value is ["stdout"] to maintain backward compatibility.

  • pkg/confmap: Add experimental ToStringMapRaw function to decode confmap.Conf into a string map without losing internal types (#14480) This method exposes the internal structure of a confmap.Conf which may change at any time without prior notice

🧰 Bug fixes 🧰

  • cmd/mdatagen: Reset aggDataPoints during metric init to avoid index out of range panic across emit cycles when reaggregation is enabled. (#14569)
  • cmd/mdatagen: Fix panic when mdatagen is run without arguments. (#14506)
  • pdata/pprofile: Fix off-by-one issue in dictionary lookups. (#14534)
  • pkg/config/confighttp: Fix high cardinality span name from request method from confighttp server internal telemetry (#14516) Follow spec to bound request method cardinality.
  • pkg/otelcol: Ignore component aliases in the otelcol components command (#14492)
  • pkg/otelcol: Order providers and converters in alphabetical order in the components subcommand. (#14476)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/cmd/builder's changelog.

v1.52.0/v0.146.1

v0.146.0

🛑 Breaking changes 🛑

  • cmd/mdatagen: Flatten the metric stability field (#14113) So we better match the weaver schema. Additional deprecation data can be set within the deprecated field.

🚩 Deprecations 🚩

  • pdata/pprofile: Declare removed aggregation elements as deprecated. (#14528)

💡 Enhancements 💡

  • cmd/mdatagen: Add entity association requirement for metrics and events when entities are defined (#14284)
  • pkg/otelcol: Gate process signals behind build tags (#14542) Particularly for Wasm on JS, there are no invalid process signal references, which would cause build failures.

v1.51.0/v0.145.0

💡 Enhancements 💡

  • pkg/config/configgrpc: add client info to context before server authentication (#12836)
  • pkg/xscraperhelper: Add AddProfilesScraper similar to scraperhelper.AddMetricsScraper (#14427)

🧰 Bug fixes 🧰

  • pkg/config/configoptional: Fix Unmarshal methods not being called when config is wrapped inside Optional (#14500) This bug notably manifested in the fact that the sending_queue::batch::sizer config for exporters stopped defaulting to sending_queue::sizer, which sometimes caused the wrong units to be used when configuring sending_queue::batch::min_size and max_size.

    As part of the fix, xconfmap exposes a new xconfmap.WithForceUnmarshaler option, to be used in the Unmarshal methods of wrapper types like configoptional.Optional to make sure the Unmarshal method of the inner type is called.

    The default behavior remains that calling conf.Unmarshal on the confmap.Conf passed as argument to an Unmarshal method will skip any top-level Unmarshal methods to avoid infinite recursion in standard use cases.

Commits
  • 811b514 [chore] Prepare release v1.52.0/v0.146.1 (#14611)
  • 5f46200 chore(deps): update github-actions deps (#14600)
  • 0341e72 [chore] Prepare release v0.146.0 (#14608)
  • 96ab9b9 [chore] remove unnecessary make target (#14606)
  • bc8fcb6 chore(deps): update module github.com/rhysd/actionlint to v1.7.11 (#14601)
  • 9b618d7 [chore] Add js/wasm as a tier-3 platform (#14581)
  • d8d07c0 fix(deps): update module google.golang.org/grpc to v1.79.1 (#14603)
  • fac1db7 [mdatagen] Require entity association for metrics and events when entities ar...
  • 292ea8f [mdatagen] Add optional relationships field to entity schema (#14582)
  • 5a059d1 [cmd/builder] Allow configuring telemetry providers (#14575)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/collector/cmd/builder](https://github.com/open-telemetry/opentelemetry-collector) from 0.144.0 to 0.146.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.144.0...v0.146.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/cmd/builder
  dependency-version: 0.146.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 23, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2026 12:28
@github-project-automation github-project-automation bot moved this from Inbox to Pending Merge | Prioritized in Application Runtime Platform Working Group Feb 24, 2026
@chombium chombium merged commit e4723f0 into main Feb 27, 2026
6 checks passed
@github-project-automation github-project-automation bot moved this from Pending Merge | Prioritized to Done in Application Runtime Platform Working Group Feb 27, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/src/otel-collector-builder/go.opentelemetry.io/collector/cmd/builder-0.146.1 branch February 27, 2026 15:14
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 go Pull requests that update Go code

Projects

Development

Successfully merging this pull request may close these issues.

1 participant