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

build(deps): bump go.opentelemetry.io/collector/pdata from 1.5.0 to 1.7.0 in /exporters/autoexport #5459

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps go.opentelemetry.io/collector/pdata from 1.5.0 to 1.7.0.

Release notes

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

v1.7.0/v0.100.0

End User Changelog

🛑 Breaking changes 🛑

  • service: The validate sub-command no longer validates that each pipeline's type is the same as its component types (#10031)

💡 Enhancements 💡

  • semconv: Add support for v1.25.0 semantic convention (#10072)
  • builder: remove the need to go get a module to address ambiguous import paths (#10015)
  • pmetric: Support parsing metric.metadata from OTLP JSON. (#10026)

🧰 Bug fixes 🧰

  • exporterhelper: Fix enabled config option for batch sender (#10076)

Go API Changelog

This changelog includes only developer-facing changes. If you are looking for user-facing changes, check out CHANGELOG.md.

💡 Enhancements 💡

  • configgrpc: Adds NewDefault* functions for all the config structs. (#9654)
  • exporterqueue: Expose ErrQueueIsFull so upstream components can retry or apply backpressure. (#10070)

🧰 Bug fixes 🧰

  • mdatagen: Call connectors with routers to be the same as the service graph (#10079)

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

v1.6.0/v0.99.0

End User Changelog

🛑 Breaking changes 🛑

  • builder: Add strict version checking when using the builder. Add the temporary flag --skip-strict-versioning for skipping this check. (#9896) Strict version checking will error on major and minor version mismatches between the otelcol_version configured and the builder version or versions in the go.mod. This check can be temporarily disabled by using the --skip-strict-versioning flag. This flag will be removed in a future minor version.

  • telemetry: Distributed internal metrics across different levels. (#7890) The internal metrics levels are updated along with reported metrics:

    • The default level is changed from basic to normal, which can be overridden with service::telmetry::metrics::level configuration.
    • Batch processor metrics are updated to be reported starting from normal level:

... (truncated)

Changelog

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

v1.7.0/v0.100.0

💡 Enhancements 💡

  • configgrpc: Adds NewDefault* functions for all the config structs. (#9654)
  • exporterqueue: Expose ErrQueueIsFull so upstream components can retry or apply backpressure. (#10070)

🧰 Bug fixes 🧰

  • mdatagen: Call connectors with routers to be the same as the service graph (#10079)

v1.6.0/v0.99.0

🛑 Breaking changes 🛑

  • component: Removed deprecated function GetExporters from component.Host interface (#9987)

🚩 Deprecations 🚩

  • confighttp: deprecate ToClientContext, ToServerContext, ToListenerContext, replaced by ToClient, ToServer, ToListener (#9807)
  • configtls: Deprecates ClientConfig.LoadTLSConfigContext and ServerConfig.LoadTLSConfigContext, use ClientConfig.LoadTLSConfig and ServerConfig.LoadTLSConfig instead. (#9945)

💡 Enhancements 💡

  • configauth: Adds NewDefault* functions for all the config structs. (#9821)
  • configtls: Adds NewDefault* functions for all the config structs. (#9658)
  • pmetric: Support metric.metadata in pdata/pmetric (#10006)
Commits
  • 6c2a34e [chore] Prepare release v1.7.0/v0.100.0 (#10087)
  • 88046dd [chore] try to fix coverage step (#10085)
  • 8efff48 [chore] remove duplicate code from the connector (#10082)
  • 227101d [otelcol] rfc for how to log during startup (#10066)
  • 8aaec09 [chore] fix import orders in mdatagen templates (#10081)
  • b7b7e51 [chore] [exporterhelper] Integrate capacity limiting into the communication c...
  • 67d3718 Revert pipeline type validation (#10078)
  • 8e7be1c [chore] remove multierr use in mdatagen (#10080)
  • aeb0cf0 mdatagen: Call connectors with routers to be the same as the service graph (#...
  • 109173d [exporterhelper] Fix enabled config option for batch sender (#10076)
  • 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 requested a review from pellared as a code owner May 6, 2024 22:30
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
@dependabot dependabot bot requested a review from a team May 6, 2024 22:30
@dependabot dependabot bot added go Pull requests that update Go code Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels May 6, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/exporters/autoexport/go.opentelemetry.io/collector/pdata-1.7.0 branch from 5d3e271 to d2451cc Compare May 7, 2024 11:36
@pellared pellared enabled auto-merge (squash) May 7, 2024 11:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/exporters/autoexport/go.opentelemetry.io/collector/pdata-1.7.0 branch from d2451cc to b7ae7d1 Compare May 7, 2024 11:44
@pellared
Copy link
Member

pellared commented May 7, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/exporters/autoexport/go.opentelemetry.io/collector/pdata-1.7.0 branch from b7ae7d1 to 7f18f17 Compare May 7, 2024 14:48
Bumps [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) from 1.5.0 to 1.7.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.5.0...pdata/v1.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/exporters/autoexport/go.opentelemetry.io/collector/pdata-1.7.0 branch from 7f18f17 to ce21d3e Compare May 7, 2024 15:12
@pellared pellared merged commit becb116 into main May 7, 2024
23 checks passed
@pellared pellared deleted the dependabot/go_modules/exporters/autoexport/go.opentelemetry.io/collector/pdata-1.7.0 branch May 7, 2024 15:31
@pellared pellared added this to the untracked milestone Nov 8, 2024
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 Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant