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

Bump fluentd from 1.15.3 to 1.16.1 #49

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps fluentd from 1.15.3 to 1.16.1.

Release notes

Sourced from fluentd's releases.

Fluentd v1.16.1

Enhancement

  • #4137 in_tcp: Add message_length_limit to drop large incoming data

Bug Fix

  • #4124 Fix NameError of SecondaryFileOutput when setting secondary other than out_secondary_file
  • #4131 Server helper: Suppress error of UDPServer over max_bytes on Windows
  • #4147 Buffer: Fix that compress setting causes unexpected error when receiving already compressed MessagePack

Misc

  • #4119 Update MAINTAINERS.md
  • #4123 Update security policy
  • #4128 Plugin template: Remove unnecessary code
  • #4116 Revive issue auto closer
  • #4145 Fix a link for the repository of td-agent
  • #4117 in_udp: add test of message_length_limit
  • #4148 Fix a typo of an argument of Fluent::EventStream#each
  • #4138 Test in_tcp: Fix undesirable way to assert logs

Contributors to this release (Alphabetical order)

  • Daijiro Fukuda
  • Takuro Ashie

Fluentd v1.16.0

Enhancement

  • #3961 in_tcp: Add send_keepalive_packet option
  • #4025 buffer: backup broken file chunk
  • #4027 Add warning messages for restoring buffer with flush_at_shutdown true
  • #4028 Add logs for time period of restored buffer possibly broken

Bug Fix

  • #3987 http_server_helper: Fix format of log messages originating from Async gem
  • #4034 #4043 Change to not generate a sigdump file after receiving a SIGTERM signal on non-Windows
  • #4030 out_forward: fix error of ack handling conflict on stopping with require_ack_response enabled
  • #4064 #4065 #4086 #4090 #4096 Fix problem that some system configs are not reflected
  • #4091 Fix bug that the logger outputs some initial log messages without applying some settings such as format
  • #4054 Windows: Fix a bug that the wrong log file is reopened with log rotate setting when flushing or graceful reloading
  • #4081 Fix race condition of out_secondary_file
  • #4087 Suppress warning using different secondary for out_secondary_file
  • #4066 Fix value of system_config.workers at run_configure. Change argument type of Fluent::Plugin::Base::configure() to Fluent::Config::Element only.
  • #4092 Fix bug that Fluentd sometimes tries to use an unavailable port and fails to start on Windows

... (truncated)

Changelog

Sourced from fluentd's changelog.

Release v1.16.1 - 2023/04/17

Enhancement

Bug Fix

  • Fix NameError of SecondaryFileOutput when setting secondary other than out_secondary_file fluent/fluentd#4124
  • Server helper: Suppress error of UDPServer over max_bytes on Windows fluent/fluentd#4131
  • Buffer: Fix that compress setting causes unexpected error when receiving already compressed MessagePack fluent/fluentd#4147

Misc

Release v1.16.0 - 2023/03/29

Enhancement

... (truncated)

Commits
  • 0a6d706 v1.16.1
  • 11c9550 Merge pull request #4137 from daipom/in_tcp-add-message_length_limit
  • 0d9c320 in_tcp: Add message_length_limit
  • c989079 Merge pull request #4147 from daipom/buffer-fix-error-compressing-alreay-comp...
  • 8112d8f Merge pull request #4138 from daipom/refactor-in_tcp-tests
  • 81513ed Merge pull request #4148 from daipom/event-fix-typo
  • 8bf1a4f Event: Fix typo
  • 2d1c313 Buffer: Fix error about compressing already compressed ES
  • c8c92c1 Merge pull request #4145 from fluent/fix-td-agent-link
  • 4382489 Fix a link for the repository of td-agent
  • 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)

Bumps [fluentd](https://github.com/fluent/fluentd) from 1.15.3 to 1.16.1.
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.15.3...v1.16.1)

---
updated-dependencies:
- dependency-name: fluentd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 17, 2023
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