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

chore(deps): Bump fluentd from 1.17.0 to 1.17.1 in the bundler group #341

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps the bundler group with 1 update: fluentd.

Updates fluentd from 1.17.0 to 1.17.1

Release notes

Sourced from fluentd's releases.

Fluentd v1.17.1

Full Changelog: fluent/fluentd@v1.17.0...v1.17.1

Enhancement

  • #4528 out_http: Add compress gzip option
  • #4533 in_exec: Add encoding option to handle non-ascii characters
  • #4578 in_tail: Add throttling metrics
  • #4588 compat: Improve method call performance
  • #4586 in_sample: Add reuse_record parameter to reuse the sample data
    • in_sample has changed to copy sample data by default to avoid the impact of destructive changes by subsequent plugins.
    • This increases the load when generating large amounts of sample data.
    • You can use this new parameter to have the same performance as before.

Bug Fix

  • #4492 logger: Fix LoadError with console gem v1.25
  • #4522 parser_json: Fix wrong LoadError warning
  • #4530 in_tail: Fix an issue where a large single line could consume a large amount of memory even though max_line_size is set
  • #4482 yaml_parser: Support $log_level element

Misc

  • #4523 Comment out inappropriate default configuration about out_forward
  • #4534 gemspec: Remove unnecessary files from released gem
  • #4535 plugin-generator: Update gemspec to remove unnecessary files
  • #4594 Suppress non-parenthesis warnings
  • #4598 Fix FrozenError in http_server plugin helper
  • #4589 Add logger gem dependency for Ruby 3.5
  • #4502 out_file: Add warn message for symlink_path setting

Contributors to this release (Alphabetical order)

  • Athish Pranav
  • Daijiro Fukuda
  • Harshita Sao
  • Hiroshi Hatake
  • Kentaro Hayashi
  • Lewis Rockliffe
  • Shingo Nakayama
  • Taeseong Yu
  • Takuro Ashie
  • Watson
Changelog

Sourced from fluentd's changelog.

Release v1.17.1 - 2024/08/19

Enhancement

  • out_http: Add compress gzip option fluent/fluentd#4528
  • in_exec: Add encoding option to handle non-ascii characters fluent/fluentd#4533
  • in_tail: Add throttling metrics fluent/fluentd#4578
  • compat: Improve method call performance fluent/fluentd#4588
  • in_sample: Add reuse_record parameter to reuse the sample data fluent/fluentd#4586
    • in_sample has changed to copy sample data by default to avoid the impact of destructive changes by subsequent plugins.
    • This increases the load when generating large amounts of sample data.
    • You can use this new parameter to have the same performance as before.

Bug Fix

Misc

Commits
  • 78a7972 Merge pull request #4593 from kenhys/release-v1.17.1
  • c8fdc99 Add v1.17.1
  • 1a8aaa4 fix: fixed the pinned dependencies issue (#4602)
  • accd0c8 Merge pull request #4586 from kenhys/dup-sample
  • e8441f1 in_sample: support to renew record functionality
  • c8c6040 Merge pull request #4598 from Watson1978/fix-http_server
  • 0e2e985 Fix FrozenError in http_server plugin helper
  • a6978e5 build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0 (#4595)
  • 049f0d2 build(deps): bump actions/stale from 8 to 9 (#4596)
  • 87de8fc github: Add missing dependabot task (#4594)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 20, 2024
Bumps the bundler group with 1 update: [fluentd](https://github.com/fluent/fluentd).


Updates `fluentd` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.17.0...v1.17.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@stevehipwell stevehipwell force-pushed the dependabot/bundler/bundler-221c7c59ef branch from 778bf26 to 6e10dde Compare August 20, 2024 10:16
Copy link
Owner

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevehipwell stevehipwell enabled auto-merge (squash) August 20, 2024 10:16
@stevehipwell stevehipwell merged commit 96e762c into main Aug 20, 2024
4 checks passed
@stevehipwell stevehipwell deleted the dependabot/bundler/bundler-221c7c59ef branch August 20, 2024 10:34
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant