Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps the otel group with 10 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden 0.125.0 0.126.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest 0.125.0 0.126.0
go.opentelemetry.io/collector/component 1.31.0 1.32.0
go.opentelemetry.io/collector/component/componenttest 0.125.0 0.126.0
go.opentelemetry.io/collector/config/configcompression 1.31.0 1.32.0
go.opentelemetry.io/collector/config/confighttp 0.125.0 0.126.0
go.opentelemetry.io/collector/confmap 1.31.0 1.32.0
go.opentelemetry.io/collector/confmap/xconfmap 0.125.0 0.126.0
go.opentelemetry.io/collector/pdata 1.31.0 1.32.0
go.opentelemetry.io/collector/semconv 0.125.0 0.126.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden from 0.125.0 to 0.126.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden's releases.

v0.126.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg: Remove the fields from category AzureCdnAccessLog from the body log record and place them as log record attributes. (#39811)

  • azuremonitorreceiver: Renamed the auth field to credentials in the azuremonitorreceiver configuration. (#39738)

  • pkg/datadog: Switch feature gate datadog.EnableOperationAndResourceNameV2 to beta. This gate affects exporter/datadog and connector/datadog. It modifies the logic for computing operation names from OTLP spans to produce shorter, more readable names and improve alignment with OpenTelemetry specifications. (#39895) Please see the migration guide for more details. https://docs.datadoghq.com/opentelemetry/migrate/migrate_operation_names/?tab=opentelemetrycollector

  • opampsupervisor: Remnove agent.health_check_port. (#39908) The opampsupervisor no longer starts the collector with a default health check extension.

  • googlecloudpubsubreceiver: Add ignore_encoding_error configuration to ignore decoding failures from the configured encoder (#38164) Introduce a setting to ignore errors when the configured encoder. It's advised to set this to true when using a custom encoder, and use the new receiver.googlecloudpubsub.encoding_error metric to monitor the number of errors. Ignoring the error will cause the receiver to drop the message.

  • coralogixexporter: Remove deprecated batcher config for coralogixexporter, use sending_queue::batch (#39960)

  • sqlserverreceiver: Update event properties (#39868) This change only applies to top query events and query sample events:

    • Update event name of top query event from top query to db.server.top_query
    • Update event name of query sample event from query sample to db.server.query_sample
    • Remove body of query sample event
    • Rename sqlserver.username to user.name in query sample event
  • receiver/prometheus: Upgrade receiver.prometheusreceiver.RemoveLegacyResourceAttributes feature gate to beta stability (enabled by default) (#32814) Disable the receiver.promtheusreceiver.RemoveLegacyResourceAttributes feature gate to restore previous behavior. This feature gate will be removed in a future release. The feature gate is used to replace the following legacy resource attributes: net.host.name -> server.address net.host.port -> server.port http.scheme -> url.scheme

🚩 Deprecations 🚩

  • googlecloudpubsubreceiver: Add deprecation warning for the build-in encoders (#39371) The build-in encoders cloud_logging and raw_text both have encoding extension alternatives and will be removed in version v0.132.0 of the collector.

  • processor/tailsampling: The invert decisions (InvertSampled and InvertNotSampled) have been deprecated, please make use of drop policy to explicitly not sample select traces. (#39833)

🚀 New components 🚀

  • golden: Add a new CLI, golden, to run comparison of expected payloads over OTLP. (#39662) You can run golden with --otlp-endpoint localhost:4317 --expected expected.yaml --write-expected --timeout 1m

  • confmap/googlesecretmanagerprovider: Initial implementation of secrets manager provider. Allows fetch secrets from Google Secrets Manager (#39665)

  • googlecloudlogentryencodingextension: Update stability to alpha. (#37531)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden's changelog.

v0.126.0

🛑 Breaking changes 🛑

  • fluentforwardreceiver: Unexport AckResponse (#39831)
  • splunkenterprisereceiver: Unexport InfoEntry and InfoContent (#39830)

💡 Enhancements 💡

  • pkg/winperfcounters: Add methods to scrape raw values from Windows performance counters. (#39835)
  • eventlogreceiver: add raw XML query filtering option (#38517)
  • prometheusremotewriteexporter: Add exporter.prometheusremotewritexporter.enableSendingRW2 feature gate and configuration to the exporter to send Prometheus remote write 2.0 version. (#33661) WARNING! PRW 2.0 support for the exporter is still under development and not ready for usage.
Commits
  • 5f537d0 [chore] Prepare release 0.126.0 (#40049)
  • 4c9584a [chore] Fix the prepare-release script (#40047)
  • 97cc468 Update module github.com/microsoft/go-mssqldb to v1.8.1 (#40017)
  • f31dbc5 fix(deps): update module github.com/sap/go-hdb to v1.13.6 (#40019)
  • db2db53 fix(deps): update module cloud.google.com/go/spanner to v1.81.0 - abandoned (...
  • a7a0d55 fix(deps): update all opentelemetry collector contrib packages to v0.125.0 (#...
  • f39658b fix(deps): update all github.com/aws packages (#40024)
  • 3c6a5ea Update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1.148 (#40016)
  • 4bc0aab [processor/datadogsemantics] Make defaults explicit and add test (#39596)
  • 301fd41 [chore] Update core dependencies (#40015)
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest from 0.125.0 to 0.126.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's releases.

v0.126.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

🛑 Breaking changes 🛑

  • pkg: Remove the fields from category AzureCdnAccessLog from the body log record and place them as log record attributes. (#39811)

  • azuremonitorreceiver: Renamed the auth field to credentials in the azuremonitorreceiver configuration. (#39738)

  • pkg/datadog: Switch feature gate datadog.EnableOperationAndResourceNameV2 to beta. This gate affects exporter/datadog and connector/datadog. It modifies the logic for computing operation names from OTLP spans to produce shorter, more readable names and improve alignment with OpenTelemetry specifications. (#39895) Please see the migration guide for more details. https://docs.datadoghq.com/opentelemetry/migrate/migrate_operation_names/?tab=opentelemetrycollector

  • opampsupervisor: Remnove agent.health_check_port. (#39908) The opampsupervisor no longer starts the collector with a default health check extension.

  • googlecloudpubsubreceiver: Add ignore_encoding_error configuration to ignore decoding failures from the configured encoder (#38164) Introduce a setting to ignore errors when the configured encoder. It's advised to set this to true when using a custom encoder, and use the new receiver.googlecloudpubsub.encoding_error metric to monitor the number of errors. Ignoring the error will cause the receiver to drop the message.

  • coralogixexporter: Remove deprecated batcher config for coralogixexporter, use sending_queue::batch (#39960)

  • sqlserverreceiver: Update event properties (#39868) This change only applies to top query events and query sample events:

    • Update event name of top query event from top query to db.server.top_query
    • Update event name of query sample event from query sample to db.server.query_sample
    • Remove body of query sample event
    • Rename sqlserver.username to user.name in query sample event
  • receiver/prometheus: Upgrade receiver.prometheusreceiver.RemoveLegacyResourceAttributes feature gate to beta stability (enabled by default) (#32814) Disable the receiver.promtheusreceiver.RemoveLegacyResourceAttributes feature gate to restore previous behavior. This feature gate will be removed in a future release. The feature gate is used to replace the following legacy resource attributes: net.host.name -> server.address net.host.port -> server.port http.scheme -> url.scheme

🚩 Deprecations 🚩

  • googlecloudpubsubreceiver: Add deprecation warning for the build-in encoders (#39371) The build-in encoders cloud_logging and raw_text both have encoding extension alternatives and will be removed in version v0.132.0 of the collector.

  • processor/tailsampling: The invert decisions (InvertSampled and InvertNotSampled) have been deprecated, please make use of drop policy to explicitly not sample select traces. (#39833)

🚀 New components 🚀

  • golden: Add a new CLI, golden, to run comparison of expected payloads over OTLP. (#39662) You can run golden with --otlp-endpoint localhost:4317 --expected expected.yaml --write-expected --timeout 1m

  • confmap/googlesecretmanagerprovider: Initial implementation of secrets manager provider. Allows fetch secrets from Google Secrets Manager (#39665)

  • googlecloudlogentryencodingextension: Update stability to alpha. (#37531)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest's changelog.

v0.126.0

🛑 Breaking changes 🛑

  • fluentforwardreceiver: Unexport AckResponse (#39831)
  • splunkenterprisereceiver: Unexport InfoEntry and InfoContent (#39830)

💡 Enhancements 💡

  • pkg/winperfcounters: Add methods to scrape raw values from Windows performance counters. (#39835)
  • eventlogreceiver: add raw XML query filtering option (#38517)
  • prometheusremotewriteexporter: Add exporter.prometheusremotewritexporter.enableSendingRW2 feature gate and configuration to the exporter to send Prometheus remote write 2.0 version. (#33661) WARNING! PRW 2.0 support for the exporter is still under development and not ready for usage.
Commits
  • 5f537d0 [chore] Prepare release 0.126.0 (#40049)
  • 4c9584a [chore] Fix the prepare-release script (#40047)
  • 97cc468 Update module github.com/microsoft/go-mssqldb to v1.8.1 (#40017)
  • f31dbc5 fix(deps): update module github.com/sap/go-hdb to v1.13.6 (#40019)
  • db2db53 fix(deps): update module cloud.google.com/go/spanner to v1.81.0 - abandoned (...
  • a7a0d55 fix(deps): update all opentelemetry collector contrib packages to v0.125.0 (#...
  • f39658b fix(deps): update all github.com/aws packages (#40024)
  • 3c6a5ea Update module github.com/huaweicloud/huaweicloud-sdk-go-v3 to v0.1.148 (#40016)
  • 4bc0aab [processor/datadogsemantics] Make defaults explicit and add test (#39596)
  • 301fd41 [chore] Update core dependencies (#40015)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component from 1.31.0 to 1.32.0

Release notes

Sourced from go.opentelemetry.io/collector/component's releases.

v1.32.0/v0.126.0

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

End User Changelog

🛑 Breaking changes 🛑

  • configauth: Removes deprecated configauth.Authentication and extensionauthtest.NewErrorClient (#12992) The following have been removed:
    • configauth.Authentication use configauth.Config instead
    • extensionauthtest.NewErrorClient use extensionauthtest.NewErr instead

💡 Enhancements 💡

  • service: Replace go.opentelemetry.io/collector/semconv usage with go.opentelemetry.io/otel/semconv (#12991)

  • confmap: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (#12926)

  • service: Add item count metrics defined in Pipeline Component Telemetry RFC (#12812) See Pipeline Component Telemetry RFC for more details:

    • otelcol.receiver.produced.items
    • otelcol.processor.consumed.items
    • otelcol.processor.produced.items
    • otelcol.connector.consumed.items
    • otelcol.connector.produced.items
    • otelcol.exporter.consumed.items
  • tls: Add trusted platform module (TPM) support to TLS authentication. (#12801) Now the TLS allows the use of TPM for loading private keys (e.g. in TSS2 format).

🧰 Bug fixes 🧰

  • exporterhelper: Add validation error for batch config if min_size is greater than queue_size. (#12948)

  • telemetry: Allocate less memory per component when OTLP exporting of logs is disabled (#13014)

  • confmap: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. (#12932)

  • internal telemetry: Add resource attributes from telemetry.resource to the logger (#12582) Resource attributes from telemetry.resource were not added to the internal console logs.

    Now, they are added to the logger as part of the "resource" field.

  • confighttp and configcompression: Fix handling of snappy content-encoding in a backwards-compatible way (#10584, #12825) The collector used the Snappy compression type of "framed" to handle the HTTP content-encoding "snappy". However, this encoding is typically used to indicate the "block" compression variant of "snappy". This change allows the collector to:

    • When receiving a request with encoding 'snappy', the server endpoints will peek at the first bytes of the payload to determine if it is "framed" or "block" snappy, and will decompress accordingly. This is a backwards-compatible change.

    If the feature-gate "confighttp.framedSnappy" is enabled, you'll see new behavior for both client and server:

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.125.0 to 0.126.0

Changelog

Sourced from go.opentelemetry.io/collector/component/componenttest's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/configcompression from 1.31.0 to 1.32.0

Release notes

Sourced from go.opentelemetry.io/collector/config/configcompression's releases.

v1.32.0/v0.126.0

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

End User Changelog

🛑 Breaking changes 🛑

  • configauth: Removes deprecated configauth.Authentication and extensionauthtest.NewErrorClient (#12992) The following have been removed:
    • configauth.Authentication use configauth.Config instead
    • extensionauthtest.NewErrorClient use extensionauthtest.NewErr instead

💡 Enhancements 💡

  • service: Replace go.opentelemetry.io/collector/semconv usage with go.opentelemetry.io/otel/semconv (#12991)

  • confmap: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (#12926)

  • service: Add item count metrics defined in Pipeline Component Telemetry RFC (#12812) See Pipeline Component Telemetry RFC for more details:

    • otelcol.receiver.produced.items
    • otelcol.processor.consumed.items
    • otelcol.processor.produced.items
    • otelcol.connector.consumed.items
    • otelcol.connector.produced.items
    • otelcol.exporter.consumed.items
  • tls: Add trusted platform module (TPM) support to TLS authentication. (#12801) Now the TLS allows the use of TPM for loading private keys (e.g. in TSS2 format).

🧰 Bug fixes 🧰

  • exporterhelper: Add validation error for batch config if min_size is greater than queue_size. (#12948)

  • telemetry: Allocate less memory per component when OTLP exporting of logs is disabled (#13014)

  • confmap: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. (#12932)

  • internal telemetry: Add resource attributes from telemetry.resource to the logger (#12582) Resource attributes from telemetry.resource were not added to the internal console logs.

    Now, they are added to the logger as part of the "resource" field.

  • confighttp and configcompression: Fix handling of snappy content-encoding in a backwards-compatible way (#10584, #12825) The collector used the Snappy compression type of "framed" to handle the HTTP content-encoding "snappy". However, this encoding is typically used to indicate the "block" compression variant of "snappy". This change allows the collector to:

    • When receiving a request with encoding 'snappy', the server endpoints will peek at the first bytes of the payload to determine if it is "framed" or "block" snappy, and will decompress accordingly. This is a backwards-compatible change.

    If the feature-gate "confighttp.framedSnappy" is enabled, you'll see new behavior for both client and server:

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configcompression's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/config/confighttp from 0.125.0 to 0.126.0

Changelog

Sourced from go.opentelemetry.io/collector/config/confighttp's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap from 1.31.0 to 1.32.0

Release notes

Sourced from go.opentelemetry.io/collector/confmap's releases.

v1.32.0/v0.126.0

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

End User Changelog

🛑 Breaking changes 🛑

  • configauth: Removes deprecated configauth.Authentication and extensionauthtest.NewErrorClient (#12992) The following have been removed:
    • configauth.Authentication use configauth.Config instead
    • extensionauthtest.NewErrorClient use extensionauthtest.NewErr instead

💡 Enhancements 💡

  • service: Replace go.opentelemetry.io/collector/semconv usage with go.opentelemetry.io/otel/semconv (#12991)

  • confmap: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (#12926)

  • service: Add item count metrics defined in Pipeline Component Telemetry RFC (#12812) See Pipeline Component Telemetry RFC for more details:

    • otelcol.receiver.produced.items
    • otelcol.processor.consumed.items
    • otelcol.processor.produced.items
    • otelcol.connector.consumed.items
    • otelcol.connector.produced.items
    • otelcol.exporter.consumed.items
  • tls: Add trusted platform module (TPM) support to TLS authentication. (#12801) Now the TLS allows the use of TPM for loading private keys (e.g. in TSS2 format).

🧰 Bug fixes 🧰

  • exporterhelper: Add validation error for batch config if min_size is greater than queue_size. (#12948)

  • telemetry: Allocate less memory per component when OTLP exporting of logs is disabled (#13014)

  • confmap: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. (#12932)

  • internal telemetry: Add resource attributes from telemetry.resource to the logger (#12582) Resource attributes from telemetry.resource were not added to the internal console logs.

    Now, they are added to the logger as part of the "resource" field.

  • confighttp and configcompression: Fix handling of snappy content-encoding in a backwards-compatible way (#10584, #12825) The collector used the Snappy compression type of "framed" to handle the HTTP content-encoding "snappy". However, this encoding is typically used to indicate the "block" compression variant of "snappy". This change allows the collector to:

    • When receiving a request with encoding 'snappy', the server endpoints will peek at the first bytes of the payload to determine if it is "framed" or "block" snappy, and will decompress accordingly. This is a backwards-compatible change.

    If the feature-gate "confighttp.framedSnappy" is enabled, you'll see new behavior for both client and server:

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/confmap's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/confmap/xconfmap from 0.125.0 to 0.126.0

Changelog

Sourced from go.opentelemetry.io/collector/confmap/xconfmap's changelog.

v1.32.0/v0.126.0

🚩 Deprecations 🚩

  • configauth: Deprecate configauth.Authentication in favor of configauth.Config. (#12875)

💡 Enhancements 💡

  • cmd/mdatagen: Add type definition for events in mdatagen (#12571)
  • cmd/mdatagen: Add functions for processing structured events in mdatagen (#12571)
Commits
  • c2431f0 [chore] Prepare release v1.32.0/v0.126.0 (#13026)
  • 67920d4 [chore] update go patch version in cmd/otelcorecol and github actions (#13030)
  • 0bef089 [chore] Update github.com/ebitengine/purego to v0.8.3 (#13024)
  • f592f1c [chore] Add a known issues section to v1.29.0/v0.123.0 item (#13020)
  • 8991b48 Avoid allocating too much memory, sampling logic is not re-applied (#13015)
  • f846829 [chore] Document scalability, performance and resiliency requirements for sta...
  • 279752c [service/internal/graph] Measure telemetry as it is passed between pipeline c...
  • 4ca0f18 update semconv dependency to otelgo's semconv package (#12991)
  • 5800834 [chore] Make mapstructure hooks safe against untyped nils (#13001)
  • 6bd77b3 [chore] Add tests loading nil to any (#12998)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.31.0 to 1.32.0

Release notes

Sourced from go.opentelemetry.io/collector/pdata's releases.

v1.32.0/v0.126.0

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

End User Changelog

🛑 Breaking changes 🛑

  • configauth: Removes deprecated configauth.Authentication and extensionauthtest.NewErrorClient (#12992) The following have been removed:
    • configauth.Authentication use configauth.Config instead
    • extensionauthtest.NewErrorClient use extensionauthtest.NewErr instead

💡 Enhancements 💡

  • service: Replace go.opentelemetry.io/collector/semconv usage with go.opentelemetry.io/otel/semconv (#12991)

  • confmap: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. (#12926)

  • service: Add item count metrics defined in Pipeline Component Telemetry RFC (#12812) See Pipeline Component Telemetry RFC for more details:

    • otelcol.receiver.produced.items
    • otelcol.processor.consumed.items
    • otelcol....

      Description has been truncated

Bumps the otel group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.125.0` | `0.126.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.125.0` | `0.126.0` |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.125.0` | `0.126.0` |
| [go.opentelemetry.io/collector/config/configcompression](https://github.com/open-telemetry/opentelemetry-collector) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/collector/config/confighttp](https://github.com/open-telemetry/opentelemetry-collector) | `0.125.0` | `0.126.0` |
| [go.opentelemetry.io/collector/confmap](https://github.com/open-telemetry/opentelemetry-collector) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/collector/confmap/xconfmap](https://github.com/open-telemetry/opentelemetry-collector) | `0.125.0` | `0.126.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.31.0` | `1.32.0` |
| [go.opentelemetry.io/collector/semconv](https://github.com/open-telemetry/opentelemetry-collector) | `0.125.0` | `0.126.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden` from 0.125.0 to 0.126.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.125.0...v0.126.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest` from 0.125.0 to 0.126.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.125.0...v0.126.0)

Updates `go.opentelemetry.io/collector/component` from 1.31.0 to 1.32.0
- [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@pdata/v1.31.0...pdata/v1.32.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.125.0 to 0.126.0
- [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.125.0...v0.126.0)

Updates `go.opentelemetry.io/collector/config/configcompression` from 1.31.0 to 1.32.0
- [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@pdata/v1.31.0...pdata/v1.32.0)

Updates `go.opentelemetry.io/collector/config/confighttp` from 0.125.0 to 0.126.0
- [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.125.0...v0.126.0)

Updates `go.opentelemetry.io/collector/confmap` from 1.31.0 to 1.32.0
- [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@pdata/v1.31.0...pdata/v1.32.0)

Updates `go.opentelemetry.io/collector/confmap/xconfmap` from 0.125.0 to 0.126.0
- [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.125.0...v0.126.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.31.0 to 1.32.0
- [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@pdata/v1.31.0...pdata/v1.32.0)

Updates `go.opentelemetry.io/collector/semconv` from 0.125.0 to 0.126.0
- [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.125.0...v0.126.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/configcompression
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/config/confighttp
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/confmap/xconfmap
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
- dependency-name: go.opentelemetry.io/collector/semconv
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel
...

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 May 14, 2025
@dependabot dependabot bot requested review from a team as code owners May 14, 2025 04:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 14, 2025
@kruskall kruskall merged commit a198bda into main May 14, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-f92966c4e0 branch May 14, 2025 13:30
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants