Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2025

Bumps the dependencies group in /tuiexporter with 5 updates:

Package From To
go.opentelemetry.io/collector/component 1.34.0 1.35.0
go.opentelemetry.io/collector/component/componentstatus 0.128.0 0.129.0
go.opentelemetry.io/collector/component/componenttest 0.128.0 0.129.0
go.opentelemetry.io/collector/exporter 0.128.0 0.129.0
go.opentelemetry.io/collector/pdata 1.34.0 1.35.0

Updates go.opentelemetry.io/collector/component from 1.34.0 to 1.35.0

Release notes

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

v1.35.0/v0.129.0

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

End User Changelog

🛑 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.

API Changelog

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)

... (truncated)

Changelog

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

v1.35.0/v0.129.0

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)
  • pdata/pprofile: Introduce Equal methods on the Line and Location types (#13150)
  • pdata/pprofile: Add new helper method SetMapping to set a new mapping on a location. (#13197)

🧰 Bug fixes 🧰

  • confmap: Distinguish between empty and nil values when marshaling confmap.Conf structs. (#13196)
Commits
  • 8c7e0b7 [chore] Prepare release v1.35.0/v0.129.0 (#13299)
  • 32278ed Add subscript to issue templates (#13193)
  • c650ec9 [chore] [pdata] Use internal.CopyOrigSlice for pcommon.Slice (#13292)
  • c6cd1ae [chore] Remove unused size backup logic for items sizer (#13043)
  • f1ec370 Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
  • ef18746 Update module github.com/go-viper/mapstructure/v2 to v2.3.0 [SECURITY] (#13277)
  • a08f6dc [chore] [pdatagen] Simplify and consolidate generation of small parts (#13279)
  • adc1d0a [chore] Automate release branch creation on tag push (#13240)
  • 1440a98 [pdata] Fix copying of optional fields when the source is unset (#13268)
  • 1ee2c3f Update community member listings (#13266)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componentstatus from 0.128.0 to 0.129.0

Changelog

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

v1.35.0/v0.129.0

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)
  • pdata/pprofile: Introduce Equal methods on the Line and Location types (#13150)
  • pdata/pprofile: Add new helper method SetMapping to set a new mapping on a location. (#13197)

🧰 Bug fixes 🧰

  • confmap: Distinguish between empty and nil values when marshaling confmap.Conf structs. (#13196)
Commits
  • 8c7e0b7 [chore] Prepare release v1.35.0/v0.129.0 (#13299)
  • 32278ed Add subscript to issue templates (#13193)
  • c650ec9 [chore] [pdata] Use internal.CopyOrigSlice for pcommon.Slice (#13292)
  • c6cd1ae [chore] Remove unused size backup logic for items sizer (#13043)
  • f1ec370 Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
  • ef18746 Update module github.com/go-viper/mapstructure/v2 to v2.3.0 [SECURITY] (#13277)
  • a08f6dc [chore] [pdatagen] Simplify and consolidate generation of small parts (#13279)
  • adc1d0a [chore] Automate release branch creation on tag push (#13240)
  • 1440a98 [pdata] Fix copying of optional fields when the source is unset (#13268)
  • 1ee2c3f Update community member listings (#13266)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/component/componenttest from 0.128.0 to 0.129.0

Changelog

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

v1.35.0/v0.129.0

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)
  • pdata/pprofile: Introduce Equal methods on the Line and Location types (#13150)
  • pdata/pprofile: Add new helper method SetMapping to set a new mapping on a location. (#13197)

🧰 Bug fixes 🧰

  • confmap: Distinguish between empty and nil values when marshaling confmap.Conf structs. (#13196)
Commits
  • 8c7e0b7 [chore] Prepare release v1.35.0/v0.129.0 (#13299)
  • 32278ed Add subscript to issue templates (#13193)
  • c650ec9 [chore] [pdata] Use internal.CopyOrigSlice for pcommon.Slice (#13292)
  • c6cd1ae [chore] Remove unused size backup logic for items sizer (#13043)
  • f1ec370 Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
  • ef18746 Update module github.com/go-viper/mapstructure/v2 to v2.3.0 [SECURITY] (#13277)
  • a08f6dc [chore] [pdatagen] Simplify and consolidate generation of small parts (#13279)
  • adc1d0a [chore] Automate release branch creation on tag push (#13240)
  • 1440a98 [pdata] Fix copying of optional fields when the source is unset (#13268)
  • 1ee2c3f Update community member listings (#13266)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/exporter from 0.128.0 to 0.129.0

Changelog

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

v1.35.0/v0.129.0

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)
  • pdata/pprofile: Introduce Equal methods on the Line and Location types (#13150)
  • pdata/pprofile: Add new helper method SetMapping to set a new mapping on a location. (#13197)

🧰 Bug fixes 🧰

  • confmap: Distinguish between empty and nil values when marshaling confmap.Conf structs. (#13196)
Commits
  • 8c7e0b7 [chore] Prepare release v1.35.0/v0.129.0 (#13299)
  • 32278ed Add subscript to issue templates (#13193)
  • c650ec9 [chore] [pdata] Use internal.CopyOrigSlice for pcommon.Slice (#13292)
  • c6cd1ae [chore] Remove unused size backup logic for items sizer (#13043)
  • f1ec370 Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
  • ef18746 Update module github.com/go-viper/mapstructure/v2 to v2.3.0 [SECURITY] (#13277)
  • a08f6dc [chore] [pdatagen] Simplify and consolidate generation of small parts (#13279)
  • adc1d0a [chore] Automate release branch creation on tag push (#13240)
  • 1440a98 [pdata] Fix copying of optional fields when the source is unset (#13268)
  • 1ee2c3f Update community member listings (#13266)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/pdata from 1.34.0 to 1.35.0

Release notes

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

v1.35.0/v0.129.0

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

End User Changelog

🛑 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.

API Changelog

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)

... (truncated)

Changelog

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

v1.35.0/v0.129.0

🛑 Breaking changes 🛑

  • semconv: Removing deprecated semconv package (#13071)
  • configgrpc,confighttp: Unify return type of NewDefault*Config functions to return a struct instead of a pointer. (#13169)
  • exporterhelper: QueueBatchEncoding interface is changed to support marshaling and unmarshaling of request context. (#13188)

💡 Enhancements 💡

  • pdata/pprofile: Introduce Equal method on the Mapping type (#13197)
  • configoptional: Make unmarshaling into None[T] work the same as unmarshaling into (*T)(nil). (#13168)
  • configoptional: Add a confmap.Marshaler implementation for configoptional.Optional (#13196)
  • pdata/pprofile: Introduce Equal methods on the Line and Location types (#13150)
  • pdata/pprofile: Add new helper method SetMapping to set a new mapping on a location. (#13197)

🧰 Bug fixes 🧰

  • confmap: Distinguish between empty and nil values when marshaling confmap.Conf structs. (#13196)
Commits
  • 8c7e0b7 [chore] Prepare release v1.35.0/v0.129.0 (#13299)
  • 32278ed Add subscript to issue templates (#13193)
  • c650ec9 [chore] [pdata] Use internal.CopyOrigSlice for pcommon.Slice (#13292)
  • c6cd1ae [chore] Remove unused size backup logic for items sizer (#13043)
  • f1ec370 Update module github.com/knadh/koanf/parsers/yaml to v1.1.0 (#13287)
  • ef18746 Update module github.com/go-viper/mapstructure/v2 to v2.3.0 [SECURITY] (#13277)
  • a08f6dc [chore] [pdatagen] Simplify and consolidate generation of small parts (#13279)
  • adc1d0a [chore] Automate release branch creation on tag push (#13240)
  • 1440a98 [pdata] Fix copying of optional fields when the source is unset (#13268)
  • 1ee2c3f Update community member listings (#13266)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
go.opentelemetry.io/collector/component [>= 0.102.a, < 0.103]
go.opentelemetry.io/collector/exporter [>= 0.102.a, < 0.103]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 7, 2025
@dependabot dependabot bot requested a review from ymtdzzz as a code owner July 7, 2025 00:38
@dependabot dependabot bot added the go Pull requests that update go code label Jul 7, 2025
@ymtdzzz
Copy link
Owner

ymtdzzz commented Jul 8, 2025

@dependabot rebase

Bumps the dependencies group in /tuiexporter with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) | `1.34.0` | `1.35.0` |
| [go.opentelemetry.io/collector/component/componentstatus](https://github.com/open-telemetry/opentelemetry-collector) | `0.128.0` | `0.129.0` |
| [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) | `0.128.0` | `0.129.0` |
| [go.opentelemetry.io/collector/exporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.128.0` | `0.129.0` |
| [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.34.0` | `1.35.0` |


Updates `go.opentelemetry.io/collector/component` from 1.34.0 to 1.35.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.34.0...pdata/v1.35.0)

Updates `go.opentelemetry.io/collector/component/componentstatus` from 0.128.0 to 0.129.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.128.0...v0.129.0)

Updates `go.opentelemetry.io/collector/component/componenttest` from 0.128.0 to 0.129.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.128.0...v0.129.0)

Updates `go.opentelemetry.io/collector/exporter` from 0.128.0 to 0.129.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.128.0...v0.129.0)

Updates `go.opentelemetry.io/collector/pdata` from 1.34.0 to 1.35.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.34.0...pdata/v1.35.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/component
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/component/componentstatus
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/exporter
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/collector/pdata
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/tuiexporter/dependencies-3d6ca912cb branch from e2a2cde to 65fd842 Compare July 8, 2025 00:51
@ymtdzzz ymtdzzz merged commit 40f0010 into main Jul 8, 2025
4 checks passed
@ymtdzzz ymtdzzz deleted the dependabot/go_modules/tuiexporter/dependencies-3d6ca912cb branch July 8, 2025 01:01
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.

1 participant