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 github.com/open-telemetry/opentelemetry-log-collection from 0.15.0 to 0.17.0 in /receiver/filelogreceiver #162

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 12, 2021

Bumps github.com/open-telemetry/opentelemetry-log-collection from 0.15.0 to 0.17.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-log-collection's releases.

v0.17.0

Added

  • Trace fields added to entry.Entry, and an accompanying trace parser (PR76)
  • Severity parser can parse whole numbers formatted as float64 (PR90)
  • Support for mapstructure to most configs

Changed

  • Rename entry.Record to entry.Body (PR88)

v0.16.0

Changed

  • syslog_input config embeds syslog_parser at the top level, rather than under a syslog key (PR43)
  • Rename entry.Label to entry.Attribute (PR51)

Removed

  • Several unused packages, including flusher, buffer, k8smetadata, hostmetadata, and ratelimit (PR53)

v0.15.1

Added

  • Optional max_buffer_size parameter to tcp_input operator (PR35)
  • TLS support to tcp_input operator (PR29)

Fixed

  • Data race in syslog parser (PR32)
Changelog

Sourced from github.com/open-telemetry/opentelemetry-log-collection's changelog.

[0.17.0] - 2020-04-07

Added

  • Trace fields added to entry.Entry, and an accompanying trace parser (PR76)
  • Severity parser can parse whole numbers formatted as float64 (PR90)
  • Support for mapstructure to most configs

Changed

  • Rename entry.Record to entry.Body (PR88)

[0.16.0] - 2020-03-08

Changed

  • syslog_input config embeds syslog_parser at the top level, rather than under a syslog key (PR43)
  • Rename entry.Label to entry.Attribute (PR51)

Removed

  • Several unused packages, including flusher, buffer, k8smetadata, hostmetadata, and ratelimit (PR53)

[0.15.1] - 2020-03-01

Added

  • Optional max_buffer_size parameter to tcp_input operator (PR35)
  • TLS support to tcp_input operator (PR29)

Fixed

  • Data race in syslog parser (PR32)
Commits
  • 59a411c Update changelog ahead of 0.17.0 release (#91)
  • 37eb654 Add trace attributes and parser (trace_id, span_id and trace_flags) (#76)
  • e63fbfe Support whole number float64 type for severity parsing (#90)
  • 51eca70 Rename record to body (#88)
  • a32c088 Update README.md (#86)
  • 0356f77 golangci enable gci (#74)
  • 8f9be2c Rename 'label' to 'attributes' (#82)
  • 0f6b1a9 Add golden config testing to time (#72)
  • ba8a43d Update Router doc to reflect default field change (#70)
  • 2d9f6f0 Add golden config tests to severity operator (#71)
  • 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 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)

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants