Skip to content

Bump go.opentelemetry.io/collector/component/componenttest from 0.121.0 to 0.125.0 in /functional_tests #1807

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 Apr 29, 2025

Bumps go.opentelemetry.io/collector/component/componenttest from 0.121.0 to 0.125.0.

Release notes

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

v0.122.1

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

End User Changelog

🧰 Bug fixes 🧰

API Changelog

Changelog

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

v1.31.0/v0.125.0

🚩 Deprecations 🚩

  • extensionauthtest: Deprecate NewErrorClient in favor of NewErrClient. (#12874)

💡 Enhancements 💡

  • xextension/storage: ErrStorageFull error added to xextension/storage contract (#12925)
  • pdata: Add MoveTo to pcommon.Value, only type missing this (#12877)

🧰 Bug fixes 🧰

  • pdata: Fix MoveTo when moving to the same destination (#12887)

v1.30.0/v0.124.0

🛑 Breaking changes 🛑

  • exporterbatcher: Remove deprecated package exporterbatcher (#12780)
  • exporterqueue: Remove deprecated package exporterqueue (#12779)

💡 Enhancements 💡

  • mdatagen: Add variable for metric name in mdatagen (#12459) Access metric name via metadata.MetricsInfo.<metric-variable>.Name
  • client: Add support for iterating over client metadata keys (#12804)
  • service: Adds the GetFactory interface to the hostcapabilities package (#12789)
  • cmd/mdatagen: Add the foundational changes necessary for supporting logs data in mdatagen (#12571)

v1.29.0/v0.123.0

🛑 Breaking changes 🛑

  • otlpreceiver/otlpexporter/otlphttpexporter: Avoid using go embedded messages in Config (#12718)

  • exporterqueue: Move Queue interface to internal, disallow alternative implementations (#12680)

  • extensionauth, configauth: Remove deprecated types and functions from extensionauth and configauth packages. (#12672) This includes:

    • extensionauth.NewClient,
    • extensionauth.ClientOption and all its implementations,
    • extensionauth.NewServer,
    • extensionauth.ServerOption and all its implementations and
    • configauth.Authenticator.GetClientAuthenticator.
  • exporterhelper: Remove deprecated converter types from exporterhelper (#12686)

  • exporterbatch: Remove deprecated fields min_size_items and max_size_items from batch config. (#12684)

... (truncated)

Commits
  • 42a3ae0 [chore] Prepare release v1.31.0/v0.125.0 (#12936)
  • 4ed72bd add storage full error to xextension/storage (#12925)
  • 8862cb1 Put component-identifying scope attributes for internal metrics back behind f...
  • f26c6bb [exporterhelper] Do not ignore the num_consumers setting when batching is e...
  • ac7c0f2 [mdatagen] support producing docs for internal telemetry attributes (#12919)
  • d020c90 Fix typo in README.md (#12915)
  • 112b889 [chore] [exporter/debug] docs: add docs on generating example output (#12883)
  • 07f1863 [chore] fix go mod (#12910)
  • c47951a fix: add missing imports (#12908)
  • b4d17f6 Update module go.opentelemetry.io/collector/client to v1.30.0 (#12901)
  • 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 Apr 29, 2025
@dependabot dependabot bot requested review from a team as code owners April 29, 2025 00:23
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2025

Superseded by #1833.

@dependabot dependabot bot closed this May 19, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/functional_tests/go.opentelemetry.io/collector/component/componenttest-0.125.0 branch May 19, 2025 22:15
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2025
@crobert-1
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this May 27, 2025
@dependabot dependabot bot restored the dependabot/go_modules/functional_tests/go.opentelemetry.io/collector/component/componenttest-0.125.0 branch May 27, 2025 16:57
Bumps [go.opentelemetry.io/collector/component/componenttest](https://github.com/open-telemetry/opentelemetry-collector) from 0.121.0 to 0.125.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.121.0...v0.125.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/component/componenttest
  dependency-version: 0.125.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/functional_tests/go.opentelemetry.io/collector/component/componenttest-0.125.0 branch from e5ed1e7 to 3946edd Compare May 27, 2025 16:59
@crobert-1 crobert-1 closed this May 28, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/functional_tests/go.opentelemetry.io/collector/component/componenttest-0.125.0 branch May 28, 2025 15:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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