Skip to content
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

chore(deps): bump the otel-dependencies group across 1 directory with 3 updates #479

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2025

Bumps the otel-dependencies group with 3 updates in the /internal/tools directory: go.opentelemetry.io/build-tools/chloggen, go.opentelemetry.io/collector/cmd/builder and go.opentelemetry.io/collector/cmd/mdatagen.

Updates go.opentelemetry.io/build-tools/chloggen from 0.19.0 to 0.20.0

Release notes

Sourced from go.opentelemetry.io/build-tools/chloggen's releases.

v0.20.0

What's Changed

💡 Enhancements 💡

  • all: Update golang.org/x/crypto to v0.35.0 to address GO-2025-3487 (#703)
  • multimod: prerelease command will now update the dependencies for excluded modules. (#702)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-build-tools@v0.19.0...v0.20.0

Changelog

Sourced from go.opentelemetry.io/build-tools/chloggen's changelog.

v0.20.0

💡 Enhancements 💡

  • all: Update golang.org/x/crypto to v0.35.0 to address GO-2025-3487 (#703)
  • multimod: prerelease command will now update the dependencies for excluded modules. (#702)
Commits
  • 86e29bd Release v0.20.0 (#707)
  • 5886c8b Update dependencies for excluded modules (#702)
  • af209eb build(deps): bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 in /multi...
  • 5062312 build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 (#705)
  • 86cb6ef build(deps): bump golang.org/x/oauth2 in /issuegenerator (#704)
  • 75df472 Address GO-2025-3487 (#703)
  • See full diff in compare view

Updates go.opentelemetry.io/collector/cmd/builder from 0.120.0 to 0.122.1

Release notes

Sourced from go.opentelemetry.io/collector/cmd/builder'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/cmd/builder's changelog.

v1.28.1/v0.122.1

v1.28.0/v0.122.0

🛑 Breaking changes 🛑

  • auth, authtest: Remove deprecated modules extension/auth and extension/auth/authtest (#12543) Use extension/extensionauth and extension/extensionauth/extensionauthtest instead.

  • extensionauth: Remove deprecated methods from the Func types. (#12547)

  • extensiontest, connectortest, processortest, receivertest, scrapertest, exportertest: Remove deprecated NewNopSettingsWithType functions, use NewNopSettings instead. (#12221)

  • extensionauthtest: Remove the extensionauthtest.MockClient struct. (#12567)

    • Use extensionauthtest.NewNopClient to create a client with a noop implementation.
    • Use extensionauthtest.NewErrorClient to create a client that always returns an error.
    • Implement the extensionauth interfaces for custom mock client implementations.
  • component/componenttest: Remove the deprecated componenttest.TestTelemetry in favor of componenttest.Telemetry (#12419)

  • exporterhelper: Remove the Request.Export function in favor of an equivalent request consume func in the New[Traces|Metrics|Logs|Profiles]Request (#12637)

🚩 Deprecations 🚩

  • exporterhelper: Deprecate per signal converter in favor of generic version (#12631)

  • extensionauth: Deprecate extensionauth.NewClient and extensionauth.NewServer. (#12574)

    • Manually implement the interfaces instead.
  • configauth: Deprecate configauth.Authenticator.GetClientAuthenticator. (#12574)

    • Use the per-protocol methods instead.

🚀 New components 🚀

  • receiverhelper: Split receiverhelper into a separate module (#28328)

💡 Enhancements 💡

  • cmd/mdatagen: Add supportsSignal func for Metadata type in mdatagen. (#12640)
  • receiver: Mark module as stable (#12513)
  • pdata/pcommon: Introduce Equal() method for comparison equality to Value, ByteSlice, Float64Slice, Int32Slice, Int64Slice, StringSlice, Uint64Slice, Map and Slice (#12594)
  • pdata: Add iterator All method to pdata slices and map types. (#11982)
  • pdata/pprofile: Introduce AddAttribute helper method to modify the content of attributable records (#12206)

v1.27.0/v0.121.0

🛑 Breaking changes 🛑

  • exporterqueue: Remove exporterqueue.Factory in favor of the NewQueue function, and merge configs for memory and persistent. (#12509)

... (truncated)

Commits
  • a17839e [chore] Prepare release v1.28.1/v0.122.1 (#12665)
  • 8afa426 [confmap] Fix handling for slices with default values (#12662)
  • 8bc15fd [chore] Prepare release v1.28.0/v0.122.0 (#12650)
  • 432d92d [chore] Remove deprecation notice for (pcommon.Map).Range (#12648)
  • f09dad4 [chore] Small nit for variable declaration in default batcher (#12642)
  • 83e4ea0 Finish implementation of the SizerType, still restrict to only Items support ...
  • 027cfd8 [chore] Auto-populate release notes (#12644)
  • 8ebe098 [service] Allow running the Collector without any pipelines (#12613)
  • da4512d Replace exporterhelper Request.Export with passing a ConsumeRequest func (#12...
  • 6d82b55 [mdatagen] Add supportsSignal func (#12640)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/cmd/mdatagen from 0.120.0 to 0.122.1

Release notes

Sourced from go.opentelemetry.io/collector/cmd/mdatagen'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/cmd/mdatagen's changelog.

v1.28.1/v0.122.1

v1.28.0/v0.122.0

🛑 Breaking changes 🛑

  • auth, authtest: Remove deprecated modules extension/auth and extension/auth/authtest (#12543) Use extension/extensionauth and extension/extensionauth/extensionauthtest instead.

  • extensionauth: Remove deprecated methods from the Func types. (#12547)

  • extensiontest, connectortest, processortest, receivertest, scrapertest, exportertest: Remove deprecated NewNopSettingsWithType functions, use NewNopSettings instead. (#12221)

  • extensionauthtest: Remove the extensionauthtest.MockClient struct. (#12567)

    • Use extensionauthtest.NewNopClient to create a client with a noop implementation.
    • Use extensionauthtest.NewErrorClient to create a client that always returns an error.
    • Implement the extensionauth interfaces for custom mock client implementations.
  • component/componenttest: Remove the deprecated componenttest.TestTelemetry in favor of componenttest.Telemetry (#12419)

  • exporterhelper: Remove the Request.Export function in favor of an equivalent request consume func in the New[Traces|Metrics|Logs|Profiles]Request (#12637)

🚩 Deprecations 🚩

  • exporterhelper: Deprecate per signal converter in favor of generic version (#12631)

  • extensionauth: Deprecate extensionauth.NewClient and extensionauth.NewServer. (#12574)

    • Manually implement the interfaces instead.
  • configauth: Deprecate configauth.Authenticator.GetClientAuthenticator. (#12574)

    • Use the per-protocol methods instead.

🚀 New components 🚀

  • receiverhelper: Split receiverhelper into a separate module (#28328)

💡 Enhancements 💡

  • cmd/mdatagen: Add supportsSignal func for Metadata type in mdatagen. (#12640)
  • receiver: Mark module as stable (#12513)
  • pdata/pcommon: Introduce Equal() method for comparison equality to Value, ByteSlice, Float64Slice, Int32Slice, Int64Slice, StringSlice, Uint64Slice, Map and Slice (#12594)
  • pdata: Add iterator All method to pdata slices and map types. (#11982)
  • pdata/pprofile: Introduce AddAttribute helper method to modify the content of attributable records (#12206)

v1.27.0/v0.121.0

🛑 Breaking changes 🛑

  • exporterqueue: Remove exporterqueue.Factory in favor of the NewQueue function, and merge configs for memory and persistent. (#12509)

... (truncated)

Commits
  • a17839e [chore] Prepare release v1.28.1/v0.122.1 (#12665)
  • 8afa426 [confmap] Fix handling for slices with default values (#12662)
  • 8bc15fd [chore] Prepare release v1.28.0/v0.122.0 (#12650)
  • 432d92d [chore] Remove deprecation notice for (pcommon.Map).Range (#12648)
  • f09dad4 [chore] Small nit for variable declaration in default batcher (#12642)
  • 83e4ea0 Finish implementation of the SizerType, still restrict to only Items support ...
  • 027cfd8 [chore] Auto-populate release notes (#12644)
  • 8ebe098 [service] Allow running the Collector without any pipelines (#12613)
  • da4512d Replace exporterhelper Request.Export with passing a ConsumeRequest func (#12...
  • 6d82b55 [mdatagen] Add supportsSignal func (#12640)
  • Additional commits viewable in compare view

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

… 3 updates

Bumps the otel-dependencies group with 3 updates in the /internal/tools directory: [go.opentelemetry.io/build-tools/chloggen](https://github.com/open-telemetry/opentelemetry-go-build-tools), [go.opentelemetry.io/collector/cmd/builder](https://github.com/open-telemetry/opentelemetry-collector) and [go.opentelemetry.io/collector/cmd/mdatagen](https://github.com/open-telemetry/opentelemetry-collector).


Updates `go.opentelemetry.io/build-tools/chloggen` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-build-tools/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-build-tools/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-build-tools@v0.19.0...v0.20.0)

Updates `go.opentelemetry.io/collector/cmd/builder` from 0.120.0 to 0.122.1
- [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.120.0...v0.122.1)

Updates `go.opentelemetry.io/collector/cmd/mdatagen` from 0.120.0 to 0.122.1
- [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.120.0...v0.122.1)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/build-tools/chloggen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/cmd/builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/cmd/mdatagen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/internal/tools/otel-dependencies-7dfe3c16a9 branch from 9d48d80 to 728d8ff Compare March 26, 2025 14:31
@lahsivjar lahsivjar requested review from a team as code owners March 26, 2025 14:52
@lahsivjar lahsivjar enabled auto-merge (squash) March 26, 2025 14:53
@lahsivjar
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant