Skip to content

Bump go.opentelemetry.io/collector/config/configgrpc from 0.81.0 to 0.144.0 in /processor/servicegraphprocessor#37720

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/processor/servicegraphprocessor/go.opentelemetry.io/collector/config/configgrpc-0.144.0
Closed

Bump go.opentelemetry.io/collector/config/configgrpc from 0.81.0 to 0.144.0 in /processor/servicegraphprocessor#37720
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/processor/servicegraphprocessor/go.opentelemetry.io/collector/config/configgrpc-0.144.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

Bumps go.opentelemetry.io/collector/config/configgrpc from 0.81.0 to 0.144.0.

Release notes

Sourced from go.opentelemetry.io/collector/config/configgrpc'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

v0.117.0

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

End User Changelog

v1.23.0/v0.117.0

🛑 Breaking changes 🛑

  • otelcol: Remove warnings when 0.0.0.0 is used (#11713, #8510)

🧰 Bug fixes 🧰

  • internal/sharedcomponent: Fixed bug where sharedcomponent would use too much memory remembering all the previously reported statuses (#11826)

API Changelog

v1.23.0/v0.117.0

🛑 Breaking changes 🛑

  • pdata/pprofile: Remove duplicate Attributes field from profile (#11932)
  • connector: Remove deprecated connectorprofiles module, use xconnector instead. (#11778)
  • consumererror: Remove deprecated consumererrorprofiles module, use xconsumererror instead. (#11778)
  • consumer: Remove deprecated consumerprofiles module, use xconsumer instead. (#11778)
  • exporterhelper: Remove deprecated exporterhelperprofiles module, use xexporterhelper instead. (#11778)
  • exporter: Remove deprecated exporterprofiles module, use xexporter instead. (#11778)
  • pipeline: Remove deprecated pipelineprofiles module, use xpipeline instead. (#11778)
  • processorhelper: Remove deprecated processorhelperprofiles module, use xprocessorhelper instead. (#11778)
  • processor: Remove deprecated processorprofiles module, use xprocessor instead. (#11778)
  • receiver: Remove deprecated receiverprofiles module, use xreceiver instead. (#11778)
  • exporterhelper: Remove Merge function from experimental Request interface (#12012)

🚩 Deprecations 🚩

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/config/configgrpc's changelog.

v1.50.0/v0.144.0

🛑 Breaking changes 🛑

  • pkg/config/confighttp: Replace ServerConfig.Endpoint with NetAddr confignet.AddrConfig, enabling more flexible transport configuration. (#14187, #8752) This change adds "transport" as a configuration option, allowing users to specify different transport protocols (e.g., "tcp", "unix").

🚩 Deprecations 🚩

  • pkg/scraperhelper: Deprecate the AddScraper method. (#14428)

🚀 New components 🚀

  • pkg/xscraperhelper: Add xscraperhelper for the experimental OTel profiling signal. (#14235)

💡 Enhancements 💡

  • all: Add support for deprecated component type aliases (#14208) To add a deprecated type alias to a component factory, use the WithDeprecatedTypeAlias option.

    return xexporter.NewFactory(
        metadata.Type,
        createDefaultConfig,
        xexporter.WithTraces(createTracesExporter, metadata.TracesStability),
        xexporter.WithDeprecatedTypeAlias("old_component_name"),
    )

    When the alias is used in configuration, a deprecation warning will be automatically logged, and the component will function normally using the original implementation.

  • cmd/mdatagen: Add the ability to disable attributes at the metric level and re-aggregate data points based off of these new dimensions (#10726)

  • extension/xextension: Add deprecated type alias support for extensions via xextension module (#14208) Extensions can now register deprecated type aliases using the experimental xextension.WithDeprecatedTypeAlias option.

    return xextension.NewFactory(
        metadata.Type,
        createDefaultConfig,
        createExtension,
        metadata.Stability,
        xextension.WithDeprecatedTypeAlias("old_extension_name"),
    )

    When the alias is used in configuration, a deprecation warning will be automatically logged, and the extension will function normally using the original implementation.

  • pkg/consumer/consumertest: Add ProfileCount() (#14251)

  • pkg/exporterhelper: Add support for profile samples metrics (#14423)

  • pkg/receiverhelper: Add support for profile samples metrics (#14226)

  • pkg/scraperhelper: Introduce AddMetricsScraper to be more explicit than AddScraper. (#14428)

  • receiver/otlp: Add metrics tracking the number of receiver, refused and failed profile samples (#14226)

... (truncated)

Commits
  • 97f66a9 [chore] Prepare release v1.50.0/v0.144.0 (#14451)
  • 0550b08 [chore] Use commit pseudoversion for internal deps (#14448)
  • ba2b601 [chore][cmd/mdatagen] Autogenerate feature gate code when adding it to metada...
  • b32538d Fix reference count bug in partition batcher (#14444)
  • 7c31dd5 [mdatagen] bug fix - reaggreagate_set test generation (#14441)
  • ba17669 Deprecate AddScraper and introduce more explicit AddMetricsScraper (#14428)
  • 6507ad0 Use component.StabilityLevel for entity stability (#14425)
  • 8ba3ae3 Add accepted/refused/failed profile sample metrics to the receivers (#14226)
  • b3125ce [chore] Add display names to components (#14400)
  • 5e41fb5 Update module github.com/go-viper/mapstructure/v2 to v2.5.0 (#14420)
  • 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)

Bumps [go.opentelemetry.io/collector/config/configgrpc](https://github.com/open-telemetry/opentelemetry-collector) from 0.81.0 to 0.144.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.81.0...v0.144.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector/config/configgrpc
  dependency-version: 0.144.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/processor/servicegraphprocessor/go.opentelemetry.io/collector/config/configgrpc-0.144.0 branch from c8d206f to 4bc30c6 Compare February 2, 2026 03:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 2, 2026
@github-actions
Copy link
Copy Markdown

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions Bot added the Stale label Feb 16, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 4, 2026

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions Bot closed this Mar 4, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Mar 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/processor/servicegraphprocessor/go.opentelemetry.io/collector/config/configgrpc-0.144.0 branch March 4, 2026 05:33
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants