open-telemetry / opentelemetry-log-collection

OpenTelemetry log collection library
https://opentelemetry.io
Apache License 2.0
92 stars 41 forks source link

Bump go.opentelemetry.io/collector from 0.46.0 to 0.47.0 #446

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps go.opentelemetry.io/collector from 0.46.0 to 0.47.0.

Release notes

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

v0.47.0 Beta

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

šŸ›‘ Breaking changes šŸ›‘

  • Remove Type funcs in pdata (#4933)
  • pdata: deprecate funcs working with InternalRep (#4957)
  • Remove all deprecated funcs/structs from v0.46.0 (#4995)

šŸš© Deprecations šŸš©

  • Deprecate pdata.AttributeMap.Delete in favor of pdata.AttributeMap.Remove (#4914)
  • Deprecate consumerhelper, move helpers to consumer (#5006)

šŸ’” Enhancements šŸ’”

  • Add pdata.AttributeMap.RemoveIf, which is a more performant way to remove multiple keys (#4914)
  • Add pipeline key with pipeline identifier to processor loggers (#4968)
  • Add a new yaml provider, allows providing yaml bytes (#4998)

šŸ§° Bug fixes šŸ§°

  • Collector Run will now exit when a context cancels (#4954)
  • Add missing droppedAttributesCount to pdata generated resource (#4979)
  • Collector Run will now set state to Closed if startup fails (#4974)
Changelog

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

v0.47.0 Beta

šŸ›‘ Breaking changes šŸ›‘

  • Remove Type funcs in pdata (#4933)
  • Remove all deprecated funcs/structs from v0.46.0 (#4995)
  • AsString for pdata.AttributeValue now returns the JSON-encoded string of floats. (#4934)

šŸš© Deprecations šŸš©

  • pdata: deprecate funcs working with InternalRep (#4957)
  • Deprecate pdata.AttributeMap.Delete in favor of pdata.AttributeMap.Remove (#4914)
  • Deprecate consumerhelper, move helpers to consumer (#5006)

šŸ’” Enhancements šŸ’”

  • Add pdata.AttributeMap.RemoveIf, which is a more performant way to remove multiple keys (#4914)
  • Add pipeline key with pipeline identifier to processor loggers (#4968)
  • Add a new yaml provider, allows providing yaml bytes (#4998)

šŸ§° Bug fixes šŸ§°

  • Collector Run will now exit when a context cancels (#4954)
  • Add missing droppedAttributesCount to pdata generated resource (#4979)
  • Collector Run will now set state to Closed if startup fails (#4974)
Commits


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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #446 (4fdefe7) into main (9487c04) will decrease coverage by 0.0%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #446     +/-   ##
=======================================
- Coverage   75.3%   75.2%   -0.1%     
=======================================
  Files         83      83             
  Lines       4025    4025             
=======================================
- Hits        3032    3029      -3     
- Misses       692     695      +3     
  Partials     301     301             
Impacted Files Coverage Ī”
operator/transformer/recombine/recombine.go 75.6% <0.0%> (-2.1%) :arrow_down:
dependabot[bot] commented 2 years ago

Dependabot attempted to update this pull request, but because the branch dependabot/go_modules/go.opentelemetry.io/collector-0.47.0 is protected it was unable to do so.

dependabot[bot] commented 2 years ago

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.