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.16.1 to 1.16.2 #527

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps fluentd from 1.16.1 to 1.16.2.

Release notes

Sourced from fluentd's releases.

Fluentd v1.16.2

Bug Fix

  • #4208 in_tail: Fix new watcher is wrongly detached on rotation when follow_inodes, which causes stopping tailing the file
  • #4237 in_tail: Prevent wrongly unwatching when follow_inodes, which causes log duplication
  • #4214 in_tail: Fix warning log about overwriting entry when follow_inodes
  • #4239 in_tail: Ensure to discard TailWatcher with missing target when follow_inodes
  • #4178 MessagePackFactory: Make sure to reset local unpacker to prevent received broken data from affecting other receiving data
  • #4188 Fix failure to launch Fluentd on Windows when the log path isn't specified in the command line
  • #4229 logger: Prevent growing cache size of ignore_same_log_interval unlimitedly
  • #4225 Update sigdump to 0.2.5 to fix wrong value of object counts

Misc

  • #4191 in_tail: Check detaching inode when follow_inodes
  • #4228 in_tail: Add debug log for pos file compaction
  • #4201 #4210 Code improvements detected by RuboCop Performance
  • #4159 Add notice for unused argument unpacker of ChunkMessagePackEventStreamer.each

Contributors to this release (Alphabetical order)

  • Christian Menges
  • Daijiro Fukuda
  • Gary Zhu
  • Katuya Kawakami
  • Masaki Hatada
  • Takuro Ashie
Changelog

Sourced from fluentd's changelog.

Release v1.16.2 - 2023/07/14

Bug Fix

  • in_tail: Fix new watcher is wrongly detached on rotation when follow_inodes, which causes stopping tailing the file fluent/fluentd#4208
  • in_tail: Prevent wrongly unwatching when follow_inodes, which causes log duplication fluent/fluentd#4237
  • in_tail: Fix warning log about overwriting entry when follow_inodes fluent/fluentd#4214
  • in_tail: Ensure to discard TailWatcher with missing target when follow_inodes fluent/fluentd#4239
  • MessagePackFactory: Make sure to reset local unpacker to prevent received broken data from affecting other receiving data fluent/fluentd#4178
  • Fix failure to launch Fluentd on Windows when the log path isn't specified in the command line fluent/fluentd#4188
  • logger: Prevent growing cache size of ignore_same_log_interval unlimitedly fluent/fluentd#4229
  • Update sigdump to 0.2.5 to fix wrong value of object counts fluent/fluentd#4225

Misc

Commits
  • d5685ad v1.16.2
  • 32082ea Merge pull request #4239 from daipom/in_tail-ensure-discard-watcher-with-miss...
  • 781e313 in_tail: Ensure to discard TailWatcher with missing target when follow_inodes
  • d05f592 Merge pull request #4237 from daipom/in_tail-prevent-wrongly-unwatching-2
  • 51848da in_tail: prevent wrongly unwatching with follow_inodes
  • e120693 Merge pull request #4159 from daipom/fix-ChunkMessagePackEventStreamer-invali...
  • 5121054 Fix ChunkMessagePackEventStreamer's invalid argument
  • aaa40f7 Merge pull request #4228 from daipom/in_tail-add-debug-log-for-pos-file-compa...
  • 09617b4 Merge pull request #4229 from daipom/fix-log-cache-growing-unlimitedly
  • 82fc146 logger: Fix cache growing unlimitedly
  • 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.16.1 to 1.16.2.
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.16.1...v1.16.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@tomohiro tomohiro temporarily deployed to fluentular-dependabot-b-apnm2t July 17, 2023 01:19 Inactive
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.

1 participant