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 the bundler group across 2 directories with 1 update #105

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 Jan 1, 2025

Bumps the bundler group with 1 update in the /logs-concentrator directory: fluentd.
Bumps the bundler group with 1 update in the /logs-dispatcher directory: fluentd.

Updates fluentd from 1.17.1 to 1.18.0

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

Updates fluentd from 1.17.1 to 1.18.0

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

Bumps the bundler group with 1 update in the /logs-concentrator directory: [fluentd](https://github.com/fluent/fluentd).
Bumps the bundler group with 1 update in the /logs-dispatcher directory: [fluentd](https://github.com/fluent/fluentd).


Updates `fluentd` from 1.17.1 to 1.18.0
- [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)

Updates `fluentd` from 1.17.1 to 1.18.0
- [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
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: fluentd
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 1, 2025
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.

0 participants