Skip to content

Bump go.opentelemetry.io/collector/receiver/otlpreceiver from 0.124.0 to 0.129.0 #1761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps go.opentelemetry.io/collector/receiver/otlpreceiver from 0.124.0 to 0.129.0.

Changelog

Sourced from go.opentelemetry.io/collector/receiver/otlpreceiver'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)

v1.34.0/v0.128.0

🛑 Breaking changes 🛑

  • exporterhelper: Remove deprecated NewProfilesRequestExporter function from xexporterhelper package (#13157)
  • confighttp: Remove pointer to field cookies in confighttp.ClientConfig (#13116)
  • otlpreceiver: Use configoptional.Optional to define optional configuration sections in the OTLP receiver. Remove Unmarshal method. (#13119)
  • confighttp,configgrpc: Rename ClientConfig.TLSSetting and ServerConfig.TLSSetting to ClientConfig.TLS and ServerConfig.TLS. (#13115)
  • pdata/pprofile: Upgrade the OTLP protobuf definitions to version 1.7.0 (#13075) Note that the batcher is temporarily a noop.
  • pipeline: Remove deprecated MustNewID[WithName] (#13139)

🚀 New components 🚀

  • configoptional: Add a new configoptional module to support optional configuration fields. (#12981)

💡 Enhancements 💡

  • pdata: Introduce MoveAndAppendTo methods to the generated primitive slices (#13074)
  • pdata: Upgrade the OTLP protobuf definitions to version 1.7.0 (#13075)

🧰 Bug fixes 🧰

  • confmap: Correctly distinguish between nil and empty map values on the ToStringMap method (#13161) This means that ToStringMap() method can now return a nil map if the original value was nil. If you were not doing so already, make sure to check for nil before writing to the map to avoid panics.

  • confighttp: Make the NewDefaultServerConfig function return a nil TLS config by default. (#13129)

... (truncated)

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

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 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 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)

@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 a team as a code owner July 7, 2025 10:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2025
Copy link
Contributor

This PR was marked stale due to lack of activity.

@github-actions github-actions bot added the Stale label Jul 15, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/collector/receiver/otlpreceiver-0.129.0 branch from 4ef652e to bec517f Compare July 16, 2025 01:40
@github-actions github-actions bot removed the Stale label Jul 17, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/collector/receiver/otlpreceiver-0.129.0 branch from bec517f to 705e385 Compare July 17, 2025 20:00
Bumps [go.opentelemetry.io/collector/receiver/otlpreceiver](https://github.com/open-telemetry/opentelemetry-collector) from 0.124.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.124.0...v0.129.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/receiver/otlpreceiver
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/collector/receiver/otlpreceiver-0.129.0 branch from 705e385 to c25ab73 Compare July 18, 2025 13:55
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

Superseded by #1783.

@dependabot dependabot bot closed this Jul 21, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go.opentelemetry.io/collector/receiver/otlpreceiver-0.129.0 branch July 21, 2025 09:42
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.

0 participants