chore(deps): update devdependencies (non-major) #20

Merged
t.behrendt merged 1 commits from renovate/devdependencies-(non-major) into main 2025-08-13 16:20:38 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/collector/component require minor v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/component/componenttest require minor v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/confmap require minor v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/consumer require minor v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/consumer/consumertest require minor v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/pdata require minor v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/processor require minor v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/processor/processortest require minor v0.125.0 -> v0.129.0

Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)

v1.35.0

🛑 Breaking changes 🛑
  • exporterhelper: Remove deprecated sending_queue::blocking options, use sending_queue::block_on_overflow. (#​13211)
💡 Enhancements 💡
  • mdatagen: Taught mdatagen to print the go list stderr output on failures, and to run go list where the metadata file is. (#​13205)

  • service: Support setting sampler and limits under service::telemetry::traces (#​13201)
    This allows users to enable sampling and set span limits on internal Collector traces using the
    OpenTelemetry SDK declarative configuration.

  • pdata/pprofile: Add new helper methods FromLocationIndices and PutLocation to read and modify the content of locations. (#​13150)

  • exporterhelper: Preserve request span context and client information in the persistent queue. (#​11740, #​13220, #​13232)
    It allows internal collector spans and client information to propagate through the persistent queue used by
    the exporters. The same way as it's done for the in-memory queue.
    Currently, it is behind the exporter.PersistRequestContext feature gate, which can be enabled by adding
    --feature-gates=exporter.PersistRequestContext to the collector command line. An exporter buffer stored by
    a previous version of the collector (or by a collector with the feature gate disabled) can be read by a newer
    collector with the feature enabled. However, the reverse is not supported: a buffer stored by a newer collector with
    the feature enabled cannot be read by an older collector (or by a collector with the feature gate disabled).

🧰 Bug fixes 🧰
  • pdata: Fix copying of optional fields when the source is unset. (#​13268)
  • service: Only allocate one set of internal log sampling counters (#​13014)
    The case where logs are only exported to stdout was fixed in v0.126.0;
    this new fix also covers the case where logs are exported through OTLP.

v1.34.0

🛑 Breaking changes 🛑
  • service/telemetry: Mark "telemetry.disableAddressFieldForInternalTelemetry" as stable (#​13152)
💡 Enhancements 💡
  • confighttp: Update the HTTP server span naming to use the HTTP method and route pattern instead of the path. (#​12468)
    The HTTP server span name will now be formatted as <http.request.method> <http.route>.
    If a route pattern is not available, it will fall back to <http.request.method>.

  • service: Use configured loggers to log errors as soon as it is available (#​13081)

  • service: Remove stabilized featuregate useOtelWithSDKConfigurationForInternalTelemetry (#​13152)

🧰 Bug fixes 🧰
  • telemetry: Add generated resource attributes to the printed log messages. (#​13110)
    If service.name, service.version, or service.instance.id are not specified in the config, they will be generated automatically.
    This change ensures that these attributes are also included in the printed log messages.

  • mdatagen: Fix generation when there are no events in the metadata. (#​13123)

  • confmap: Do not panic on assigning nil maps to non-nil maps (#​13117)

  • pdata: Fix event_name skipped when unmarshalling LogRecord from JSON (#​13127)

v1.33.0

🚩 Deprecations 🚩
  • semconv: Deprecating the semconv package in favour of go.opentelemetry.io/otel/semconv (#​13012)
💡 Enhancements 💡
  • exporter/debug: Display resource and scope in normal verbosity (#​10515)
  • service: Add size metrics defined in Pipeline Component Telemetry RFC (#​13032)
    See Pipeline Component Telemetry RFC for more details:
    • otelcol.receiver.produced.size
    • otelcol.processor.consumed.size
    • otelcol.processor.produced.size
    • otelcol.connector.consumed.size
    • otelcol.connector.produced.size
    • otelcol.exporter.consumed.size

v1.32.0

🛑 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:
    • Client compression type "snappy" will now compress to the "block" variant of snappy
      instead of "framed". Client compression type "x-snappy-framed" will now compress to the "framed" variant of snappy.
    • Servers will accept both "snappy" and "x-snappy-framed" as valid content-encodings.
  • tlsconfig: Disable TPM tests on MacOS/Darwin (#​12964)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.31.0` -> `v1.35.0` | | [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.125.0` -> `v0.129.0` | | [go.opentelemetry.io/collector/confmap](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.31.0` -> `v1.35.0` | | [go.opentelemetry.io/collector/consumer](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.31.0` -> `v1.35.0` | | [go.opentelemetry.io/collector/consumer/consumertest](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.125.0` -> `v0.129.0` | | [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.31.0` -> `v1.35.0` | | [go.opentelemetry.io/collector/processor](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v1.31.0` -> `v1.35.0` | | [go.opentelemetry.io/collector/processor/processortest](https://github.com/open-telemetry/opentelemetry-collector) | require | minor | `v0.125.0` -> `v0.129.0` | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)</summary> ### [`v1.35.0`](https://github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1350v01290) ##### 🛑 Breaking changes 🛑 - `exporterhelper`: Remove deprecated sending_queue::blocking options, use sending_queue::block_on_overflow. ([#&#8203;13211](https://github.com/open-telemetry/opentelemetry-collector/issues/13211)) ##### 💡 Enhancements 💡 - `mdatagen`: Taught mdatagen to print the `go list` stderr output on failures, and to run `go list` where the metadata file is. ([#&#8203;13205](https://github.com/open-telemetry/opentelemetry-collector/issues/13205)) - `service`: Support setting `sampler` and `limits` under `service::telemetry::traces` ([#&#8203;13201](https://github.com/open-telemetry/opentelemetry-collector/issues/13201)) This allows users to enable sampling and set span limits on internal Collector traces using the OpenTelemetry SDK declarative configuration. - `pdata/pprofile`: Add new helper methods `FromLocationIndices` and `PutLocation` to read and modify the content of locations. ([#&#8203;13150](https://github.com/open-telemetry/opentelemetry-collector/issues/13150)) - `exporterhelper`: Preserve request span context and client information in the persistent queue. ([#&#8203;11740](https://github.com/open-telemetry/opentelemetry-collector/issues/11740), [#&#8203;13220](https://github.com/open-telemetry/opentelemetry-collector/issues/13220), [#&#8203;13232](https://github.com/open-telemetry/opentelemetry-collector/issues/13232)) It allows internal collector spans and client information to propagate through the persistent queue used by the exporters. The same way as it's done for the in-memory queue. Currently, it is behind the exporter.PersistRequestContext feature gate, which can be enabled by adding `--feature-gates=exporter.PersistRequestContext` to the collector command line. An exporter buffer stored by a previous version of the collector (or by a collector with the feature gate disabled) can be read by a newer collector with the feature enabled. However, the reverse is not supported: a buffer stored by a newer collector with the feature enabled cannot be read by an older collector (or by a collector with the feature gate disabled). ##### 🧰 Bug fixes 🧰 - `pdata`: Fix copying of optional fields when the source is unset. ([#&#8203;13268](https://github.com/open-telemetry/opentelemetry-collector/issues/13268)) - `service`: Only allocate one set of internal log sampling counters ([#&#8203;13014](https://github.com/open-telemetry/opentelemetry-collector/issues/13014)) The case where logs are only exported to stdout was fixed in v0.126.0; this new fix also covers the case where logs are exported through OTLP. <!-- previous-version --> ### [`v1.34.0`](https://github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1340v01280) ##### 🛑 Breaking changes 🛑 - `service/telemetry`: Mark "telemetry.disableAddressFieldForInternalTelemetry" as stable ([#&#8203;13152](https://github.com/open-telemetry/opentelemetry-collector/issues/13152)) ##### 💡 Enhancements 💡 - `confighttp`: Update the HTTP server span naming to use the HTTP method and route pattern instead of the path. ([#&#8203;12468](https://github.com/open-telemetry/opentelemetry-collector/issues/12468)) The HTTP server span name will now be formatted as `<http.request.method> <http.route>`. If a route pattern is not available, it will fall back to `<http.request.method>`. - `service`: Use configured loggers to log errors as soon as it is available ([#&#8203;13081](https://github.com/open-telemetry/opentelemetry-collector/issues/13081)) - `service`: Remove stabilized featuregate useOtelWithSDKConfigurationForInternalTelemetry ([#&#8203;13152](https://github.com/open-telemetry/opentelemetry-collector/issues/13152)) ##### 🧰 Bug fixes 🧰 - `telemetry`: Add generated resource attributes to the printed log messages. ([#&#8203;13110](https://github.com/open-telemetry/opentelemetry-collector/issues/13110)) If service.name, service.version, or service.instance.id are not specified in the config, they will be generated automatically. This change ensures that these attributes are also included in the printed log messages. - `mdatagen`: Fix generation when there are no events in the metadata. ([#&#8203;13123](https://github.com/open-telemetry/opentelemetry-collector/issues/13123)) - `confmap`: Do not panic on assigning nil maps to non-nil maps ([#&#8203;13117](https://github.com/open-telemetry/opentelemetry-collector/issues/13117)) - `pdata`: Fix event_name skipped when unmarshalling LogRecord from JSON ([#&#8203;13127](https://github.com/open-telemetry/opentelemetry-collector/issues/13127)) <!-- previous-version --> ### [`v1.33.0`](https://github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1330v01270) ##### 🚩 Deprecations 🚩 - `semconv`: Deprecating the semconv package in favour of go.opentelemetry.io/otel/semconv ([#&#8203;13012](https://github.com/open-telemetry/opentelemetry-collector/issues/13012)) ##### 💡 Enhancements 💡 - `exporter/debug`: Display resource and scope in `normal` verbosity ([#&#8203;10515](https://github.com/open-telemetry/opentelemetry-collector/issues/10515)) - `service`: Add size metrics defined in Pipeline Component Telemetry RFC ([#&#8203;13032](https://github.com/open-telemetry/opentelemetry-collector/issues/13032)) See [Pipeline Component Telemetry RFC](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/component-universal-telemetry.md) for more details: - `otelcol.receiver.produced.size` - `otelcol.processor.consumed.size` - `otelcol.processor.produced.size` - `otelcol.connector.consumed.size` - `otelcol.connector.produced.size` - `otelcol.exporter.consumed.size` <!-- previous-version --> ### [`v1.32.0`](https://github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1320v01260) ##### 🛑 Breaking changes 🛑 - `configauth`: Removes deprecated `configauth.Authentication` and `extensionauthtest.NewErrorClient` ([#&#8203;12992](https://github.com/open-telemetry/opentelemetry-collector/issues/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` ([#&#8203;12991](https://github.com/open-telemetry/opentelemetry-collector/issues/12991)) - `confmap`: Update the behavior of the confmap.enableMergeAppendOption feature gate to merge only component lists. ([#&#8203;12926](https://github.com/open-telemetry/opentelemetry-collector/issues/12926)) - `service`: Add item count metrics defined in Pipeline Component Telemetry RFC ([#&#8203;12812](https://github.com/open-telemetry/opentelemetry-collector/issues/12812)) See [Pipeline Component Telemetry RFC](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/component-universal-telemetry.md) 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. ([#&#8203;12801](https://github.com/open-telemetry/opentelemetry-collector/issues/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. ([#&#8203;12948](https://github.com/open-telemetry/opentelemetry-collector/issues/12948)) - `telemetry`: Allocate less memory per component when OTLP exporting of logs is disabled ([#&#8203;13014](https://github.com/open-telemetry/opentelemetry-collector/issues/13014)) - `confmap`: Use reflect.DeepEqual to avoid panic when confmap.enableMergeAppendOption feature gate is enabled. ([#&#8203;12932](https://github.com/open-telemetry/opentelemetry-collector/issues/12932)) - `internal telemetry`: Add resource attributes from telemetry.resource to the logger ([#&#8203;12582](https://github.com/open-telemetry/opentelemetry-collector/issues/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 ([#&#8203;10584](https://github.com/open-telemetry/opentelemetry-collector/issues/10584), [#&#8203;12825](https://github.com/open-telemetry/opentelemetry-collector/issues/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: - Client compression type "snappy" will now compress to the "block" variant of snappy instead of "framed". Client compression type "x-snappy-framed" will now compress to the "framed" variant of snappy. - Servers will accept both "snappy" and "x-snappy-framed" as valid content-encodings. - `tlsconfig`: Disable TPM tests on MacOS/Darwin ([#&#8203;12964](https://github.com/open-telemetry/opentelemetry-collector/issues/12964)) <!-- previous-version --> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.3.0
github.com/knadh/koanf/v2 v2.2.0 -> v2.2.1
go.opentelemetry.io/collector/component/componentstatus v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/consumer/xconsumer v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/featuregate v1.31.0 -> v1.35.0
go.opentelemetry.io/collector/internal/telemetry v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/pdata/pprofile v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/pdata/testdata v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/pipeline v0.125.0 -> v0.129.0
go.opentelemetry.io/collector/processor/xprocessor v0.125.0 -> v0.129.0
go.opentelemetry.io/contrib/bridges/otelzap v0.10.0 -> v0.11.0
go.opentelemetry.io/otel v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/log v0.11.0 -> v0.12.2
go.opentelemetry.io/otel/metric v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0
golang.org/x/sys v0.32.0 -> v0.33.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a -> v0.0.0-20250324211829-b45e905df463
google.golang.org/grpc v1.72.0 -> v1.73.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 20 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------------------------------- | :--------------------------------------------------------------------------- | | `github.com/go-viper/mapstructure/v2` | `v2.2.1` -> `v2.3.0` | | `github.com/knadh/koanf/v2` | `v2.2.0` -> `v2.2.1` | | `go.opentelemetry.io/collector/component/componentstatus` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/consumer/xconsumer` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/featuregate` | `v1.31.0` -> `v1.35.0` | | `go.opentelemetry.io/collector/internal/telemetry` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/pdata/pprofile` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/pdata/testdata` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/pipeline` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/collector/processor/xprocessor` | `v0.125.0` -> `v0.129.0` | | `go.opentelemetry.io/contrib/bridges/otelzap` | `v0.10.0` -> `v0.11.0` | | `go.opentelemetry.io/otel` | `v1.35.0` -> `v1.36.0` | | `go.opentelemetry.io/otel/log` | `v0.11.0` -> `v0.12.2` | | `go.opentelemetry.io/otel/metric` | `v1.35.0` -> `v1.36.0` | | `go.opentelemetry.io/otel/sdk` | `v1.35.0` -> `v1.36.0` | | `go.opentelemetry.io/otel/sdk/metric` | `v1.35.0` -> `v1.36.0` | | `go.opentelemetry.io/otel/trace` | `v1.35.0` -> `v1.36.0` | | `golang.org/x/sys` | `v0.32.0` -> `v0.33.0` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20250218202821-56aae31c358a` -> `v0.0.0-20250324211829-b45e905df463` | | `google.golang.org/grpc` | `v1.72.0` -> `v1.73.0` |
renovate-bot force-pushed renovate/devdependencies-(non-major) from 17009045a3 to 17467b01fa 2025-05-26 23:04:07 +02:00 Compare
renovate-bot force-pushed renovate/devdependencies-(non-major) from 17467b01fa to 174f0f7936 2025-06-09 19:05:45 +02:00 Compare
renovate-bot force-pushed renovate/devdependencies-(non-major) from 174f0f7936 to 2f42072f03 2025-07-01 12:02:07 +02:00 Compare
t.behrendt approved these changes 2025-08-13 16:20:33 +02:00
t.behrendt merged commit 6a2b70d121 into main 2025-08-13 16:20:38 +02:00
t.behrendt deleted branch renovate/devdependencies-(non-major) 2025-08-13 16:20:38 +02:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/tracebasedlogsampler#20