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

Update fluentd requirement from 1.17.1 to 1.18.0 #125

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Updates the requirements on fluentd to permit the latest version.

Release notes

Sourced from fluentd's releases.

Fluentd v1.18.0

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

Enhancement

  • #4624 Add zero-downtime-restart feature for non-Windows
  • #4661 Add with-source-only feature
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • #4661 Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events
  • #4580 Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • #4718 transport tls: Use SSL_VERIFY_NONE by default
  • #4720 transport tls: Add ensure_fips option to ensure FIPS compliant mode
  • #4649 plugin_helper/server: Add receive_buffer_size parameter in transport section
  • #4620 filter_parser: Now able to handle multiple parsed results
  • #4655 in_http: add add_tag_prefix option
  • #4604 System configuration: add path option in log section

Bug Fix

  • #4716 command: fix NoMethodError of --daemon under Windows
  • #4605 fluentd command: fix --plugin (-p) option not to overwrite default value

Misc

Contributors to this release (Alphabetical order)

  • Athish Pranav D
  • Daijiro Fukuda
  • Kentaro Hayashi
  • Takuro Ashie
  • Watson
Changelog

Sourced from fluentd's changelog.

Release v1.18.0 - 2024/11/29

Enhancement

  • Add zero-downtime-restart feature for non-Windows fluent/fluentd#4624
  • Add with-source-only feature fluent/fluentd#4661
    • fluentd command: Add --with-source-only option
    • System configuration: Add with_source_only option
  • Embedded plugin: Add out_buffer plugin, which can be used for buffering and relabeling events fluent/fluentd#4661
  • Config File Syntax: Extend Embedded Ruby Code support for Hashes and Arrays fluent/fluentd#4580
    • Example: key {"foo":"#{1 + 1}"} => key {"foo":"2"}
    • Please note that this is not backward compatible, although we assume that this will never affect to actual existing configs.
    • In case the behavior changes unintentionally, you can disable this feature by surrounding the entire value with single quotes.
      • key '{"foo":"#{1 + 1}"}' => key {"foo":"#{1 + 1}"}
  • transport tls: Use SSL_VERIFY_NONE by default fluent/fluentd#4718
  • transport tls: Add ensure_fips option to ensure FIPS compliant mode fluent/fluentd#4720
  • plugin_helper/server: Add receive_buffer_size parameter in transport section fluent/fluentd#4649
  • filter_parser: Now able to handle multiple parsed results fluent/fluentd#4620
  • in_http: add add_tag_prefix option fluent/fluentd#4655
  • System configuration: add path option in log section fluent/fluentd#4604

Bug Fix

Misc

... (truncated)

Commits
  • 46372dd Merge pull request #4719 from fluent/v1.18.0
  • d24cbd8 v1.18.0
  • df3d0c4 Ensure FIPS compliant mode by ensure_fips option (#4720)
  • d102527 SIGUSR2: Restart new process with zero downtime (#4624)
  • 4db97a3 Merge pull request #4718 from daipom/transport-tls-use-SSL_VERIFY_NONE-by-def...
  • 144eb23 transport tls: use SSL_VERIFY_NONE by default
  • 2d8c9d4 filter_parser: Transition from single record to stream (#4620)
  • 4de960b Merge pull request #4638 from daipom/filter_parser-reorganize-tests-for-abnor...
  • ebc55b0 plugin_helper/server: Add receive_buffer_size parameter in transport section ...
  • 713b738 command: fix NoMethodError of --daemon under Windows
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @monotek.


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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 16, 2024
Copy link
Owner

@monotek monotek left a comment

Choose a reason for hiding this comment

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

@dependabot merge

Updates the requirements on [fluentd](https://github.com/fluent/fluentd) to permit the latest version.
- [Release notes](https://github.com/fluent/fluentd/releases)
- [Changelog](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md)
- [Commits](fluent/fluentd@v1.17.1...v1.18.0)

---
updated-dependencies:
- dependency-name: fluentd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/fluentd-1.18.0 branch from 00fa562 to 03768c8 Compare December 16, 2024 09:07
Copy link
Owner

@monotek monotek left a comment

Choose a reason for hiding this comment

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

@dependabot merge

@dependabot dependabot bot merged commit df12def into master Dec 16, 2024
15 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/fluentd-1.18.0 branch December 16, 2024 09:24
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